Codivores

Codivores

Follow
homeLaravel CMS Stack
Series

Laravel / Twill / Inertia / Vite / Vue3 Composition API / TypeScript / Tailwind

Our attempt to build a CMS using Laravel and Twill for the back-end and Inertia with Vite, Vue 3 Composition API, TypeScript and Tailwind for the front-end.

Articles in this series

The Why and the What

Jul 14, 20213 min read

Updated version for Laravel 10 / Twill 3 on Apr 13, 2023 We are not regular writers and even less in english, so please accept our apologies in...

The Why and the What

Set up Laravel with Inertia

Jul 15, 20212 min read

Updated version for Laravel 10 / Twill 3 on Apr 13, 2023 Install Laravel If you've never worked on a Laravel project, you can find all the ways to...

Set up Laravel with Inertia

Set up Inertia, Vite, Vue3, TypeScript / Build our first Page

Jul 15, 20215 min read

Updated version for Laravel 10 / Twill 3 on Apr 14, 2023 Front-end tools installation Laravel comes with a default package.json file to build the...

Set up Inertia, Vite, Vue3, TypeScript / Build our first Page

Give some style with Tailwind

Jul 15, 20214 min read

Updated version for Laravel 10 / Twill 3 on Apr 14, 2023 Installation and configuration For these steps, we will mainly follow the official...

Give some style with Tailwind

What about building a CMS, let's Twill

Aug 19, 20214 min read

Updated version for Laravel 10 / Twill 3 on Apr 14, 2023 Dependencies installation Twill comes as a Laravel package that can be installed via...

What about building a CMS, let's Twill

My first Twill module

Aug 20, 202111 min read

Updated version for Laravel 10 / Twill 3 on Apr 14, 2023 In this article, we will see the creation and customization of a first content...

My first Twill module