DEV Community

Laravel

A PHP web application framework with expressive, elegant syntax.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Group Video Watching with Laravel

Group Video Watching with Laravel

8
Comments
2 min read
Scaling Laravel to 100M+ jobs and 30,000 requests/min

Scaling Laravel to 100M+ jobs and 30,000 requests/min

18
Comments
8 min read
Laravel Multiple Authentication

Laravel Multiple Authentication

9
Comments 1
1 min read
Demo Symfony Currency Converter

Demo Symfony Currency Converter

6
Comments
4 min read
Escalando uma aplicação para 100M+ jobs e dezenas de milhares de requisições por minuto com Laravel

Escalando uma aplicação para 100M+ jobs e dezenas de milhares de requisições por minuto com Laravel

7
Comments
6 min read
Laravel 9 Vue JS CRUD App using Vite Example

Laravel 9 Vue JS CRUD App using Vite Example

25
Comments
9 min read
How to login with username instead of email in Laravel ?

How to login with username instead of email in Laravel ?

12
Comments 4
5 min read
Local WordPress development with Laravel Valet (+ a GUI)

Local WordPress development with Laravel Valet (+ a GUI)

1
Comments 1
5 min read
A Central Clock for Laravel Web Applications with ReactPHP

A Central Clock for Laravel Web Applications with ReactPHP

7
Comments
1 min read
Using Larapex Chart on your Laravel application

Using Larapex Chart on your Laravel application

4
Comments
2 min read
Spinning up MySQL Database with Docker

Spinning up MySQL Database with Docker

15
Comments
2 min read
How to Deploy Laravel Website on Cloud Server?

How to Deploy Laravel Website on Cloud Server?

8
Comments
3 min read
Google place autocomplete API with Laravel

Google place autocomplete API with Laravel

30
Comments 7
12 min read
New Things Added - Laravel 9.20 Released

New Things Added - Laravel 9.20 Released

2
Comments
1 min read
Crea imagenes elegantes de prueba en laravel-alternativas a fakerphp

Crea imagenes elegantes de prueba en laravel-alternativas a fakerphp

18
Comments
1 min read
Quer limitar o número de requisições na sua api?

Quer limitar o número de requisições na sua api?

14
Comments
5 min read
Building a realtime chat app with Laravel using WebSockets

Building a realtime chat app with Laravel using WebSockets

7
Comments 1
9 min read
Laravel Livewire Turbolinks with Image lazyload

Laravel Livewire Turbolinks with Image lazyload

10
Comments 1
1 min read
Laravel and JWT Authentication with custom model

Laravel and JWT Authentication with custom model

12
Comments
3 min read
How to Secure Your Laravel Application: Get the Best Tips for Laravel Security

How to Secure Your Laravel Application: Get the Best Tips for Laravel Security

17
Comments 1
6 min read
Laravel 9 - Avoid data leakage when using orWhere on a relationship

Laravel 9 - Avoid data leakage when using orWhere on a relationship

5
Comments
1 min read
Using Laravel Controllers, Events, Listeners, Services and Validation Together!

Using Laravel Controllers, Events, Listeners, Services and Validation Together!

5
Comments
2 min read
Working with Laravel Jetstream VueJS 3 & InertiaJS with SSR Support

Working with Laravel Jetstream VueJS 3 & InertiaJS with SSR Support

12
Comments 1
6 min read
How to Install Bootstrap 5 in Laravel 9 With Vite

How to Install Bootstrap 5 in Laravel 9 With Vite

6
Comments
5 min read
How to generate PHP enums from database in Laravel?

How to generate PHP enums from database in Laravel?

6
Comments
2 min read
How To Install React in Laravel 9 with Vite

How To Install React in Laravel 9 with Vite

13
Comments
5 min read
How to Fix and Clean Code Style in laravel 9

How to Fix and Clean Code Style in laravel 9

6
Comments
1 min read
Developers Treasure Chest - Issue 1

Developers Treasure Chest - Issue 1

14
Comments 2
10 min read
How to easily call JavaScript modules from PHP?

How to easily call JavaScript modules from PHP?

10
Comments
3 min read
Laravel: Delete Actions Simplified

