Laravel project dependency manager and wizard.
19
1
3
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-04-27 03:08:37
Package Statistics
Total Downloads: 19
Monthly Downloads: 0
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:

  • 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.