Publishable

You can publish the package's configuration, language files, and views using the following commands:

required

php artisan vendor:publish --tag=laragrid-assets

optional

php artisan vendor:publish --tag=laragrid-config
php artisan vendor:publish --tag=laragrid-lang
php artisan vendor:publish --tag=laragrid-views

Last updated