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.
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.

162
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)

34
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

13
Comments 4
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

40
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)

62
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
Laravel 7: Customize stubs

Laravel 7: Customize stubs

14
Comments 2
1 min read
First look at Blade View Components in Laravel 7

First look at Blade View Components in Laravel 7

65
Comments 7
2 min read
Bitbucket Pipelines + Laravel + PHPUnit

Bitbucket Pipelines + Laravel + PHPUnit

8
Comments 1
4 min read
Levelling up dependency injection in Laravel

Levelling up dependency injection in Laravel

6
Comments
7 min read
Laravel Create Custom Class

Laravel Create Custom Class

6
Comments 2
1 min read
Working the project with 'Team'

Working the project with 'Team'

9
Comments
2 min read
Frameworks PHP en la actualidad

Frameworks PHP en la actualidad

5
Comments 1
1 min read
What's new in Bagisto 1.0.0?

What's new in Bagisto 1.0.0?

6
Comments
1 min read
Beginning steps to write a Shopify app with Laravel

Beginning steps to write a Shopify app with Laravel

29
Comments 2
4 min read
Large file uploads to an S3 bucket done neatly in Laravel

Large file uploads to an S3 bucket done neatly in Laravel

19
Comments 5
2 min read
Setting up Laravel and React in WSL

Setting up Laravel and React in WSL

8
Comments
3 min read
Comparing React to Vue on a Laravel API

Comparing React to Vue on a Laravel API

5
Comments
2 min read
Laravel Caching

Laravel Caching

10
Comments 1
3 min read
Setting up Polaris React components in your Shopify App with Laravel

Setting up Polaris React components in your Shopify App with Laravel

17
Comments 1
3 min read
Understanding Mass Assignment in Laravel Eloquent ORM

Understanding Mass Assignment in Laravel Eloquent ORM

55
Comments 7
2 min read
Understand Laravel Event::fake() with (Model Events)

Understand Laravel Event::fake() with (Model Events)

11
Comments 1
2 min read
Crafting a better local Laravel dev environment with Docker

Crafting a better local Laravel dev environment with Docker

42
Comments 9
6 min read
foreach vs forelse

foreach vs forelse

7
Comments
1 min read
Ruby on Rails vs Laravel: Which One is Better for App Development?

Ruby on Rails vs Laravel: Which One is Better for App Development?

10
Comments 2
5 min read
Aloia CMS: Version 1.0.0 has released!

Aloia CMS: Version 1.0.0 has released!

12
Comments
3 min read
Introduction to dependency injection in Laravel

Introduction to dependency injection in Laravel

7
Comments
6 min read
loading...