How to Install

Step by step installation

  1. Create Virtual Host or Subdomain, you can also create on root folder but don't forget to point the subdirectory to the public folder. For example asset/public.

  2. Create database

  3. Open your terminal or cmd. Type this command to install the app : composer install php artisan migrate --seed php artisan key:generate php artisan storage:link

  4. All done now you can open your browser and go to the app asset URL

  5. Use this username and password to log in username: admin@admin.com password: password

Last updated