How to Install
Step by step installation
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.
Create database
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
All done now you can open your browser and go to the app asset URL
Use this username and password to log in
username: admin@admin.com password: password
Last updated
Was this helpful?