-1
I’m new with Laravel Framework 5.3 and can’t change the default index, which is the file /Resources/views/welcome.blade.php
.
I tried two things:
- Change the default file;
- Create a new file and swap the route in
/routes/web.php
.
In these two paths, the page remained the same.
How was the attempt to change the default file? What did you do? And the route you tried to create, what was it like? Add more details and relevant code snippets! Use the [Edit] link above.
– bfavaretto