LaravelPackages.net
Acme Inc.
Toggle sidebar
laravel-ready/laravel-starter

Batteries included ready to use empty laravel starter project template.

179
32
v11.3.0
About laravel-ready/laravel-starter

laravel-ready/laravel-starter is a Laravel package for batteries included ready to use empty laravel starter project template.. It currently has 32 GitHub stars and 179 downloads on Packagist (latest version v11.3.0). Install it with composer require laravel-ready/laravel-starter. Discover more Laravel packages by laravel-ready or browse all Laravel packages to compare alternatives.

Last updated

laravel-starter

laravel-starter

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.

Installation

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 (or Command + P, or fn + F1) > Reload Window command. This is required for indexing and plugin activation.

To sync with template repo

Run this command

git remote add template https://github.com/laravel-ready/laravel-starter
git fetch --all
git merge template/main --allow-unrelated-histories

Documentation

You can find the documentation here.

Photo by Sebastian Svenson on Unsplash

Comments