Hasnayeen / invobook

Self-hosted app for Time Tracking, Invoice Generation, Project & Client Management, built with Laravel & Filament.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Root page is return 404 page, i fresh installation

rdp77 opened this issue · comments

image

I have done the installation procedure starting from composer to database setup, but the root page returns 404 page, I run it on local

You may have to run these 2 commands:

  • php artisan route:list - This will show you all the routes used in application. (It is a poor design not to have them in the web.php router file for ex.)

  • npm run dev - This will launch Site

  • Access your application routes - for ex. invobook.test/app and start hacking your way into the application