@thansil
- Member Since
- Nov 16, 2024
- Lessons Completed
- 28
- Comments Contributed
- 1
- Hours Watched
- 4.99
Recent Activity
Here's what @thansil has been up to this past year
-
Completed lesson How To Query, Sort, and Filter by Pivot Table Data
-
Completed lesson A Deep Dive Into Relationship CRUD with Models
-
Completed lesson Listing and Counting a Writer's Movies
-
Completed lesson Listing A Director's Movies with Relationship Existence Queries
-
Completed lesson The Basics of CRUD
-
Completed lesson Introducing Lucid Models
-
Completed lesson The Flow of Migrations
-
Completed lesson Understanding our Database Schema
-
Completed lesson Configuring Lucid and our Database Connection
-
Completed lesson What Code Can & Can't Be Shared Between AdonisJS & Inertia
-
Completed lesson Common useForm Methods & Options
-
Completed lesson Sorting Difficulties with Drag & Drop
-
Replied to discussion TailwindCSS plugins installation issue
/** @type {import('tailwindcss').Config} */ import tailwindForm from '@tailwindcss/forms' import flowbite from 'flowbite/plugin' export default { content: ['./resources/views/**/*.edge', './node_modules/flowbite/**/*.js'], theme: { extend: { colors: { primary: '#030075', buttons: '#5453F9', secondary: '#50E2D5', }, }, }, plugins: [tailwindForm, flowbite], }
Copied!replace the required with import
-
Completed lesson Adding Button Variants
-
Completed lesson Default Layouts & Overwriting the Default Layout
-
Completed lesson Creating A Layout
-
Completed lesson Partial and Lazy Data Loading and Evaluation
-
Completed lesson Global Components and Hydration Mismatch in Action
-
Completed lesson The Link Component and Programmatic Linking
-
Completed lesson Linking Between Pages & Page State Flow
-
Completed lesson Sharing Data from AdonisJS to Vue via Inertia
-
Completed lesson The Flow of Pages and Page Props
-
Completed lesson Naive UI and Vue 3 Component Import on Demand
-
Completed lesson Listing the User's Organizations
-
Completed lesson Typing Lucid Models in Inertia with DTOs
-
Completed lesson Creating A FormInput Vue Component
-
Completed lesson Setting Up TailwindCSS, Shadcn-Vue, and Automatic Component Imports
-
Completed lesson What Are Some of Inertia's Limitations
-
Completed lesson The Form Dialog Component & Adding Organizations
-
Account created Welcome to Adocasts, @thansil!