Installation

Lesson 1 of 4

Installing Laravel

Run composer create-project laravel/laravel example-app to get started.

Requirements

  • PHP 8.1+

  • Composer

  • A database (MySQL, PostgreSQL, SQLite)

After installation, run php artisan serve to start the development server.

Resources