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