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.
Scaling Laravel Architecture

Scaling Laravel Architecture

32
Comments
7 min read
Getting almost any Laravel project up and running in your local machine

Getting almost any Laravel project up and running in your local machine

5
Comments
2 min read
Easily use UUIDs in Laravel

Easily use UUIDs in Laravel

153
Comments 23
3 min read
How do I tie Laravel and Lumen together?

How do I tie Laravel and Lumen together?

6
Comments 2
1 min read
Laravel: Approve New Registered Users from Administrator

Laravel: Approve New Registered Users from Administrator

78
Comments 11
6 min read
Tutorial: Build a Basic CRUD App with Laravel and Angular

Tutorial: Build a Basic CRUD App with Laravel and Angular

15
Comments
15 min read
★ Searching models using a where like query in Laravel

★ Searching models using a where like query in Laravel

6
Comments
4 min read
PHP Test Coverage with Travis CI and Code Climate using Clover

PHP Test Coverage with Travis CI and Code Climate using Clover

20
Comments 7
3 min read
Creating a ChatBot with BotMan

Creating a ChatBot with BotMan

12
Comments 2
3 min read
Create Gym management in Laravel 5.7 part 0 :: Install Laravel on AWS cloud9

Create Gym management in Laravel 5.7 part 0 :: Install Laravel on AWS cloud9

13
Comments 3
5 min read
Create Asset management system in Laravel

Create Asset management system in Laravel

9
Comments 3
9 min read
Please stop PRing Route::view to the Laravel repo

Please stop PRing Route::view to the Laravel repo

5
Comments
2 min read
How to setup HTTPS with Laravel Homestead on a Windows host

How to setup HTTPS with Laravel Homestead on a Windows host

21
Comments 1
2 min read
How to do a minimum viable feature switch, includes a simple code example

How to do a minimum viable feature switch, includes a simple code example

9
Comments
3 min read
Build fullstack Javascript apps with Adonis and Vue

Build fullstack Javascript apps with Adonis and Vue

72
Comments 8
8 min read
Laravel mail from localhost

Laravel mail from localhost

20
Comments 6
1 min read
LaravelのModelからSQLを直接実行する方法

LaravelのModelからSQLを直接実行する方法

9
Comments
1 min read
Vue Laravel Tutorials

Vue Laravel Tutorials

19
Comments
1 min read
A look into Laravel and its Ecosystem

A look into Laravel and its Ecosystem

73
Comments 6
1 min read
Laravel BackupManager

Laravel BackupManager

8
Comments
1 min read
Ask Dev: Full Stack app or JS Frontend powered by API backend?

Ask Dev: Full Stack app or JS Frontend powered by API backend?

11
Comments 2
1 min read
★ A tags field for Nova apps

★ A tags field for Nova apps

7
Comments
3 min read
Handling user sessions when using the laravel just for the API and angularJS as a front-end

Handling user sessions when using the laravel just for the API and angularJS as a front-end

10
Comments 2
1 min read
Building a booking chatbot using BotMan

Building a booking chatbot using BotMan

59
Comments 28
9 min read
Case Sensitive WHERE Clause

Case Sensitive WHERE Clause

10
Comments
1 min read
The power of PHP traits to create reusable components

The power of PHP traits to create reusable components

13
Comments
2 min read
Making the advanced search query with Eloquent-Builder in Laravel

Making the advanced search query with Eloquent-Builder in Laravel

75
Comments 13
2 min read
Laravel 5.7 Release: What's New? 10 Features To Try

Laravel 5.7 Release: What's New? 10 Features To Try

9
Comments
1 min read
Learn Test Driven Development with Laravel in One Day

Learn Test Driven Development with Laravel in One Day

27
Comments
3 min read
Mold an amateur's API authentication approach

Mold an amateur's API authentication approach

7
Comments 1
2 min read
A simple example of rate limiting API requests with Redis and Laravel

A simple example of rate limiting API requests with Redis and Laravel

10
Comments
3 min read
Laravel VisitLog

