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
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
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
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
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
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
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
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