php

Oct
10

ReactPHP and Symfony

I started listening to a great Podcast series which talks a lot about different PHP and server technologies. Where on
2 min read
Oct
10

Moltin API

I want to introduce you guys to an awesome e-commerce API called Moltin. It takes out so much hard work
1 min read
Oct
10

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)
3 min read
Oct
10

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
5 min read
Oct
10

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
2 min read
Oct
10

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”
1 min read
Oct
10

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
1 min read
Oct
10

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
1 min read
Oct
10

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
1 min read
Oct
10

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
4 min read