Skip to content

Instantly share code, notes, and snippets.

View otniel-tamini's full-sized avatar
🏠
Working from home

Otniel TAMINI otniel-tamini

🏠
Working from home
View GitHub Profile
@tobyselway
tobyselway / laravel_setup.md
Last active October 6, 2025 19:03
Initial Setup for Laravel Projects

Initial Setup

1. Clone the repository

Find a location on your computer where you want to store the project. A directory made for projects is generally a good choice.

Launch a bash console there and clone the project.

git clone https://github.com/organization/project.git

2. cd into the project