ReactPHP and Symfony
I started listening to a great Podcast series which talks a lot about different PHP and server technologies. Where on
Moltin API
I want to introduce you guys to an awesome e-commerce API called Moltin. It takes out so much hard work
How to containerize your PHP/NGINX docker project properly
This evening, I had myself a little challenge. I would turn my two containers (MariaDB and my own built container)
Using View Composers in Laravel 5.2
I have started using Laravel’s View Composers which come in handy when you have a navigation bar that constantly
Oauth Tutorial - Part 1 - Setting up Facebook
Last week I promised that I will be creating some tutorials regarding Oauth and Laravel’s Socialite plugin. Today, we
Guzzle Curl Error 60 SSL unable to get local issuer
I’ve seen a couple of questions regarding the error “Curl: (60) SSL certificate: Unable to get local issuer certificate”
Unique slug Laravel unique validation
Just recently at work, I had to change the way my news articles worked. We have a client who has
UTF-8 causing problems for Social and Email Websites Laravel
I’ve been developing a couple of projects which use UTF-8 encoding on my databases, but have found that this
Laravel 4: How To Use Jquery UI Sortable
Laravel 4: How To Use Jquery UI Sortable
Click and drag sorting
I needed a way to change the sort
Laravel AJAX Tutorial Using HTML5's FormData
Contents
* *
*
*
*
*
Laravel AJAX Tutorial Using HTML5’s FormData
For this tutorial, I will show you guys how I managed to