Package Data | |
---|---|
Maintainer Username: | ignasbernotas |
Maintainer Contact: | ignas@iber.lt (Ignas Bernotas) |
Package Create Date: | 2016-05-11 |
Package Last Update: | 2016-05-11 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:01:42 |
Package Statistics | |
---|---|
Total Downloads: | 22 |
Monthly Downloads: | 3 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.