George Tudor

@geowrgetudor

146 Points 4 Followers

4 Posts

0 Answers

Web Developer

George Tudor · 2 years ago

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...
1

George Tudor · 2 years ago

How to setup Wordpress coding standard rules in VS Code

I see a lot of code that's not following any standards. Especially in the Wordpress community. I don't hate it because it does the job done, but if you try to debug it or understand it you'r...

George Tudor · 2 years ago

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...
2

George Tudor · 2 years ago

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 is by far the most popular open source PHP framework out there. I've been using it since version 4 a...
2

Loading More Content