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.
Making DataTable-Like Livewire Component: Search Items

Making DataTable-Like Livewire Component: Search Items

12
Comments
2 min read
Why whereHas is very slow ?

Why whereHas is very slow ?

6
Comments 2
1 min read
Using Observers in Laravel to perform actions on model state change and clean up your code

Using Observers in Laravel to perform actions on model state change and clean up your code

6
Comments
3 min read
Laravel Nova Resource Stubs For Spark Teams

Laravel Nova Resource Stubs For Spark Teams

7
Comments
3 min read
I Love Writing JavaScript, But Livewire Is A Great Way To Avoid Writing JavaScript For Stupid Reasons

I Love Writing JavaScript, But Livewire Is A Great Way To Avoid Writing JavaScript For Stupid Reasons

35
Comments 8
6 min read
A simple way to enable CORS on Laravel

A simple way to enable CORS on Laravel

42
Comments 6
2 min read
Reset or Change Password in Laravel

Reset or Change Password in Laravel

4
Comments
2 min read
How to Backup Laravel Files and Database

How to Backup Laravel Files and Database

4
Comments
2 min read
Laravel Framework: The Ultimate Guide 2021

Laravel Framework: The Ultimate Guide 2021

5
Comments
1 min read
Reusable File Upload Component With Laravel Livewire and AlpineJS

Reusable File Upload Component With Laravel Livewire and AlpineJS

17
Comments 3
8 min read
Online Laravel migration!

Online Laravel migration!

9
Comments
1 min read
Laravel N + 1 query ပြသာနာ

Laravel N + 1 query ပြသာနာ

2
Comments
1 min read
Exment - Laravel Open Source Web Database Solution

Exment - Laravel Open Source Web Database Solution

8
Comments
4 min read
How to Dockerize Your Application

How to Dockerize Your Application

38
Comments 2
6 min read
Dispatch a job from tinker in Laravel

Dispatch a job from tinker in Laravel

32
Comments 6
1 min read
Laravel 6/7 secret route for maintenance bypass!

Laravel 6/7 secret route for maintenance bypass!

4
Comments
1 min read
Reflecting on a year with Node.js and why I should have stuck with Laravel

Reflecting on a year with Node.js and why I should have stuck with Laravel

122
Comments 56
5 min read
Roll your own Request object in Laravel

Roll your own Request object in Laravel

11
Comments 2
1 min read
Monitor User Activity in Laravel Application!

Monitor User Activity in Laravel Application!

8
Comments
1 min read
5 Minutes Travellist-laravel-Demo

5 Minutes Travellist-laravel-Demo

10
Comments 6
5 min read
Lightweight Laravel - deconstructing a full stack framework

Lightweight Laravel - deconstructing a full stack framework

9
Comments 2
11 min read
My 2020 in review

My 2020 in review

5
Comments
6 min read
Add columns with custom types in Laravel Migrations

Add columns with custom types in Laravel Migrations

7
Comments
3 min read
Postgres Arrays and PHP -Part 1

Postgres Arrays and PHP -Part 1

1
Comments
6 min read
My beloved PHP cheat sheet

My beloved PHP cheat sheet

333
Comments 14
6 min read
Schedule a task to run at a specific time in laravel (CronJob)

Schedule a task to run at a specific time in laravel (CronJob)

40
Comments 3
4 min read
Save an image from Vue to Laravel 8 Part 1

Save an image from Vue to Laravel 8 Part 1

9
Comments 1
2 min read
Laravel 8 - advanced CRUD (Livewire and Tailwind)

Laravel 8 - advanced CRUD (Livewire and Tailwind)

75
Comments 16
12 min read
facemask: A mini social media app for sharing Pandemic experiences 😷📱 1/n

facemask: A mini social media app for sharing Pandemic experiences 😷📱 1/n

14
Comments 2
1 min read
Laravel's firstOrCreate Model Method

Laravel's firstOrCreate Model Method

