-
Recent Posts
Recent Comments
- MsRhuby Star-Diamond on Google Chrome Stuck In Full Screen Fix
- Stanley Craig on Google Chrome Stuck In Full Screen Fix
- Xiaocun on Implementing Session Timeout With PHP
- Andrew on Honeypot Technique: Fast, Easy Spam Prevention
- Keith D Commiskey on Implementing Session Timeout With PHP
Archives
Categories
Category Archives: Laravel
Laravel 5.5 API Tutorial: Part 3 – Login & JWT
In parts 1 and 2 covering how to get started with a Laravel 5.5 API project, we covered creating a fresh Laravel project and then starting development with a User Registration API. Up to this point things have been low … Continue reading
Posted in General, Laravel, PHP
9 Comments
Laravel 5.5 API Tutorial: Part 2 – User Registration
This is Part 2 of multi-part walk-through of a Laravel 5.5. REST API example. In Part 1 we covered how to install a fresh Laravel 5.5 project and prep it for API development, and in this part we’ll move forward with … Continue reading
Posted in General, Laravel, PHP
13 Comments
Laravel 5.5 API Tutorial: Part 1 – Intro & Project Setup
After searching for examples on how to setup a Laravel 5.5 API project, particularly one that implements JWT for authentication, I was unfortunately left piecing together various bits and commands from different blog posts and github discussions. Some of that … Continue reading