Can install a laravel application with preconfigured packages via recipes
synga/advanced-laravel-installer is a Laravel package for can install a laravel application with preconfigured packages via recipes.
It currently has 1 GitHub stars and 7 downloads on Packagist (latest version 1.0).
Install it with composer require synga/advanced-laravel-installer.
Discover more Laravel packages by synga
or browse all Laravel packages to compare alternatives.
Last updated
Installs Laravel with additional packages specified in recipes.
Run composer global require synga/advanced-laravel-installer
When the composer bin directory is in your PATH you can call the following command everywhere:
advanced-laravel new You can use this command to create a new laravel project in the current directory
advanced-laravel recipe Create/Edit a recipe. You can add (development) packages and commands.
advanced-laravel recipe:list List all the available recipes and their filenames
advanced-laravel recipe:open Opens a recipe or the recipe directory in the file manager.
You can run the tests with:
composer test
This is a safe haven for contributions, every (positive) contributon matters! You are free (and encouraged) to use anything of this package for your own ideas. You can always ask for help or email me directly for any questions.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.