7
Comments
2 min read
Update To Laravel Breeze v0.1.0

Update To Laravel Breeze v0.1.0

5
Comments
1 min read
Laravel 8 - CRUD basic steps (Livewire and Tailwind)

Laravel 8 - CRUD basic steps (Livewire and Tailwind)

39
Comments 5
6 min read
Laravel Pipelines By Example | Chain of Responsibility Design Pattern

Laravel Pipelines By Example | Chain of Responsibility Design Pattern

15
Comments 1
2 min read
Deploying a Laravel Application to DigitalOcean App Platform via doctl with an App Spec YAML File

Deploying a Laravel Application to DigitalOcean App Platform via doctl with an App Spec YAML File

21
Comments 4
5 min read
How To Use WordPress As An Authentication Provider For Laravel

How To Use WordPress As An Authentication Provider For Laravel

19
Comments 2
7 min read
Introducing Artisan Remote

Introducing Artisan Remote

7
Comments 2
4 min read
Laravel Scenarios

Laravel Scenarios

3
Comments
1 min read
Extending default Fields on Laravel Nova

Extending default Fields on Laravel Nova

7
Comments
1 min read
Easy way to Generate and Validate OTP in the Laravel

Easy way to Generate and Validate OTP in the Laravel

10
Comments 7
2 min read
Let's Get Started

Let's Get Started

4
Comments
1 min read
How to get raw sql that is being executed with binded data

How to get raw sql that is being executed with binded data

6
Comments
1 min read
How to setup Vue 3 with Laravel 8 ?

How to setup Vue 3 with Laravel 8 ?

16
Comments 3
1 min read
Automatic Laravel Data Encryption with Eloquent

Automatic Laravel Data Encryption with Eloquent

20
Comments 11
2 min read
Easy 1min Laravel setup on local with HTTPS

Easy 1min Laravel setup on local with HTTPS

21
Comments
1 min read
By-passing Laravel Nova catch-all routes

By-passing Laravel Nova catch-all routes

5
Comments
1 min read
How to make Inspector work on Laravel Vapor – Verifarma.com case study

How to make Inspector work on Laravel Vapor – Verifarma.com case study

1
Comments
5 min read
Customize Laravel Jetstream (Registration and Login)

Customize Laravel Jetstream (Registration and Login)

60
Comments 7
5 min read
Rewriting Blade Views Templates to Components

Rewriting Blade Views Templates to Components

3
Comments
3 min read
Separating frontend and backend routes in Laravel

Separating frontend and backend routes in Laravel

15
Comments
1 min read
How to upgrade October CMS to Laravel 6?

How to upgrade October CMS to Laravel 6?

3
Comments
5 min read
How to install Laravel project on your Windows 10 using Xampp

How to install Laravel project on your Windows 10 using Xampp

13
Comments 8
3 min read
Laravel On Shared Hosting

Laravel On Shared Hosting

8
Comments 2
2 min read
A way to use Laravel transaltions in JavaScript.

A way to use Laravel transaltions in JavaScript.

2
Comments
1 min read
Use inline SVG icons with Laravel

Use inline SVG icons with Laravel

2
Comments
2 min read
PHP Apidocs generation tool

PHP Apidocs generation tool

7
Comments 1
2 min read
Customize Laravel Auth (Laravel Breeze Registration and Login)

Customize Laravel Auth (Laravel Breeze Registration and Login)

46
Comments 15
6 min read
How to Make an App Like Snapchat

How to Make an App Like Snapchat

7
Comments 1
14 min read
Adding SweetAlert2 to Laravel (The Laravel-Mix Way)

Adding SweetAlert2 to Laravel (The Laravel-Mix Way)

13
Comments
2 min read
How to clone the same environment I have on the local machine to the deployment environment?

How to clone the same environment I have on the local machine to the deployment environment?

2
Comments
1 min read
Looking for an easy gamification solution...?

Looking for an easy gamification solution...?

9
Comments 6
2 min read
loading...