Skip to content

以Laravel 5.2.23为基础版本,修改了一些配置,添加了几个常用的composer库作为项目的初始版本

License

Notifications You must be signed in to change notification settings

NetJoint/laravel-project-starter

Repository files navigation

Laravel Project Starter

License

包含依赖库

安装说明

$ composer install

将.env.example复制到.env,配置数据库参数、邮件参数。

生成密钥,执行数据迁移:

$ php artisan key:generate
$ php artisan migrate
$ php artisan db:seed

License

本项目开源基于: MIT license.

About

以Laravel 5.2.23为基础版本,修改了一些配置,添加了几个常用的composer库作为项目的初始版本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published