SDK Laravel5.5
1.0.0
Brother, what are you doing?
A laravel initial library
Brother, how to use it?
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
Task QueueJobs
ResourcesResources
ExceptionsExceptions
ControllersControllers
MiddlewareMiddleware
Requests
MailMails
Models
Data migrationMigrations
Model FactoryFactories
Data filling Seeds
Notifications
Service ProvidersProviders
WarehouseRepositories
SupportSupports
Tools
Transformations
Tests
RulesRules
RoutesRoutes
ConfigureConfigs
ExtensionPackages
# Add, delete, modify and check. Change PUT|PATCH here. When using postman, remember to add 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