laravel generators 源码
Laravel 5脚手架 通用命令 // Move the `public` folder to `public_html` // Only enabled on `local` environment php artisan setup:move-public 脚手架命令 创建资源 php artisan scaffold:resource car 这将创建以下文件 app\Entities\Cars\Car.php (Model) app\Entities\Cars\CarsRepository.php (Repository, inherited from BaseRepository) app\Http\Controllers\CarsController.php database\migrations\_create_cars_table.php data
下载地址
用户评论