Tag: laravel
8 articles
- Authentication in a Vue SPA with Laravel Sanctum & Fortify
How to set up full authentication using Laravel Sanctum & Fortify in a Vue SPA. Vue SPA Article
- Authentication Using Laravel Sanctum & Fortify for an SPA
How to set up full authentication using Laravel Sanctum & Fortify in a Vue SPA. Laravel API article
- Switching to Laravel Sail
A quick write up for using Laravel Sail, with a solution to the set-up errors you can run into.
- Managing Redis Locally For Laravel Projects
I recently found a neat app for managing your local databases from the makers of TablePlus. Read a short review of it.
- Laravel Testing Using GitHub Actions With MYSQL
Using GitHub actions for automating your Laravel tests is fairly straight forward, given the starter workflow they provide.
- Laravel Valet Installing PHPRedis with PECL/Homebrew
This post was written 3/2/2020 and explains how I got Redis working using Laravel Valet.
- VueJS Auth Using Laravel Sanctum
How to set up basic authentication using Laravel Sanctum in a VueJs SPA.
- Update A User Profile In Laravel
If you need to update other fields along with a unique field then you need to tell the unique rule to ignore the user's ID.