Larafast Installer
Install Larafast Boilerplates with single command
Welcome to the Larafast Installer Documentation
This installer is a CLI command to install Larafast boilerplates with a single click.
Haven’t gotten Larafast yet? Check here: https://larafast.com
Installation
To install the project you need to open your terminal and type this command
Step #1
Choose the boilerplate you want to install
Step #2
Select the database you want to use
Step #3
If you already have a repository, you can provide the URL
That’s it!
Your boilerplate will be installed in the directory you provided.
Note:
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.
Alias
You can also add an alias to your .bashrc
or .zshrc
file to make the installation process even easier.
or if you use zsh
Now you can install Larafast boilerplates with a single command