Articles by Tag #laravel

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

# Installing Laravel 11: A Step-by-Step Guide

Laravel 11 is a powerful PHP framework that helps developers build robust and scalable web...

Learn More 178 3Jul 13 '24

Dockerize a Laravel 11 app

Dockerizing a Laravel application is not as simple as it seems, which is why today I will guide you...

Learn More 110 7Jun 28 '24

How to Integrate Firebase with Laravel 11?

Laravel and Firebase are two powerful tools that can significantly enhance the development of modern...

Learn More 101 1Aug 29 '24

PHP is a Single-Threaded Language, So How Does Laravel Handle Queue Jobs Asynchronously?

PHP is known as a single-threaded language, meaning it can only execute one task at a time within a...

Learn More 73 18Nov 28 '24

Simples Mudanças, Grandes Impactos: Como Fortalecer a Segurança da Sua Aplicação Laravel

Se você já trabalhou em algum projeto Laravel com certeza já ter percebido como o framework entrega...

Learn More 57 6Sep 1 '24

Project Management with Task Manager: An Open-Source Laravel Application

Task Manager In today's fast-paced development world, managing projects and tasks...

Learn More 55 12Jul 4 '24

Clean Code Architecture in Laravel: A Practical Guide

If you’ve been developing with Laravel for a while, you’ve probably heard the phrase "clean code"...

Learn More 53 4Oct 21 '24

(My first time) Installing Laravel

Sometimes, especially when you're at the beginning of your career, it can seem that you're following...

Learn More 48 25Nov 24 '24

Resolve "Blocked by CORS Policy: No 'Access-Control-Allow-Origin'" in Laravel

If your frontend and Laravel backend are on different domains, you’ve probably hit the dreaded CORS...

Learn More 45 1Sep 6 '24

How to Build an API with Laravel Breeze in Laravel 11

A step-by-step guide on building a simple API with authentication using Laravel Breeze in Laravel 11.

Learn More 42 3Jul 12 '24

Laravel 12 A Beginner-Friendly Guide

Laravel is one of the most popular PHP frameworks used by developers around the world. It is known...

Learn More 39 5Feb 27

A Simple Guide to Domain-Driven Design (DDD) in Laravel

Have you ever felt that as your Laravel project grows, things start getting a little out of hand?...

Learn More 39 3Oct 21 '24

Introducing Wave V3 – The Ultimate Laravel SaaS Starter Kit!

Hey DEV community! 👋 I'm super excited to share that Wave V3 is officially here! 🎉 Wave is an...

Learn More 36 3Oct 28 '24

Building a RESTful API with Laravel 11, A Complete Guide

Laravel is a popular PHP framework known for its simplicity and power. It allows developers to create...

Learn More 35 1Sep 8 '24

Adding Custom Fonts to Laravel-Dompdf

When generating PDFs in Laravel using dompdf, custom fonts sometimes do not render correctly. This...

Learn More 31 4Jul 23 '24

Dockerizing a Laravel App: Nginx, MySql, PhpMyAdmin, and Php-8.2

What is Docker? Docker is an open-source platform that enables developers to automate the...

Learn More 29 1Jul 8 '24

Generating PDF documents in Laravel

Laravel and DomPDF: Step by step guide to generating PDF Documents with Images and...

Learn More 29 4Jul 2 '24

Load Images Faster in Laravel and JavaScript

In the world of web development, the speed at which images load on your website can make or break the...

Learn More 26 1Sep 3 '24

Laravel Config Problem: Is It Time for a Revolution?

📄 Introduction While working on the Bridge package Laravel Symfony Serializer, I ran into...

Learn More 24 1Jul 17 '24

Is PHP still worth learning in 2025?

As we approach 2025, many new web developers are asking an important question: Is it still...

Learn More 22 0Sep 19 '24

How to make a Chat App using Laravel 11 , Angular 17 and Web Sockets

Hello Developers I am Midhun and in this small blog I will show you how to create a simple real time...

Learn More 22 1Sep 2 '24

Adding Real-Time Chat to Laravel App with Reverb and Vue.js 3

In today's digital age, users crave real-time interaction. Whether it's for a customer support...

Learn More 22 0Jul 4 '24

Advanced Laravel Dashboard for your application in 2025

🚀 Lara Dashboard – A Complete Role & Permission System for Laravel (with Dark Mode,...

Learn More 21 4Apr 24

From Product Manager to Independent Developer: A Six-Month Transformation Guide

Realistically, going from zero experience to a fully fledged independent developer landing paid gigs...

Learn More 21 0Jan 13

Laravel 12 and Vue 3 Ultimate Starter Guide

Laravel 12 and Vue 3 together form a powerful stack for building modern web applications. Laravel...

Learn More 21 0Feb 28

How MySQL Tuning Improves the Laravel Performance

MySQL Configuration tuning is an important component of database management implemented by database...

Learn More 20 3Jul 29 '24

Writing Flexible Enums in PHP with Interfaces and Traits

PHP enums are a powerful tool for defining a fixed set of constants while enabling you to attach...

Learn More 18 0Oct 10 '24

Introducing Apixies.io – A Free Toolbox of Micro APIs for Developers

Hey devs! 👋 I'm Buğra, a full-stack developer and CTO, and I've been working on a side project...

Learn More 18 16May 18

Unit Testing in Laravel: A Practical Approach for Developers

Testing is a critical part of software development, but it often feels like a chore. Fortunately,...

Learn More 18 0Nov 20 '24

Laravel Nova vs Filament: The Best Admin Panels

What Are Laravel Nova and Filament? Laravel Nova is the official admin panel developed by...

Learn More 17 2Nov 13 '24