┌ Choose your Database ────────────────────────────────────────┐ │ ○ SQLite │ │ › ● MySQL │ │ ○ PostgreSQL │ │ ○ SQL Server │ └──────────────────────────────────────────────────────────────┘ Choose the database you want to use
If you already have a repository, you can provide the URL
Copy
┌ Want to set up a new git repository? (Enter to skip) ────────┐ │ https://github.com/karakhanyans-tools/larafast-tall.git │ └──────────────────────────────────────────────────────────────┘ Enter the git repository URL (Enter to skip)
That’s it!Your boilerplate will be installed in the directory you provided.
The benefit of this approach is that you can install boilerplates with a single command and start working on your project right away.
Also, it will add an upstream to the boilerplate repository so you can pull the latest changes from the boilerplate repository and keep your project up to date.As GitHub by default allows only one fork per account, this approach allows you to install multiple boilerplates without any limitations and have the code up to date with main repo.