Laravel 5.1.11 includes support for authorization and new "policies" feature.
Implementing these new features into your Laravel 5.1 applications is very easy.
For more information, you can read it here:
http://laravel.com/docs/5.1/
Let’s create a simple CRUD application with Laravel. The application we want to create will manage the users of our application. We will create the following list of features for our application:
List users (read users from the database)
Cr
Intervention Image is a PHP image handling and manipulation library providing an easier and expressive way to create, edit, and compose images. The package includes ServiceProviders and Facades for easy Laravel integration.
## Summary
In this tutorial I will create a simple Stripe checkout form. Form will be validated using Parsley.js (front-end validation) and then submitted to the server to create a Stripe customer and after that the customer will be charged with t
In this article we will learn how to add facebook like friends system in laravel 5.1! For this we will be using a package called Friendly! Please note that this package is still building so you can have better features in the future
Dropzone is the best free library for drag and drop file uploads. It has a bunch of features and options so you can customize it in a number of ways.
Implementing Dropzone in Laravel project could be a bit tricky for users without experience, so I
Telegram is new messenger similar to Viber, WhatsApp and FB messenger in terms of features, but superior when it comes to security. It is using many security mechanisms including strong encryption and it is extremely fast.
It is built for all plat
An eloquent way of importing and exporting Excel and CSV files inLaravel 5.* with the power of PHPOffice’s PHPExcel
Sweet alert is A beautiful replacement for JavaScript’s “Alert”
Theme is a theme management for Laravel 5, it is the easiest way to organize your skins, layouts and assets. Right now Theme supports PHP, Blade, and Twig.