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

Create New Post Contact Us

When Laravel meets json

If you know the name Douglas Crockford, you know JSON. Mr Crockford is a Chuck Norris of sorts in the Javascript world and created the JSON standard. It stands for JavaScript Object Notation and it provides a great way to share data between languages

Automatically Format Laravel Database Fields with Accessors and Mutators

There’s a really neat feature in Laravel that often gets overlooked because of the feature’s complicated sounding name. We’re talking about accessors and mutators.

What exactly are accessors and mutators?

Accessors: Format som

Security Policy Evaluation in Laravel with PropAuth

When you think about authentication and authorization checks on users of your system, the first things that come to mind are usually the typical role-based access control types: groups, permissions, passwords, etc. Most RBAC systems out there hard-co

Send push notifications to mobile devices with Laravel

In this article i will talk about sending pushing notifications to mobile devices with laravel ! i will be doing this by using a laravel package called Laravel Push Notification which allows us send push notication ! one good thing baout this package

Explore the Advanced Concepts of Eloquent in laravel

A developer usually must face two types of projects: Applications and applications, as follows:

For applications, I intend something that you can do, maybe in a quick way, with some workarounds and some hacks, here and there. Also, I know that you

How to use Laravel Socialite in depth

In this tutorial we will learn how to use laravel Socialite that comes out of box in laravel ! stuffs we will be doing is :

Installing Laravel Socialite Creating an app on your social network of choice Logging in the user Storing the user in yo

Generate CRUD directly via command line in laravel

Checkout this tutorial if you want create a simple crud application . further in this tutorial we will learn how to generate generate CRUD directly via command line in laravel by using a new laravel package called Laravel 5 CRUD Generator

Diving into the repository pattern of laravel

If you know a couple of things about good development and best practices, you have probably heard about software design patterns.

You can define them as useful solution templates for a certain kind of problem, or to be more precise:

In software

How to send/receive text messages in Laravel

Sending sms in laravel is easy by using simple sms package this allows you to end/receive (polling/pushing) text messages. Currently supports CallFire, EZTexting, Email Gateways, Mozeo, and Twilio.

Simple SMS is an easy to use package for Laravel

Google+ oAuth and Laravel in 60 seconds

In one of previous tutorials I wrote about Social Sign-in with Socialite Laravel package. Now I will show you how easy it is, to implement new authentication provider in existing project. I noticed that many Laravel users are struggling with Google+