gotrecillo/backpack-installer

There is no license information available for the latest version (0.0.2) of this package.

0.0.2 2017-10-08 20:21 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:18:46 UTC


README

Install

composer global require gotrecillo/backpack-installer --prefer-dist

Setup

We can configure it to use a database user to create the database used in the project and execute the migration and initial seeding.

backpack-installer config:set

To check the current configuration used:

backpack-installer config:list

Create a new project

backpack-installer new ProjectName

Answer some questions, check the additional packages that you want to install and go for some coffee while it create the whole project.

When it is done.

cd ProjectName
php artisan server

Happy coding !