A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.

Create New Post Contact Us

Apply The Open Closed Principle in Laravel - Part 1

Laravel School has a good tutorial on how to apply the open closed principle in Laravel.

Apply The Open Closed Principle in Laravel - Part 1

Manage databases easily with Laravel Prequel

Laravel Prequel is a Laravel package which can be used to manage databases without the need for tools like PHPmyadmin or Sequel Pro.

Manage databases easily with Laravel Prequel

Lowering the time cost of testing existing Laravel applications

Jason McCreary has a good tutorial on how to test Laravel applications effectively.

Lowering the time cost of testing existing Laravel applications

How to manage Laravel dependencies without switching to the command line!

Laravel Paket is a great Laravel package which helps us to manage Laravel dependencies without switching to command line!

How to manage Laravel dependencies without switching to the command line!

How to test jobs in Laravel

Michiel Gerritsen shows us how to test jobs in Laravel.

How to test jobs in Laravel

Protect your websites with Laravel Firewall

This package intends to protect your Laravel app from different type of attacks such as XSS, SQLi, RFI, LFI, User Agent, and a lot more.

Protect your websites with Laravel Firewall

How to locate and identify website visitors by IP address in Laravel 6 and PHP

If you need to know exactly who your visitors are and where they’re coming from, you can use ipstack to identify websites visitors.

How to locate and identify website visitors by IP address in Laravel 6 and PHP

Laravel helper for your own falsy conditions checking

Creating a falsy condition helper helps you to not write the inverter notation while writing your if conditions which is sort of annoying.

Laravel helper for your own falsy conditions checking

JSON APIs with Laravel Part 2: Models, Factories, and Seeders

Oliver Sarfas wrote a good tutorial on how to build JSON APIs with Laravel 5.

JSON APIs with Laravel Part 2: Models, Factories, and Seeders

Laravel Telescope - a powerful debug assistant

Welcm sets up Laravel's powerful debug assistant and takes an in-depth look at its features.

Laravel Telescope - a powerful debug assistant