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.
Building Vue.js Client SPA Token-Based Authentication with Laravel Sanctum

Building Vue.js Client SPA Token-Based Authentication with Laravel Sanctum

97
Comments 43
6 min read
How I became a software developer in the traditional way

How I became a software developer in the traditional way

6
Comments
4 min read
Using Laravel Forge to host SilverStripe 4

Using Laravel Forge to host SilverStripe 4

7
Comments
3 min read
How to separate your Routes at Laravel conveniently.

How to separate your Routes at Laravel conveniently.

33
Comments 4
3 min read
How to generate a Laravel sitemaps on the fly?

How to generate a Laravel sitemaps on the fly?

9
Comments
2 min read
How Aloia CMS has made me more productive

How Aloia CMS has made me more productive

7
Comments
4 min read
Creating Modularized Stateless APIs with Laravel 7.x

Creating Modularized Stateless APIs with Laravel 7.x

6
Comments
1 min read
Aloia CMS: Compatibility with Laravel 6 and 7

Aloia CMS: Compatibility with Laravel 6 and 7

6
Comments
1 min read
PHP-Worker for Scheduler in Laradock

PHP-Worker for Scheduler in Laradock

13
Comments 2
5 min read
How to develop locally a Laravel app using Laragon

How to develop locally a Laravel app using Laragon

8
Comments 1
4 min read
PHP-Worker in Laradock

PHP-Worker in Laradock

11
Comments 5
2 min read
Mailhog in Laradock

Mailhog in Laradock

13
Comments 2
3 min read
Laravel Mock Services in order to test your code resolving it.

Laravel Mock Services in order to test your code resolving it.

8
Comments 1
1 min read
I'm Making Test Management Tool

I'm Making Test Management Tool

7
Comments
1 min read
Service container in Laravel

Service container in Laravel

4
Comments 2
1 min read
Lista de Materiais Gratuitos para aprender PHP MVC

Lista de Materiais Gratuitos para aprender PHP MVC

10
Comments
2 min read
Simple Laravel package, creating menus from DB sources.

Simple Laravel package, creating menus from DB sources.

8
Comments 1
1 min read
Testing Laravel API endpoints with jwt-auth

Testing Laravel API endpoints with jwt-auth

24
Comments
3 min read
Bootstrap a Laravel 7 + Tailwind CSS project

Bootstrap a Laravel 7 + Tailwind CSS project

17
Comments 5
4 min read
Why I cannot assert that the job has been dispatched?

Why I cannot assert that the job has been dispatched?

5
Comments
1 min read
Do you want a robot to avoid brain fatigue?

Do you want a robot to avoid brain fatigue?

5
Comments
2 min read
Laravel Auth | Laravel 7 Authentication Example

Laravel Auth | Laravel 7 Authentication Example

8
Comments
1 min read
Laravel developers during Covid-19 quarentine be like...

Laravel developers during Covid-19 quarentine be like...

14
Comments 4
1 min read
Laravel Form Request Tips & Tricks.

Laravel Form Request Tips & Tricks.

160
Comments 8
11 min read
Validate if multiple IDs exist and store as JSON with Laravel

Validate if multiple IDs exist and store as JSON with Laravel

7
Comments
1 min read
Set up Paddle Subscriptions for your Laravel App in 5 Minutes

Set up Paddle Subscriptions for your Laravel App in 5 Minutes

15
Comments
5 min read
How to configure and use multiple SES accounts in a Laravel app

How to configure and use multiple SES accounts in a Laravel app

8
Comments
3 min read
Create API Rest with Laravel 7.X Passport Authentication And Implement Refresh Token (Part 1)

Create API Rest with Laravel 7.X Passport Authentication And Implement Refresh Token (Part 1)

50
Comments 22
3 min read
Getting started with Amazon S3 storage in Laravel

Getting started with Amazon S3 storage in Laravel

125
Comments 9
7 min read
Custom order with sortBy() -- Bonus Livewire implementation

Custom order with sortBy() -- Bonus Livewire implementation

10
Comments
1 min read
Create API Rest with Laravel 7.X Passport Authentication And Implement Refresh Token (Part 3)

Create API Rest with Laravel 7.X Passport Authentication And Implement Refresh Token (Part 3)

