Support the ongoing development of Laravel.io →
Configuration Authentication Security
Last updated 1 year ago.
0

Hello.

The problem is that you are using

get("about", function() { return view("about"); });

It responses to [http://manudahmen.be/blocnotes2/about] but not to [http://manudahmen.be/blocnotes2/public/about]

To solve this, just use:

get("about", function() { return view("public/about"); });

Hope it helps!

You can access a course about Laravel 5.0 => 5.1, to get deeper knowledge in Laravel projects, here: https://www.udemy.com/laravel-5-course-learn-php-laravel/?coup...

Best wishes.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

mdahmen mdahmen Joined 1 Aug 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.