nogorsolutionsltd/directives
最新稳定版本:v1.1.0
Composer 安装命令:
composer require nogorsolutionsltd/directives
包简介
A custom directive package for laravel
README 文档
README
Introduction
🌟 Transform your Laravel Blade views with our user-friendly custom directive package – making development a breeze and sprinkling joy into your code! ✨
Installation
You can install the package using composer
$ composer require nogorsolutionsltd/directives
Then add the service provider to config/app.php. In Laravel versions 5.5 and beyond, this step can be skipped if package auto-discovery is enabled.
'providers' => [ ... NogorSolutionsLTD\Directive\ServiceProvider::class, ... ];
You can publish the configuration file and assets by running:
$ php artisan vendor:publish --provider=" NogorSolutionsLTD\Directive\ServiceProvider::class,"
Now that we have published a few new files to our application we need to reload them with the following command:
$ composer dump-autoload
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
- Sarfaraz Muhammad Sajib
License
license. Please see the license file for more information.
统计信息
- 总下载量: 381
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-18