11
Comments 3
1 min read
Create API Rest with Laravel 7.X Passport Authentication And Implement Refresh Token (Part 2)

Create API Rest with Laravel 7.X Passport Authentication And Implement Refresh Token (Part 2)

14
Comments 1
3 min read
How to Use Feature Flags in Your Laravel Applications

How to Use Feature Flags in Your Laravel Applications

11
Comments 1
6 min read
How I added Elasticsearch to a Laravel application on a server with minimal resources

How I added Elasticsearch to a Laravel application on a server with minimal resources

10
Comments
4 min read
How to implement Laravel CI/CD with Bitbucket and AWS

How to implement Laravel CI/CD with Bitbucket and AWS

16
Comments 1
1 min read
Caching the Laravel user provider with a decorator

Caching the Laravel user provider with a decorator

13
Comments 3
3 min read
File upload using Laravel and Vue.js (The Right Way)

File upload using Laravel and Vue.js (The Right Way)

32
Comments 12
3 min read
Laravel unable to test job with mocked Service and object. The Mockery spy fails to detect called method

Laravel unable to test job with mocked Service and object. The Mockery spy fails to detect called method

7
Comments
1 min read
How generate a Laravel APP_KEY with OpenSSL

How generate a Laravel APP_KEY with OpenSSL

12
Comments 3
1 min read
Laravel + PayPal - Parte 1: Criando projeto

Laravel + PayPal - Parte 1: Criando projeto

13
Comments
8 min read
Run specific select raw queries on write database in order to have fresh data on replication lag

Run specific select raw queries on write database in order to have fresh data on replication lag

5
Comments 1
1 min read
Laravel 7: Functions in Blade Components

Laravel 7: Functions in Blade Components

27
Comments 1
2 min read
Handling File Uploads in Laravel

Handling File Uploads in Laravel

8
Comments
1 min read
Deploy a Docker-ized Laravel Application to AWS ECS with CodeBuild

Deploy a Docker-ized Laravel Application to AWS ECS with CodeBuild

39
Comments 6
10 min read
Material Blog PRO Laravel is exactly what a bartender would recommend. No joke.

Material Blog PRO Laravel is exactly what a bartender would recommend. No joke.

46
Comments
6 min read
Develop Laravel with TDD

Develop Laravel with TDD

17
Comments
3 min read
How to update a postgres jsonb field using eloquent models

How to update a postgres jsonb field using eloquent models

5
Comments
1 min read
New migration methods in Laravel 7

New migration methods in Laravel 7

22
Comments 4
1 min read
Setting up TailwindCSS in Laravel project

Setting up TailwindCSS in Laravel project

12
Comments 9
1 min read
Design Patterns in PHP: Facade (with Laravel)

Design Patterns in PHP: Facade (with Laravel)

61
Comments 10
3 min read
Looking into Credits feature on DEV from Laravel Developer perspective (Code Dive)

Looking into Credits feature on DEV from Laravel Developer perspective (Code Dive)

13
Comments
3 min read
Repository/Service pattern, did it finally click?

Repository/Service pattern, did it finally click?

12
Comments
1 min read
Behind the scenes of Flare (or How to structure big Laravel applications)

Behind the scenes of Flare (or How to structure big Laravel applications)

16
Comments
1 min read
Laravel's Model View Controller: What Are The Benefits?

Laravel's Model View Controller: What Are The Benefits?

4
Comments 1
4 min read
Testing GraphQL APIs with Laravel

Testing GraphQL APIs with Laravel

17
Comments
4 min read
Laravel Database Factories for Better Testing

Laravel Database Factories for Better Testing

9
Comments
5 min read
Casting an Eloquent integer value to boolean

Casting an Eloquent integer value to boolean

9
Comments 1
1 min read
Pass Typescript-like Typed Objects and Arrays to Your Laravel Functions by Leveraging Data Transfer Objects

Pass Typescript-like Typed Objects and Arrays to Your Laravel Functions by Leveraging Data Transfer Objects

6
Comments
2 min read
Write gorgeous documentations for your products using Markdown inside your Laravel app

Write gorgeous documentations for your products using Markdown inside your Laravel app

21
Comments
2 min read
10+ Top PRO Laravel Templates for 2020

10+ Top PRO Laravel Templates for 2020

51
Comments 1
15 min read
loading...