Laravel is a powerful open-source web application framework for PHP, known for its expressive and elegant syntax. It provides a rich set of tools and features for building modern, secure, and maintainable web applications, including routing, authentication, queues, caching, and an intuitive ORM called Eloquent.
arrow_back
Dorokhov.codes
deployed_code
PHP Framework
17 articles
Laravel Framework
article
Contents
(13)
folder_open
Laravel authentication: guards, providers, and session overview
Section
chevron_right
02
Laravel mail: Mailables, Markdown, queues, and SMTP
1 min
chevron_right
03
Laravel forms: validation, CSRF, and request handling
2 min
chevron_right
04
Laravel installation: Composer, requirements, and new project
2 min
chevron_right
05
Laravel configuration: .env, config files, and services
2 min
chevron_right
folder_open
Laravel overview: lifecycle, bootstrap, and application structure
Section
chevron_right
07
Laravel development workflow: Sail, debugging, and deployment
1 min
chevron_right
08
Laravel controllers: requests, responses, and single action
1 min
chevron_right
09
Laravel ecosystem: e-commerce projects and GitHub topics
1 min
chevron_right
10
Laravel Mix: compiling assets, webpack, and frontend build
1 min
chevron_right
11
Laravel Blade: templates, directives, and components
1 min
chevron_right
folder_open
Laravel models and database: Eloquent, migrations, and queries
Section
chevron_right
13
Laravel routing: routes, controllers, middleware, and groups
2 min
chevron_right