Contributions are welcome, and are accepted via pull requests. Please review these guidelines before submitting any pull requests.
- Send a coherent commit history, making sure each individual commit in your pull request is meaningful.
- You may need to rebase to avoid merge conflicts.
Let's get started
- Fork the project
- Clone your fork by running the following command with your username placed into the {username} slot:
git clone https://github.com/{username}/laravel-zero.com laravel-zero
- CD into the new directory you just created:
cd laravel-zero
- Run the
setup.sh
bin script, which will take all the steps necessary to prepare your local install:./bin/setup.sh
If you pull down the upstream changes from this repository into your local repository, you'll want to update your Composer and NPM dependencies, as well as update your documentation branches. For convenience, you may run the bin/update.sh
script to update these things:
./bin/update.sh