Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 2 years ago.
0

Image is Forbidden.

Apart from that, it looks like your route is missing required route.

Open "route.php" file and set up route like :-

Route::get('/', 'HomeController@showWelcome');

You can create your own route, with simple 1 line :-

Route::get('/checkme', 'HomeController@checkme');

and than in "Contorller/HomeController" file , create a new method with name "checkme" and do your rest of laravel coding.

Good Luck

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

alquhait alquhait Joined 24 Nov 2014

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.