If you installed Larafast via Larafast Installer, you don’t need this step. Installer already did it for you.
Fork the repository
To fork the repository, click “Fork” button on the top right corner of the repository page.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to keep fork up to date with the original repository.

git clone [email protected]:[your-fork-name].git
git remote add upstream [email protected]:karakhanyans-tools/larafast.git
git remote add upstream [email protected]:karakhanyans-tools/larafast-tall.git
git remote add upstream [email protected]:karakhanyans-tools/larafast-directories.git
git remote add upstream [email protected]:karakhanyans-tools/larafast-rest-api.git
git fetch upstream
git merge upstream/master
git push origin master
