Tag › laravel


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.


Install Font Awesome Pro in a Laravel and VueJS App
This is a little tip for showing anybody using Laravel and the built in VueJS - how to add Font Awesome Pro to your application via npm.


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.


Create Angular 5 and Laravel 5.6 CRUD app
A tutorial showing how to create an Angular 5 and Laravel 5.6 via CRUD app from installing Node, NPM, and through to the final app.


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.


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.


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.


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.