Skip to content

Instantly share code, notes, and snippets.

View tobyselway's full-sized avatar
⌨️
Furiously programming

Toby Selway tobyselway

⌨️
Furiously programming
  • Critical TechWorks | BMW Group
  • Portugal
  • 05:57 (UTC +01:00)
View GitHub Profile
@tobyselway
tobyselway / laravel_setup.md
Last active February 25, 2026 10:04
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