- Make sure that you are uploading all the files...
- Folder needs to have necessary permissions.
Aug 26, 2016
11
Level 7
Route doesn't work on test server
I have one route that works on my local machine but not on a Forge/Linode install. Just one route in particular gives a NotFoundHttpException .
What possible reasons are there for something like this? Code is the same, permissions are the same.
Route::group(['prefix' => 'user'], function() {
Route::get('profile', 'UserController@show');
Route::post('profile', 'UserController@update');
});
Level 7
I just uninstalled/reinstalled the repository using Forge and now it's working. Seems like one of the composer/artisan commands that were run should have fixed this but any, it's good now.
Please or to participate in this conversation.