close
The Wayback Machine - https://web.archive.org/web/20220604072835/https://dev.to/t/laravel

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.
Update Table in Laravel Migrations

Update Table in Laravel Migrations

Reactions 6 Comments
1 min read
Getting started with Infyom Generator on Laravel 9

Getting started with Infyom Generator on Laravel 9

Reactions 5 Comments
3 min read
Creating a Laravel Website with out of the box authentication system

Creating a Laravel Website with out of the box authentication system

Reactions 3 Comments
4 min read
New Things Added - Laravel 9.15 Released

New Things Added - Laravel 9.15 Released

Reactions 5 Comments
1 min read
Laravel 9: Overview for newcomers

Laravel 9: Overview for newcomers

Reactions 5 Comments
7 min read
Laravel 9 x CRUD with Tests

Laravel 9 x CRUD with Tests

Reactions 6 Comments 4
6 min read
Rapid application scaffolding with Laravel Blueprint

Rapid application scaffolding with Laravel Blueprint

Reactions 5 Comments
3 min read
Happy New Month developers

Happy New Month developers

Reactions 4 Comments 2
1 min read
Adding, Renaming, & Removing Columns from Existing Tables Using Tinker in Laravel

Adding, Renaming, & Removing Columns from Existing Tables Using Tinker in Laravel

Reactions 4 Comments
1 min read
Laravel Custom Blade Directive

Laravel Custom Blade Directive

Reactions 5 Comments
2 min read
Laravel 9 basic routing, views & Layouts Understanding.

Laravel 9 basic routing, views & Layouts Understanding.

Reactions 5 Comments
2 min read
LARAVEL 9 BASIC ROUTING, VIEWS & LAYOUTS.

LARAVEL 9 BASIC ROUTING, VIEWS & LAYOUTS.

Reactions 5 Comments
2 min read
Security in Laravel: How to Protect Your App Part 3

Security in Laravel: How to Protect Your App Part 3

Reactions 8 Comments 1
2 min read
Implement Facebook login in laravel

Implement Facebook login in laravel

Reactions 9 Comments
1 min read
Get Database name || or PHP info in Laravel

Get Database name || or PHP info in Laravel

Reactions 10 Comments
1 min read
Run artisan command instantly in the background using Symfony process component

Run artisan command instantly in the background using Symfony process component

Reactions 8 Comments
1 min read
How to get started with DataTables in Laravel 9

How to get started with DataTables in Laravel 9

Reactions 7 Comments
3 min read
How to start Laravel project with "sail up" instead of "./vendor/bin/sail up"

How to start Laravel project with "sail up" instead of "./vendor/bin/sail up"

Reactions 5 Comments
1 min read
Building a sexy query filter

Building a sexy query filter

Reactions 6 Comments
8 min read
Use Laravel's HTTP Client with Facebook's Business SDK

Use Laravel's HTTP Client with Facebook's Business SDK

Reactions 6 Comments
4 min read
Laravel 9 Create Custom Helper Functions Tutorial

Laravel 9 Create Custom Helper Functions Tutorial

Reactions 3 Comments
1 min read
How to QuickStart Secured Rest API Project With Laravel 9 ?

How to QuickStart Secured Rest API Project With Laravel 9 ?

Reactions 6 Comments
5 min read
Getting Started with Laravel 9 Secured REST API.

Getting Started with Laravel 9 Secured REST API.

Reactions 5 Comments
5 min read
Get JSON Data size in Byte

Get JSON Data size in Byte

Reactions 5 Comments
1 min read
Security in Laravel: How to Protect Your App Part 2

Security in Laravel: How to Protect Your App Part 2

Reactions 9 Comments 1
1 min read
Understand Laravel Gates and Policies for Roles & Permissions

Understand Laravel Gates and Policies for Roles & Permissions

Reactions 3 Comments
1 min read
Laravel queues with supervisor - Docker Configuration

Laravel queues with supervisor - Docker Configuration

Reactions 7 Comments
2 min read
Laravel 8 HasOne() Example

Laravel 8 HasOne() Example

Reactions 7 Comments
3 min read
How to Implement Laravel 8 using FPDF Example

How to Implement Laravel 8 using FPDF Example

Reactions 8 Comments
2 min read
Security in Laravel: How to Protect Your App Part 1

