8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Laravel
Laravel menu
Laravel Tutorial
The expressive PHP framework — routing, Eloquent ORM, Blade templates and elegant syntax.
Start the Laravel tutorial →
What you'll learn
1. Laravel Introduction
What Laravel is, installing it with Composer, php artisan serve, and the directory structure.
2. Laravel Routing and Controllers
Defining routes, route parameters, controllers, route model binding, and resource controllers.
3. Laravel Eloquent ORM
Defining models, migrations, the Eloquent query builder, and hasMany/belongsTo relationships.
4. Laravel Blade and Middleware
Blade templating, layouts and components, and writing and registering custom middleware.
5. Laravel Authentication with Sanctum
API token auth with Sanctum, a complete protected-route example, and session auth for SPAs.
6. Laravel Queues and Jobs
Dispatching a queued job, a complete Job class example, and why queues matter for slow work.
7. Laravel Artisan and Custom Commands
Writing a custom Artisan command and scheduling it to run automatically.
8. Testing Laravel Apps
Pest/PHPUnit feature tests hitting a route, factories, and a complete worked example.
9. Laravel Interview Questions
Real Laravel interview questions on Eloquent, middleware, the service container, Sanctum, and queues.