elijahcruz/lari is a Laravel package for a laravel installer, but also more..
It currently has 0 GitHub stars and 6 downloads on Packagist (latest version 0.1.2).
Install it with composer require elijahcruz/lari.
Discover more Laravel packages by elijahcruz
or browse all Laravel packages to compare alternatives.
Last updated
Lari (lar-ee) is an installer for Laravel, Laravel Zero, as well as packages for Laravel.
Note that it is still in beta, however installing Laravel and Laravel Zero do already work.
Note as well that this does not work on windows, but does work on Linux, MacOS, and WSL2.
composer global require elijahcruz/lari
If you need Tailwind or any of the installers that require NPM, make sure you have Node/NPM installed.
Lari is pretty simple to use. After you install it globally, you can use it anywhere.
To create a Laravel project, just use the following command.
lari install:laravel <app-name>
To create a Laravel Zero Project, just use the following command.
lari install:laravelzero <app-name>
I'm working on adding packages as an installable option. Currently, you can install TailwindCSS on a FRESH Laravel installation with Lari.
lari install:tailwind