Quantcast
Browsing latest articles
Browse All 26 View Live

Should we be using CodeIgniter?

Are you wondering if it's a steep learning curve for CodeIgniter... I suspect It's probably very similar to what you already coding in php classes.

View Article


Call CodeIgniter MySQL query inside a helper file

This is a short snippet of php code if you want to use a CodeIgniter database query inside a helper file/function: application/helpers/. Very easy to use.

View Article


Pass email in CodeIgniter url with jQuery and php

Sometimes when trying to pass characters in a CodeIgniter url it causes the error - 'The URI you submitted has disallowed characters.' Here is my fix.

View Article

Installing Laravel 5.2 on Mac OS X with MAMP

Have you been wanting to learn how to use and install Laravel 5 on a Mac OS X running MAMP. Here is a simple 'how to' in 3 easy steps using the terminal.

View Article

Redirect Laravel Token Mismatch Exception error page

All Laravel 5 developers have seen the 'TokenMismatchException error page'. And wondered how to customise/redirect the page to the default login/home page.

View Article


Update Laravel 5.2 to 5.3 and update PHP 7.1 on Mac OS X

I recently had to update Laravel 5.2 to Laravel 5.3 along with updating php version 7.1. So there are a few issues but this little tutorial should help out.

View Article

Install Composer and make a terminal shortcut on Mac OS X

Here is a little tutorial showing you how to install 'Composer' in Mac OS X via the terminal and then create a universal shortcut to be used in the terminal.

View Article

Laravel 5.6 Passport authentication Rest API

In this tutorial I am using Laravel with Passport to create an CRUD rest api tested with the Postman application.

View Article


Adding Global Custom Class with Facades in Laravel 5.8

Now and then you may want to use your own 'Custom Global Class' anywhere in your Laravel app. With this simple step by step guide we are going to add a custom class and call it in an example controller...

View Article


Laravel, Docker, Breeze and VueJS easy startup

Here is a nice little tutorial about creating a simple user login and dashboard using the breeze startup kit with laravel, docker and VueJS.

View Article

Laravel, Docker, Breeze and VueJS Advanced CRUD - Part 2

This is a continuation of the Part 1 of the Laravel, Docker and Breeze but this time using more advanced options for the Users Soft Delete CURD example.

View Article

Laravel, Docker, Breeze and ReactJS easy startup

Here is another nice easy tutorial about creating an easy setup for a user login and dashboard using the breeze startup kit with laravel, docker and reactJS.

View Article

Laravel Migrations nullable and constrained - and in which order?

When creating the foreign key migrations in Laravel, a short syntax is constrained(). With that, it's easy to make one mistake related to Column modifiers.

View Article


5 Reasons Why Online Coding Assessments May Be Considered Ineffective

This is exceedingly clear. When did anyone last find it necessary to resolve a secondary school mathematics problem in a real-world professional context? This is what a majority of coding assessment...

View Article
Browsing latest articles
Browse All 26 View Live