Learn the basics of Laravel 10 and how to set up your first project.
Laravel is a web application framework with expressive, elegant syntax. We've already laid the foundation — freeing you to create without sweating the small things.
Installation
Laravel utilizes Composer to manage its dependencies. So, before using Laravel, make sure you have Composer installed on your machine.
composer create-project laravel/laravel example-app
Configuration
All of the configuration files for the Laravel framework are stored in the config directory. Each option is documented, so feel free to look through the files and get familiar with the options available to you.
Directory Structure
The default Laravel application structure is intended to provide a great starting point for both large and small applications.
Categories
About the Author
A