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
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
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
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+
Today I want to talk about a feature of Laravel which is really useful but can be potentially difficult to understand at first. Pivot table is an example of intermediate table with relationships between two other “main” tables.
Real-li