Installating JOSH
Please follow installation steps mentioned in "Laravel 5.1" but with following change in composer.
composer changes
We Assume, your composer already includes "laravel/framework": "5.2.*",
laravelcollective/html
Now, instead of "laravelcollective/html": "5.1.*",
Use "laravelcollective/html": "5.2.*",
Finally your composer.json, require
array should have these
Routes changes
We need to wrap all routes in routes.php with web
middleware, like below
Last updated
Was this helpful?