Installating JOSH
composer changes
laravelcollective/html
"laravelcollective/html": "5.2.",
"cartalyst/sentinel": "2.0.",
"cviebrock/eloquent-sluggable": "dev-master",
"cviebrock/eloquent-taggable": "~2.0.0",
"yajra/laravel-datatables-oracle": "~5.0"Routes changes
Route::group(['middleware' => 'web'], function () {
/*
|--------------------------------------------------------------------------
| Application Routes
|------------------------------------------------------------------
...
//all other routes
...
Route::get('{name?}', 'JoshController@showFrontEndView');
# End of frontend views
});Last updated