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
  • 23:54 (UTC)
  • X @TjasPRG
View GitHub Profile
@tobyselway
tobyselway / laravel_setup.md
Last active May 22, 2024 17:45
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