Showing page 1 of 1
Previous Next

me@grafxflow

11 Jul, 2023

PHP MVC

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.

me@grafxflow

06 Jul, 2023

PHP MVC

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.

me@grafxflow

21 Jun, 2023

PHP MVC

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.

me@grafxflow

13 Feb, 2020

PHP MVC

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 like the below example code.

me@grafxflow

14 May, 2018

PHP MVC

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.

me@grafxflow

16 Apr, 2018

PHP MVC

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.

me@grafxflow

23 Dec, 2016

PHP MVC

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.

me@grafxflow

13 Dec, 2016

PHP MVC

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.

me@grafxflow

07 Oct, 2016

PHP MVC

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.

me@grafxflow

27 Jul, 2013

PHP MVC

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.

me@grafxflow

28 Nov, 2012

PHP MVC

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.

me@grafxflow

21 Nov, 2012

PHP MVC

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.

Showing page 1 of 1
Previous Next