Support the ongoing development of Laravel.io →
George Tudor

George Tudor

Joined 19 Jan 2022
Web Developer

Statistics

Threads 0
Replies 20
Solutions 2
Articles 2

Articles

Article Hero Image
George Tudor
geowrgetudor
published on 24 Feb, 2022

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

Laravel Vue.js
4 min read
3 Likes
Article Hero Image
George Tudor
geowrgetudor
published on 24 Feb, 2022

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

Laravel Vue.js
11 min read
5 Likes

geowrgetudor has not posted any threads yet

replied 3 years ago

Post Method Not Working

Laravel 8 requires at least PHP 7.3 as far as I know. Check your error logs too. Any errors?

0 Likes
replied 3 years ago

Unknown at rule @tailwindcss(unknownAtRules)

What's your webpack.mix.js config?

0 Likes
replied 3 years ago

How do I fill a table column with comma-separated values?

Change the column type where you store the list to json. Arrays will be automatically converted to j...

0 Likes
replied 3 years ago

PDOException code): 2002: SQLSTATE[HY000] [2002]

Bad credentials, bad port, mysql not running

0 Likes
replied 3 years ago

What causes this "Not unique table/alias" error?

Shouldn't you leftJoin->('roles' instead of permissions?

1 Likes
Solved

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.