Laravel VisitLog

31
Comments
1 min read
Laravel Collections Higher Order Messages - Single Line Magic

Laravel Collections Higher Order Messages - Single Line Magic

20
Comments 6
1 min read
Laravel LogNotify

Laravel LogNotify

7
Comments
1 min read
Laravel Noty

Laravel Noty

7
Comments 4
1 min read
Adding testing to a Laravel API 📝

Adding testing to a Laravel API 📝

34
Comments 2
6 min read
2 ways to auto-generate documentation for Laravel APIs ⚙️

2 ways to auto-generate documentation for Laravel APIs ⚙️

36
Comments
8 min read
React Components In Lucky With Laravel Mix and lucky-react

React Components In Lucky With Laravel Mix and lucky-react

16
Comments 2
4 min read
Clean up unused CSS with PurgeCSS on Laravel and WordPress

Clean up unused CSS with PurgeCSS on Laravel and WordPress

21
Comments
1 min read
Make your Laravel Jobs multi-tenancy friendly

Make your Laravel Jobs multi-tenancy friendly

8
Comments
1 min read
LaravelNuxt under the hood

LaravelNuxt under the hood

17
Comments 1
2 min read
Demystifying Laravel Queues

Demystifying Laravel Queues

33
Comments 4
4 min read
★ Introducing laravel-event-projector: the easiest way to get started with event sourcing in a Laravel app

★ Introducing laravel-event-projector: the easiest way to get started with event sourcing in a Laravel app

8
Comments
12 min read
Laravel Queue Processing on Shared hosting

Laravel Queue Processing on Shared hosting

5
Comments 1
6 min read
Laravel Testing Woes: Token Mismatch

Laravel Testing Woes: Token Mismatch

14
Comments
6 min read
How to run Laravel using Docker

How to run Laravel using Docker

32
Comments 3
3 min read
Modifying url with laravel

Modifying url with laravel

7
Comments
1 min read
NextJS and Authentication using OAuth2 and JWT

NextJS and Authentication using OAuth2 and JWT

103
Comments 2
15 min read
Creating an event ticketing service (Laravel API + ReactJS + NextJS + Material UI)

Creating an event ticketing service (Laravel API + ReactJS + NextJS + Material UI)

88
Comments 4
8 min read
Why Laravel is the Recommended Framework for Secure, Mission-Critical Applications

Why Laravel is the Recommended Framework for Secure, Mission-Critical Applications

19
Comments 2
1 min read
What, why and how of PHP Composer

What, why and how of PHP Composer

83
Comments
8 min read
Laravel Interview Questions

Laravel Interview Questions

25
Comments 5
1 min read
Transforming Laravel Request Data Using Middleware

Transforming Laravel Request Data Using Middleware

19
Comments 4
3 min read
The state of Laravel-based APIs - a personal research

The state of Laravel-based APIs - a personal research

31
Comments 4
5 min read
Laravel 5.6 - User Activation with Signed Routes & Notifications

Laravel 5.6 - User Activation with Signed Routes & Notifications

45
Comments 4
5 min read
The magic of query scopes in Laravel

The magic of query scopes in Laravel

47
Comments 4
2 min read
What's your team's cross-platform setup?

What's your team's cross-platform setup?

17
Comments 16
1 min read
How to Build a Realtime Spreadsheets Application with Pusher Channels - Part 3: Showing current viewers

How to Build a Realtime Spreadsheets Application with Pusher Channels - Part 3: Showing current viewers

7
Comments
5 min read
How to build a realtime spreadsheets application with Pusher Channels - Part 4: Automatically cleaning up empty documents

How to build a realtime spreadsheets application with Pusher Channels - Part 4: Automatically cleaning up empty documents

12
Comments
5 min read
TESTING LARAVEL WORKSHOP FOR BEGINNERS 🎉🎉🎉

TESTING LARAVEL WORKSHOP FOR BEGINNERS 🎉🎉🎉

28
Comments
2 min read
loading...