npm run dev?
What do you mean by "It didn't display the login/register route but i could access the route" ?
What shows : php artisan route:list?
new to Laravel, following a tutorial that uses version 7, saw that a lot of changes where made
Got to the auth part and that's where all hell was loose
First i did this: php artisan ui vue
Then I did: php artisan ui vue --auth
ran: npm install
and then ran: npm run dev
Found out that it didn't display the Login/register on the page and when I tried visiting the route I had 404 error
Did some reading and discovered jetstream
I now deleted everything that had to do with vue and even the node_modules
I ran: composer require laravel/jetstream
did: php artisan jetstream:install livewire
ran: npm install
did: php artisan migrate
and started the server
It didn't display the login/register route but i could access the route
I tried registering a new user but when it redirected me to /dashboard it shows 404 error
Please or to participate in this conversation.