panelist / admin-package
There is no license information available for the latest version (dev-main) of this package.
dev-main
2023-11-09 13:49 UTC
Requires (Dev)
- phpunit/phpunit: ^9
This package is not auto-updated.
Last update: 2025-07-03 21:58:21 UTC
README
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.
Migrations
To migrate the package's tables to the database, run the following command:
php artisan migrate
Setting Up Required Menus
Upload the required menus to the database by executing the following command:
php artisan db:seed --class=stMenuSeeder
Configuring Admin Permissions
Grant access to the menus to the admin by running the following command:
php artisan db:seed --class=stUserMenuSeeder
Usage
Once the package is installed, access the admin panel by navigating to localhost:8000/admin/home
.