larashuo / laracrud
基于laravel5.5的 Crud 包
v1.0.2
2017-10-18 10:30 UTC
Requires
- php: >=7.0
- illuminate/filesystem: ~5.0
- intervention/image: ~2.2
- laravelcollective/html: ^5.4.0
- mews/captcha: ~2.0
This package is not auto-updated.
Last update: 2024-09-29 04:14:33 UTC
README
一个基于Laravel5.5的crud操作的包
larashuo官网 《Laravel5.5入门篇视频教程》示例代码的包
网址: larashuo.com
安装
//安装 composer require larashuo/laracrud //在config/app.php $providers中添加 //LaraShuo\LaraCrud\LaraCrudServiceProvider::class, //支持laravel5.5的安装,已经不需要在手工添加$providers数组 // publish php artisan vendor:publish //生成数据表 php artisan migrate //修改下config/filesystems.php 'local' => [ 'driver' => 'local', 'root' => public_path('/'), ],
最后可以通过 http://domain/goods 来访问