ignasbernotas/lizard is a Laravel package for laravel project dependency manager and wizard..
It currently has 1 GitHub stars and 27 downloads on Packagist (latest version v0.1.3).
Install it with composer require ignasbernotas/lizard.
Discover more Laravel packages by ignasbernotas
or browse all Laravel packages to compare alternatives.
Last updated
Laravel project dependency manager and wizard.
NOTE: This is an alpha release. This project is still in testing phase therefore some things might not work as expected. Do not try it on existing projects.
This package allows you to easily add Laravel composer packages along with service providers and facades into your Laravel projects.
Currently available composer packages:
In addition it also allows you to setup bower and gulp files.
Doesn't support Windows due to the missing readline extension on Windows PHP installations.
Install globally via composer:
composer global require "ignasbernotas/lizard=*"
To start lizard, run:
lizard init <project directory>
Artwork by Justas Galaburda
The Laravel framework is open-sourced software licensed under the MIT license.