Install the package by executing the following command:
composer require panelist/admin-package:dev-main
After installing the package, the required views, controllers, and other necessary data will be automatically placed in the project directory.
To migrate the package's tables to the database, run the following command:
php artisan migrate
Upload the required menus to the database by executing the following command:
php artisan db:seed --class=stMenuSeeder
Grant access to the menus to the admin by running the following command:
php artisan db:seed --class=stUserMenuSeeder
Once the package is installed, access the admin panel by navigating to localhost:8000/admin/home
.