#
Installation
#
Install
You can install the package via composer:
composer require t0team/laravel-panel
#
Publish Assets
You must publish the assets of the package using the following command:
php artisan vendor:publish --tag="panel-assets"
See also Configuration guide for more information.