Skip to content

Laravel LaraTrust AdminPanel with Roles & Permissions Implemented. Saves a lot of time building this.

Notifications You must be signed in to change notification settings

metalsadman/laratrust-adminpanel

 
 

Repository files navigation

alt text

Laravel Laratrust AdminPanel Basic

  • After cloning this repository, go to the root folder, run the following command/s,
        - composer install
        - npm install
        - cp .env.example .env
  • Update the database name, username & password. You can check the config/laratrust_seeder.php to create your own roles and permission level with users. This is only for seeding purpose and quick view.
        - php artisan config:clear
        - php artisan config:cache
        - php artisan migrate
        - php artisan db:seed
        - php artisan key:generate

Last Work

Now you are ready to check out

    - php artisan serve

About

Laravel LaraTrust AdminPanel with Roles & Permissions Implemented. Saves a lot of time building this.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 66.9%
  • HTML 32.7%
  • Vue 0.4%