SDK Laravel5.5
1.0.0
老哥,干嘛的啊
一个laravel初始库
老哥,怎么用啊
git clone https://github.com/OMGZui/SDK-Laravel5.5.gitcomposer install cp .env.example .env chown -R 775 storage php artisan storage:link php artisan key:generate php artisan migrate --seed phpunit
事件Events
监听者Listeners
策略Policies
任务队列Jobs
资源Resources
异常Exceptions
控制器Controllers
中间件Middleware
请求Requests
邮件Mails
模型Models
数据迁移Migrations
模型工厂Factories
数据填充Seeds
通知Notifications
服务提供者Providers
仓库Repositories
支持Supports
工具Tools
转化Transforms
测试Tests
规则Rules
路由Routes
配置Configs
扩展Packages
# 增删改查,改这里PUT|PATCH,使用postman时Headers记得加上Content-Type:application/x-www-form-urlencoded| GET|HEAD | api/apply | apply.index | AppHttpControllersApiApplyController@index | | POST | api/apply | apply.store | AppHttpControllersApiApplyController@store | | GET|HEAD | api/apply/{apply} | apply.show | AppHttpControllersApiApplyController@show | | PUT|PATCH | api/apply/{apply} | apply.update | AppHttpControllersApiApplyController@update | | DELETE | api/apply/{apply} | apply.destroy | AppHttpControllersApiApplyController@destroy |
jcc/blog