- you have forge individual subscription but want to provide a dashboard to your internal team members.
- Currently supports viewing logs
- Follow Laravel installation steps
- Migrate database
- Create admin user by running the command : php artisan app:add-admin [email protected] password
- Put Forge api token in the .env file
- composer run dev OR php artisan serve
- You are good to go.