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.
Run composer create-project laravel/laravel example-app to get started.
PHP 8.1+
Composer
A database (MySQL, PostgreSQL, SQLite)
After installation, run php artisan serve to start the development server.