Security in Laravel: How to Protect Your App Part 1

Reactions 14 Comments 1
2 min read
Dealing with currency in Laravel

Dealing with currency in Laravel

Reactions 11 Comments
2 min read
🔐 Laravel File Permissions Setup

🔐 Laravel File Permissions Setup

Reactions 14 Comments
2 min read
Web Scraping with Laravel and spatie/crawler

Web Scraping with Laravel and spatie/crawler

Reactions 3 Comments
2 min read
Creating casts like Carbon in Laravel

Creating casts like Carbon in Laravel

Reactions 10 Comments
3 min read
Create multi auth guard on laravel with custom table

Create multi auth guard on laravel with custom table

Reactions 10 Comments
3 min read
How To Test Mail and Database Notifications in Laravel 8

How To Test Mail and Database Notifications in Laravel 8

Reactions 5 Comments
3 min read
How to implement github login in laravel

How to implement github login in laravel

Reactions 5 Comments
1 min read
Laravel 8 Socialite Login with Facebook Account

Laravel 8 Socialite Login with Facebook Account

Reactions 6 Comments
1 min read
Part 1 : How to support multiple languages with laravel

Part 1 : How to support multiple languages with laravel

Reactions 7 Comments 1
4 min read
Deploy Laravel Application to Amazon Lightsail

Deploy Laravel Application to Amazon Lightsail

Reactions 11 Comments
5 min read
Fix Laravel app not reading values from .env file

Fix Laravel app not reading values from .env file

Reactions 7 Comments 4
1 min read
Laravel sendinblue emails

Laravel sendinblue emails

Reactions 13 Comments
1 min read
Security in Laravel: How to Protect Your App Part 4

Security in Laravel: How to Protect Your App Part 4

Reactions 11 Comments 1
1 min read
Tappable Query Scopes - Laravel ( tap() )

Tappable Query Scopes - Laravel ( tap() )

Reactions 6 Comments
1 min read
Laravel 9 Update an Existing Model

Laravel 9 Update an Existing Model

Reactions 8 Comments
1 min read
How to Create Custom Service Provider in Laravel 9

How to Create Custom Service Provider in Laravel 9

Reactions 7 Comments
2 min read
Easiest Implementation Custom Expiration for Laravel Remember Me Login

Easiest Implementation Custom Expiration for Laravel Remember Me Login

Reactions 6 Comments
2 min read
Laravel Redirect Cheat Sheet

Laravel Redirect Cheat Sheet

Reactions 8 Comments
1 min read
Laravel Translation With Variables Example

Laravel Translation With Variables Example

Reactions 6 Comments
1 min read
Laravel Model Create Example

Laravel Model Create Example

Reactions 6 Comments
2 min read
Laravel 9 2FA - Two Factor Authentication with Authy

Laravel 9 2FA - Two Factor Authentication with Authy

Reactions 8 Comments
9 min read
Laravel One to One Eloquent Relationship Tutorial and Example

Laravel One to One Eloquent Relationship Tutorial and Example

Reactions 7 Comments
3 min read
How to enable Xdebug On Laravel Sail and debugging code with VS Code

How to enable Xdebug On Laravel Sail and debugging code with VS Code

Reactions 6 Comments
2 min read
Laravel 8 Autocomplete Search from Database

Laravel 8 Autocomplete Search from Database

Reactions 7 Comments
2 min read
New Things Added - Laravel 9.14 Released

New Things Added - Laravel 9.14 Released

Reactions 7 Comments
1 min read
Laravel commands and queue jobs: when to use them?

Laravel commands and queue jobs: when to use them?

Reactions 8 Comments 1
7 min read
Laravel, MySQL - column_type is set to "int (11)" even though the size of int was specified.

Laravel, MySQL - column_type is set to "int (11)" even though the size of int was specified.

Reactions 9 Comments 1
2 min read
TenancyForLaravel FileSystem Bootstrapper asset Gotcha

TenancyForLaravel FileSystem Bootstrapper asset Gotcha

Reactions 9 Comments
1 min read
Activate links of Laravel Blade based on current route name

Activate links of Laravel Blade based on current route name

Reactions 9 Comments 2
1 min read
Preventing User Enumeration Attack in Laravel Apps

Preventing User Enumeration Attack in Laravel Apps

Reactions 9 Comments
5 min read
loading...