Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 785 Bytes

readme.md

File metadata and controls

28 lines (22 loc) · 785 Bytes

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