Laravel: Delete Actions Simplified

9
Comments
9 min read
Running Laravel IDE Helper Generator automatically

Running Laravel IDE Helper Generator automatically

7
Comments
1 min read
Automatically generate plain text e-mails without view in Laravel 5+

Automatically generate plain text e-mails without view in Laravel 5+

3
Comments
1 min read
Limit User Requests - Rate Limiting Laravel

Limit User Requests - Rate Limiting Laravel

7
Comments 3
1 min read
How to send Push Notifications with Laravel and the new FCM Http V1 API ?

How to send Push Notifications with Laravel and the new FCM Http V1 API ?

28
Comments 3
3 min read
How to upload image in Laravel 9 ?

How to upload image in Laravel 9 ?

20
Comments 4
2 min read
How To Install Vue 3 in Laravel 9 with Vite

How To Install Vue 3 in Laravel 9 with Vite

12
Comments
5 min read
Image upload in Laravel complete Tutorial.

Image upload in Laravel complete Tutorial.

9
Comments 2
2 min read
Laravel how to test CSV download

Laravel how to test CSV download

1
Comments
2 min read
Laravel : Query Comma Separated Column using Eloquent and MySQL find_in_set

Laravel : Query Comma Separated Column using Eloquent and MySQL find_in_set

3
Comments
1 min read
Laravel eloquent multiple dependent model

Laravel eloquent multiple dependent model

6
Comments
3 min read
Create Custom Laravel Validation Rule for Total Uploaded Files Size 🚫✅

Create Custom Laravel Validation Rule for Total Uploaded Files Size 🚫✅

16
Comments
4 min read
My favorite Laravel development environment, with Docker, Nginx, PHP-FPM Xdebug in VSCode

My favorite Laravel development environment, with Docker, Nginx, PHP-FPM Xdebug in VSCode

30
Comments 2
10 min read
LARAVEL : EXPORT DATA TO PDF (DOMPDF)

LARAVEL : EXPORT DATA TO PDF (DOMPDF)

27
Comments
2 min read
Laravel Development Environment: A Complete Introduction

Laravel Development Environment: A Complete Introduction

8
Comments 3
6 min read
Understanding Laravel MVC

Understanding Laravel MVC

8
Comments
3 min read
Eager load for getting role name in spatie/permissions

Eager load for getting role name in spatie/permissions

6
Comments
1 min read
A Comprehensive Guide to Deploying Laravel Applications on AWS Elastic Beanstalk

A Comprehensive Guide to Deploying Laravel Applications on AWS Elastic Beanstalk

15
Comments 1
39 min read
Underestimated PHP

Underestimated PHP

30
Comments 28
1 min read
Setup Laravel 9 project with ReactJS

Setup Laravel 9 project with ReactJS

34
Comments 2
4 min read
Build a Basic CRUD App with Laravel 9 and React.js

Build a Basic CRUD App with Laravel 9 and React.js

25
Comments 1
10 min read
How to debug Laravel with XDebuger in VS Code

How to debug Laravel with XDebuger in VS Code

31
Comments 2
4 min read
Oauth Authentication In Laravel: Social Login With Laravel Socialite

Oauth Authentication In Laravel: Social Login With Laravel Socialite

15
Comments
12 min read
Moving A Laravel Webpack Project To Vite

Moving A Laravel Webpack Project To Vite

14
Comments
5 min read
Laravel socialite : configure microsoft Azure

Laravel socialite : configure microsoft Azure

25
Comments 4
2 min read
How to customize Laravel filament login page

How to customize Laravel filament login page

7
Comments 1
4 min read
How to use vue inertia in laravel project ?

How to use vue inertia in laravel project ?

4
Comments
2 min read
Você sabe o que é 'middleware'?

Você sabe o que é 'middleware'?

8
Comments
6 min read
🚀 Spike billing has LAUNCHED!

🚀 Spike billing has LAUNCHED!

6
Comments
1 min read
How to Generate QR Code in Laravel 9

How to Generate QR Code in Laravel 9

14
Comments 1
5 min read
How to use Laravel Permission Package

How to use Laravel Permission Package

4
Comments
6 min read
loading...