Skip to main content
thakurcoder
Blog
Tools
Portfolio
About
Contact
Search
⌘K
Loading…
Home
/
Blog
/
#Laravel
/
Page 5
Tag
#Laravel
50 posts
33
March 10, 2024
Docker for Laravel: Local Development to Production
A Comprehensive Guide to Setting Up Laravel with Docker in Both Local and Production Environments
34
February 26, 2024
The Life of a Laravel App: From Request to Response
Your Laravel app wants to take on the internet, but it needs a guide and a marketplace. Join its whimsical adventure on an Ubuntu server with the speedy Nginx and the helpful PHP-FPM guild!
35
February 26, 2024
Laravel, Node.js, and Next.js: A Modern Stack That Works
In the world of web development, Laravel, Node.js, and Next.js together form a powerful trio that empowers developers to build feature-rich, scalable, and performant web applications. This blog explores the potential of this combination and how it can be a secret weapon for modern developers.
36
January 1, 2024
Shhh! It's a Secret: How Keycloak Keeps Your Data Safe
Keycloak is an open-source identity broker: your app delegates login to a central server, gets back tokens, and never has to store passwords itself. This article walks through the login redirect flow, why that pattern is more secure, and where to go next—including Laravel integration.
37
September 18, 2023
Implementing Authentication and Authorization in Laravel for a Secure Blog
Security is a paramount concern when developing a blog application. You want to ensure that only authorized users can perform certain actions, such as creating, editing, or deleting posts. Laravel, a popular PHP framework, provides powerful tools for implementing authentication and authorization seamlessly.
38
September 18, 2023
Task Scheduling in Laravel
Managing tasks that need to be executed at specific intervals or times is a common requirement for many web applications, including blogs. Laravel, the popular PHP framework, simplifies this process with its built-in task scheduling feature.
39
September 18, 2023
Testing in Laravel
Quality assurance is an integral part of developing any software application, and your blog is no exception. Laravel, the PHP framework known for its developer-friendly features, provides an excellent testing environment that allows you to ensure your blog application functions reliably.
40
September 18, 2023
Understanding Eloquent ORM Relationships in Laravel
When it comes to building a robust blog application using Laravel, one of the key features that you'll need to master is Eloquent ORM relationships. Laravel's Eloquent ORM (Object-Relational Mapping) is a powerful tool for working with your application's database.
1
2
3
4
5
6
7
Page 5 of 7