ignasbernotas / lizard
Laravel project dependency manager and wizard.
Requires
- funivan/php-tokenizer: ^0.1
- ignasbernotas/console: ^0.1
- symfony/process: ^3.0
Requires (Dev)
- phpunit/phpunit: ~5.0
This package is not auto-updated.
Last update: 2024-11-15 19:21:41 UTC
README
## Laravel LizardLaravel 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:
- barryvdh/laravel-debugbar
- barryvdh/laravel-ide-helper
- laravelcollective/html
- themsaid/laravel-langman
- doctrine/dbal
- intervention/image
- patricktalmadge/bootstrapper
- cviebrock/eloquent-sluggable
- laracasts/flash
In addition it also allows you to setup bower and gulp files.
Limitations
Doesn't support Windows due to the missing readline
extension on Windows PHP installations.
Installation
Install globally via composer:
composer global require "ignasbernotas/lizard=*"
Usage
To start lizard, run:
lizard init <project directory>
Roadmap
Contributors
Artwork by Justas Galaburda
License
The Laravel framework is open-sourced software licensed under the MIT license.