Jump to content

[Answered] Laravel Probelm


Gourlaykid

Recommended Posts

Yeah, that isn't very informative. 404 just usually means that the file you're requesting cannot be found. 404 on the root of domain might indicate that you don't have an index file (index.php, index.html, etc) and you have directory indexing turned off. You could also look for error_log files that php makes when it encounters an error. These files would be located in the same directory as the php file that encountered the error. They might contain some helpful information.

 

I've never used this laravel before so I might not be very much help, but maybe someone else on Helionet has and they can help you. Otherwise you might also consider asking for help here http://forums.laravel.io/ since they for sure have used laravel before.

Link to comment
Share on other sites

  • 2 weeks later...

little bit old thread but still replying in case.... as i see that your problem still persists.

 

Your 404 page means you have one (or more) of the following errors.

 

1. You haven't set up the routes.

2. You have setup the route but has a controller method which doesn't exist/name desn't match.

 

Check these two.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...