Skip to content

ibrahimkhaliddev/adminPackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Package Setup

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published