Skip to main content
thakurcoder
Blog
Tools
Portfolio
About
Contact
Search
⌘K
Loading…
Home
/
Blog
/
#Laravel
/
Page 6
Tag
#Laravel
50 posts
41
September 18, 2023
Understanding Laravel Passport: A Comprehensive Guide
Laravel Passport is a powerful package that simplifies the implementation of OAuth2 and JWT authentication in Laravel applications. It provides the tools needed to secure your APIs and authenticate users efficiently.
42
August 30, 2023
Building Real-Time Applications with Laravel WebSockets
Real-time features are becoming a standard requirement in modern web applications. Whether it's live notifications, messaging, or collaborative editing, users expect data to update instantly. Laravel WebSockets is a powerful package that allows you to integrate real-time functionality into your Laravel applications seamlessly.
43
August 30, 2023
Getting Started with API Authentication using Laravel Sanctum
In today's world of web development, building secure and reliable APIs is crucial. Laravel, a popular PHP framework, provides various tools to simplify this process. One such tool is Laravel Sanctum, which offers a simple and elegant solution for API authentication.
44
August 24, 2023
Creating and Using Middleware in Laravel
Middleware in Laravel is a powerful tool that allows you to intercept and manipulate HTTP requests and responses. It provides a way to filter incoming requests before they reach your application's routes or to modify responses before they're sent back to the client.
45
August 24, 2023
Demystifying the Laravel Request Lifecycle
Laravel, a powerful and elegant PHP framework, has gained immense popularity among developers for its simplicity and efficiency in building web applications. One of the fundamental concepts every Laravel developer should understand is the request lifecycle.
46
August 24, 2023
Exploring Eloquent ORM in Laravel
Laravel's Eloquent ORM (Object-Relational Mapping) is a powerful and elegant way to interact with databases. It allows developers to work with database records as objects, simplifying data manipulation and retrieval.
47
August 24, 2023
Laravel Blade Templating
Laravel's Blade templating engine provides an elegant and powerful way to create dynamic and reusable views for your web applications. With its expressive syntax and rich features, Blade simplifies the process of building user interfaces while promoting code organization and maintainability.
48
August 24, 2023
Laravel Routing and URL Handling: Explained with Examples
Laravel, a popular PHP framework, provides developers with a robust and intuitive routing system that allows for efficient URL handling and mapping HTTP requests to specific actions within your application.
1
2
3
4
5
6
7
Page 6 of 7