George Tudor

@geowrgetudor · Joined February 2022

Web Developer

Using Laravel's Illuminate Validation in any PHP project

I'm developing a Wordpress plugin that requires strict data for the frontend. The frontend is built with Vue.js and it's basically a multistep wizard where every step is represented by a spe...

Server side rendering with Laravel + Inertia.js + Vue.js

SEO is really important so you should have SSR (server side rendering) whenever you are building a SPA (single page application). This is not an issue if you are using Laravel's default temp...

Setting up Laravel with Inertia.js + Vue.js + Tailwind CSS

> NOTICE: This guide was written using Laravel 8, but it 100% works on Laravel 9. [Laravel](https://laravel.com/) is by far the most popular open source PHP framework out there. I've been u...