API Authentication with Laravel Sanctum

I had a hard time finding a simple documentation on authentication when I started developing in Laravel. The guides available were most of the time...

How to Register a Block in WordPress

To register a block in WordPress, you will need to use the WordPress block API. This API provides the necessary functions and hooks to create custom...

Vue Hot Reload with Laravel Mix

When you are using Vue with laravel you have to do a refresh to see changes live - after changing a Vue component or a...