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

Create New Post Contact Us

Laravel Trait Make Command

I personally love Traits, exporting functions/logic that can be used by multiple classes is so awesome and clean. You get more standardized and readable code by using Traits.

Laravel Trait Make Command

Testing Laravel Zero dynamic commands

Max wrote a nice tutorial on how to test Laravel Zero dynamic commands.

Testing Laravel Zero dynamic commands

Write beautiful blog posts using Markdown with Laravel Blogged

Blogged is a carefully designed Laravel package provides an easy way to create a beautiful blog like this inside your projects.

Write beautiful blog posts using Markdown with Laravel Blogged

Laravel 5.7  -  API authentification with Laravel Passport

Martin Riedweg wrote a nice tutorial on how to develop a full API authentication system which can be used by any application which is able to perform requests.

Laravel 5.7  -  API authentification with Laravel Passport

Real-time Messenger package for Laravel: Mercurius

Mercurius is a real-time messenger system using Laravel and Vue.js, featuring a complete application that you can easily install with any Laravel project.

Real-time Messenger package for Laravel: Mercurius

How to set up PHP CodeSniffer and PreCommit Githooks to a Laravel Project

Set Kyar Wa Lar shows us how to set up PHP CodeSniffer and PreCommit Githooks to a Laravel Project.

How to set up PHP CodeSniffer and PreCommit Githooks to a Laravel Project

How to search models using a where like query in Laravel

murze.be wrote a nice tutorial on how to search models using a where like query in Laravel 5.

How to search models using a where like query in Laravel

Learn how to create Custom Cache Driver in Laravel

ErWeb shows us how to add SQLite as a cache driver in Laravel 5.

Learn how to create Custom Cache Driver in Laravel