laravel new --using laravel-ready/laravel-starter
composer create-project laravel-ready/laravel-starter {name}
Ready to use empty laravel starter project template. It has a simple and clean project structure with many features for development and debugging. When you decide to won't use some tools you can remove them quickly, then you can continue to develop.
Create the project with composer:
composer create-project laravel-ready/laravel-starter {project_name} --stability=dev
[!WARNING] After installation, if you are using VS Code editor CLI, you need to restart with the
F1
(orCommand
+P
, orfn
+F1
) >Reload Window
command. This is required for indexing and plugin activation.
Run this command
git remote add template https://github.com/laravel-ready/laravel-starter
git fetch --all
git merge template/main --allow-unrelated-histories
You can find the documentation here.
Photo by Sebastian Svenson on Unsplash