We assume you are doing a fresh installation.
Incase you are using Josh in an existing laravel project, please follow guide and avoid steps which you have implemented already.
Josh doesn't ship with whole laravel files, so you need to intall laravel yourself.
You can use any of methods mentioned in laravel websitearrow-up-right
our preferred method is to install using composer by executing composer create-project laravel/laravel your_project_name
composer create-project laravel/laravel your_project_name
Last updated 5 years ago