PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

George Tudor

@geowrgetudor

146 Points 4 Followers

4 Posts

0 Answers

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