You are using xampp right?

|
Billsamy 2021-03-08 20:08:32
laravel_discuss-72795.jpg
You can not find that reigserd user on a database
hypernxf 2021-03-08 20:12:24
try this
hypernxf 2021-03-08 20:13:12
Route::get(‘/test’, function() { dd(“I’m alive”); });
hypernxf 2021-03-08 20:13:26
Put it in your web.php
hypernxf 2021-03-08 20:13:47
and see what you get
Billsamy 2021-03-08 20:15:49
laravel_discuss-72800.jpg

hypernxf 2021-03-08 20:16:16
ok
hypernxf 2021-03-08 20:16:27
show me your web.php
Billsamy 2021-03-08 20:17:50
laravel_discuss-72803.jpg

hypernxf 2021-03-08 20:18:11
Ok one final test
hypernxf 2021-03-08 20:18:39
inside web.php insert this at line 14

sdkfjsalfdfhjhfsdjhfsdkjf

hypernxf 2021-03-08 20:18:52
then visit lessons.test again
Billsamy 2021-03-08 20:20:07
laravel_discuss-72807.jpg
You meant this
hypernxf 2021-03-08 20:20:44
yeah
hypernxf 2021-03-08 20:20:55
that will work too
Billsamy 2021-03-08 20:21:25
laravel_discuss-72810.jpg

hypernxf 2021-03-08 20:21:53
you are using xampp right?
Billsamy 2021-03-08 20:22:09
hypernxf 2021-03-08 20:21:53
you are using xampp right?

Yes

hypernxf 2021-03-08 20:22:13
How did you configure to run the site at lessons.test ?
Billsamy 2021-03-08 20:23:39
I created a virtual host…
hypernxf 2021-03-08 20:24:13
how?
Billsamy 2021-03-08 20:27:04
I created a project on a gitbush named lessons after that opened notepad run as an admin to open a virtual host which made me able to open a site as lessons.test instead of writing localhost/lessons/public.
hypernxf 2021-03-08 20:30:06
alright clearly the virtual host is not pointing correctly
Billsamy 2021-03-08 20:30:07
After that worked i by having lessons.test

I went back to gitbash write composer require laravel/ui

Also php artisan ui vue –auth
Finished by writing npm install and npm run dev.
Then migrate the database

hypernxf 2021-03-08 20:30:44
but to confirm that try visiting the website without the virtual host
Billsamy 2021-03-08 20:30:48
hypernxf 2021-03-08 20:30:06
alright clearly the virtual host is not pointing correctly

How

hypernxf 2021-03-08 20:31:01
localhost …..
Billsamy 2021-03-08 20:33:41
laravel_discuss-72823.jpg

hypernxf 2021-03-08 20:34:27
wrong url
Billsamy 2021-03-08 20:34:27
Not found I think because i already add virtual host earlier
hypernxf 2021-03-08 20:34:40
remove the virtual host
Billsamy 2021-03-08 20:36:50
Still same status
Billsamy 2021-03-08 20:40:14
Not found… unless I restore virtual host
hypernxf 2021-03-08 20:40:32
try one more
hypernxf 2021-03-08 20:40:43
php artisan serve
|