gizburdt released a cool Laravel package called Laravel Multisite. With this Laravel package, we can build multiple sites/sub-domains on one codebase. Route::group ...
Code4fun wrote a tutorial on how to store images in multiple folders and serve them from controller. While working ony my first Laravel application http://imageshare ...
Freek Van der Herten has just released a cool package called laravel-honeypot. Using this package, we can prevent spam easily. How honeypots work? The majority of spam bots are pretty dumb. You can ...
Rinvex Authy is a PHP client, that works as a simple wrapper for Authy TOTP API, the best rated Two-Factor Authentication service for consumers, simplest 2fa Rest API for developers and a strong ...
In this tutorial, we will learn the zero-downtime deployment method using Laravel Envoy and Bitbucket. Zero downtime deployment is a deployment method where your website or application is never down ...
There is a cool feature from Laravel called Maintenance Mode that allows developer to simply take down the website and apply necessary updates and changes. You can invoke in the command prompt php ...
This deal has expired, but you can still get another programming book for free. Check the link out. Packt Publishing is giving you a premium book for free! Just click the link below, register an ...
Hello friends, I will show you my laravel source code, which we can use to log in using Qr Code. I will be using the Laravel PHP framework so a basic understanding of Laravel and composer is needed.
Itsoulusionstuff wrote a tutorial on how to create CRUD AngularJS with Laravel 5. Now i show you how to create CRUD(Create, Read, Update, Delete) using AngularJS and Laravel 5. In Following step by ...