Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.58 KB

php-laravel.md

File metadata and controls

26 lines (13 loc) · 1.58 KB

Starter Kit and Resources for PHP Laravel

We will create a modern web application with:

Local Environment Setup

You need to follow some steps to run Laravel on your machine:

  1. Install PHP 8.2

  2. Install composer locally

  3. For this workshop, we will use Docker through Laravel Sail. Laravel provides Sail, a built-in solution for running your Laravel project using Docker. Docker is a tool for running applications and services in small, light-weight "containers" that do not interfere with your local machine's installed software or configuration. This means you don't have to worry about configuring or setting up complicated development tools such as web servers and databases on your local machine. To get started, you must first install Docker Desktop.

  4. Once done with Docker Desktop, please check the instructions for Laravel across various OS here and pick the installation setup that much the OS you use for local development

Code editor

Feel free to use any IDE you like. However, VS Code is the recommended IDE since it is light-weight, has a tone of extensions/plugins, and it is an industry standard.