Laravel project dependency manager and wizard.

v0.1.3 2016-05-11 14:36 UTC

This package is not auto-updated.

Last update: 2024-03-22 15:57:37 UTC


README

Laravel Lizard

## Laravel Lizard

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:

  • 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

Roadmap

Contributors

Artwork by Justas Galaburda

License

The Laravel framework is open-sourced software licensed under the MIT license.