Laravel has a useful function redirect() to, well, redirect a user to a different page or action, with or without data. Let’s discuss those various options in one place – maybe you will find out something new for yourself.
Notice: if y
Webhostface has created a nice infographic to show us the most popular PHP frameworks in 2015.
This Envoy script is designed to be used with Laravel 5 projects,however you could modify for other type of projects.
Notice that your local server/machine should configured to use SSH Key-Based Authentication.
A typical request on an dynamic PHP site can do a lot of things. It’s highly likely that a bunch database queries are performed. On complex pages executing those queries and hydrating them can slow a site down.
The response time can be impr
A simple Mandrill webhook controller to help with email events. Useful for notifying users that you cannot reach them via email inside your application. Compatible with Laravel 5+ and Lumen 5+.
> "Now PHP 7 is 14 times faster than PHP 5.0 on bench.php." - Dmitry Stogov, zend.com
The interview was originally published on dev.by by Igor Savchuk and was translated exclusively for Amasty blog. It answers this and many other ques
New quick tutorial today on how to retrieve your user's google contacts with Google API in Laravel 5.
Ok, to explain a bit how I did it, I first need to set everything in context. If you want to skip and get into it right now, just scroll to
In this short tutorial I will show you how to write your first Laravel application test in like no time.
Testing is a huge buzzword in the developer's world. There are dozens of types and tools out there and it is obviously overwhelming at firs
In the last few weeks, Socialite was a popular topic to blog/tweet about. Coincidentally, I also needed Socialite for a project. But in my case, I wanted to use it in an Angular app, distributed using Cordova (Phonegap) as hybrid app on Android/iOS.
Before we go to the main topic of the article, I’ll give you a short heads up for some design problems you may face. Recently one of my clients complained that some pages open very slowly. When I say very, I mean incredibly slow. So I’ve