Closed rdp77 closed 1 year ago
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
I have done the installation procedure starting from composer to database setup, but the root page returns 404 page, I run it on local