Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

This is a skeleton application based on laravel.

NotificationsYou must be signed in to change notification settings

xiaomalover/laravel-skeleton

Repository files navigation

This is a skeleton application based on laravel, you can use it to build you own web site system.

Demo

Frontend:http://l.mym.pubBackend:http://l.mym.pub/admin account: admin password: 123456

Installation

1, Clone the source code, and cd in root path

$ git clone https://github.com/xiaomalover/laravel-skeleton.git && cd laravel-skeleton

2, Composer update

$ composer update

3, Copy the .env.example file to .env and modify the database and email config in .env file

4, Create database schema

$ php artisan migrate

5, Create database record (The main purpose is to create admin user)

$ php artisan db:seed

6, Install passport (Mainly for the api module to auth user).

$ php artisan passport:install

7, If you want login to backend, please find user in database, and change first user's user name to admin, the password for all user is 123456

8, Enjoy!!!

Preview

Login

Login

Admin management

Admin

Role management

role

Permission management

permission

Contact

Wechat qrcode

wechat

About

This is a skeleton application based on laravel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp