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

Create New Post Contact Us

Learn how to consume third party API’s with Laravel Resources

jeff wrote a nice tutorial on how to consume third party API’s with Laravel Resources.

Learn how to consume third party API’s with Laravel Resources

Simple Eloquent Model Translations

Making you models translatable could be an issue, especially if you are running an application that is multilingual. For static texts, we can use the built-in translation engine, but for models, we need to solve a more complex issue. Let’s take a loo

Simple Eloquent Model Translations

Larasap - Laravel social auto posting package

This is a Laravel package to post your content to social networks such as: Facebook, Twitter, etc.

Larasap - Laravel social auto posting package

User Role based Authentication and Access Control in Laravel

This tutorial gives a step by step guide on how to setup Role based authentication in Laravel along with it’s native authentication system.

User Role based Authentication and Access Control in Laravel

Laravel 5 - Get recent posts WordPress using REST API

Learn how to get recent posts WordPress using REST API

Laravel 5 - Get recent posts WordPress using REST API

Laravel 5 - Create Model Event for created/updated/deleted task

hdtutor has a good tutorial on how to create Model Event for created/updated/deleted task.

Laravel 5 - Create Model Event for created/updated/deleted task

Deploy Laravel Application on Shared Hosting (Hostgator)

In this tutorial, I will demonstrate the steps involved to deploy Laravel Application on Shared Hosting

Deploy Laravel Application on Shared Hosting (Hostgator)

How to create Queue Jobs for sending emails in Laravel 5

In this tutorial, I would like to share with you how to create queue job for email send in Laravel 5.

How to create Queue Jobs for sending emails in Laravel 5