
Routing - Laravel 11.x - The PHP Framework For Web Artisans
The routes/web.php file defines routes that are for your web interface. These routes are assigned the web middleware group, which provides features like session state and CSRF protection. For most applications, you will begin by defining routes in your routes/web.php file.
Laravel - The PHP Framework For Web Artisans
Laravel provides a complete ecosystem for web artisans. Our open source PHP framework, products, packages, and starter kits offer everything you need to build, deploy, and monitor web applications.
Installation - Laravel 12.x - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Starter Kits - Laravel - The PHP Framework For Web Artisans
Whether you prefer Livewire, Vue, or React, the new Laravel Starter Kits have everything you need to start building an application.
Frontend - Laravel 12.x - The PHP Framework For Web Artisans
There are two primary ways to tackle frontend development when building an application with Laravel, and which approach you choose is determined by whether you would like to build your frontend by leveraging PHP or by using JavaScript frameworks such as Vue and React.
The PHP Framework For Web Artisans - Laravel 12.x
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Eloquent: Getting Started - Laravel 12.x - The PHP Framework For …
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Controllers - Laravel 12.x - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Middleware - Laravel 11.x - The PHP Framework For Web Artisans
Middleware provide a convenient mechanism for inspecting and filtering HTTP requests entering your application. For example, Laravel includes a middleware that verifies the user of your application is authenticated. If the user is not authenticated, the middleware will redirect the user to your application's login screen.
Deployment - Laravel 12.x - The PHP Framework For Web Artisans
In this document, we'll cover some great starting points for making sure your Laravel application is deployed properly. Server Requirements. The Laravel framework has a few system requirements. You should ensure that your web server has the following minimum PHP version and extensions: