nogorsolutionsltd/directives

A custom directive package for laravel

v0.1 2023-08-25 19:06 UTC

This package is auto-updated.

Last update: 2024-09-12 06:55:20 UTC


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.