在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mopo922/LaravelTreats开源软件地址(OpenSource Url):https://github.com/mopo922/LaravelTreats开源编程语言(OpenSource Language):Less 81.0%开源软件介绍(OpenSource Introduction):LaravelTreatsA collection of goodies for Laravel 5. InstallationAdd this to your project's composer.json file: // ...
"require": {
// ...
"mopo922/laravel-treats": "^1.0",
// ...
},
// ... Then run ComponentsService ProviderThe LaravelTreatsServiceProvider is not required for all LaravelTreats features, but does provide an interface for some benefits like the ready-made view layout. Simply add the LaravelTreatsServiceProvider to the 'providers' => [
// Other Service Providers
LaravelTreats\LaravelTreatsServiceProvider::class,
], If you plan to take advantage of the default view layout, publish the necessary
files to your php artisan vendor:publish |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论