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

Create New Post Contact Us

New ACL features in Laravel 5.1.11

Since the Laravel 5.1.11 release it is providing some great new authorization features. Let's dive right in. So we all already know about the Authentication features in Laravel. They are nice, but in many applications just a start in handling y

Route middleware unravelled in Laravel 5.1

Two route-based middleware classes are present in Laravel 5 in app/Http/Middleware/. One of these classes is named Authenticate. It provides basic authentication and uses a contract.

In reference to routes, the middleware sits between the route an

5 ways to implement shopping cart in laravel

This tutorial shows you five ways to implement shopping cart in Laravel 5.

Date and time handling with Carbon in laravel is easy

Laravel bundles Carbon (https://github.com/briannesbitt/Carbon), which extends and augments PHP’s native DateTime object with more expressive methods. Laravel uses it mainly to provide more expressive methods on the date and time properties (cr

10 packages to secure your laravel application

Here is the list of 10 packages from which you can secure your laravel application with ease. all you have to do is just browse to your folder via command panel an and install these packages using composer

Installing Kibana on Laravel Homestead - Visualising Your Elastic-Search Data

Kibana 4 is an analytics and visualisation platform that builds on Elastic-search to give you a better understanding of your data. Here we cover how to quickly and easily get Kibana up and running on you’re Laravel Homestead environment.

Laravel 5 Social and Email Authentication

In this tutorial I will create Laravel application with email authentication, but also I will use Laravel Socialite for Facebook and Twitter logins. Once when I configure everything, app will also be able to use many other social platforms for sign i

Deploy your Laravel applications using these easy methods

In this tutoroial, we will learn how to deploy Laravel applications. We will see different methods that you can use to deploy Laravel applications. Also, we will see the configuration changes that you might need to make on some of the popular web hos