https://github.com/techsolutionstuff/laravel-11-livewire-crud-using-jetstream-and-tailwind-css
In this article, we'll see how to create Laravel 11 Livewire CRUD using Jetstream & Tailwind CSS.
https://github.com/techsolutionstuff/laravel-11-livewire-crud-using-jetstream-and-tailwind-css
laravel laravel-11 laravel-11-crud-operation laravel-11-tailwind-css laravel-jetstream laravel-livewire-crud livewire-crud tailwind-css
Last synced: 2 months ago
JSON representation
In this article, we'll see how to create Laravel 11 Livewire CRUD using Jetstream & Tailwind CSS.
- Host: GitHub
- URL: https://github.com/techsolutionstuff/laravel-11-livewire-crud-using-jetstream-and-tailwind-css
- Owner: Techsolutionstuff
- Created: 2024-05-05T08:47:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T08:49:53.000Z (about 1 year ago)
- Last Synced: 2025-01-28T01:20:44.417Z (4 months ago)
- Topics: laravel, laravel-11, laravel-11-crud-operation, laravel-11-tailwind-css, laravel-jetstream, laravel-livewire-crud, livewire-crud, tailwind-css
- Homepage: https://techsolutionstuff.com/post/laravel-11-livewire-crud-using-jetstream-tailwind-css
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel 11 Livewire CRUD using Jetstream & Tailwind CSS
Hello, laravel web developers! In this article, we'll see how to create laravel 11 livewire CRUD using jetstream & tailwind CSS. Here, we'll laravel livewire and tailwind CSS to perform CRUD in laravel 11. Jetstream is designed using Tailwind CSS and offers your choice of Livewire or Inertia scaffolding.
Jetstream provides the implementation for your application's login, registration, email verification, two-factor authentication, session management, API via Laravel Sanctum, and optional team management features.
Tailwind CSS is an open-source CSS framework. The main feature of this library is that, unlike other CSS frameworks like Bootstrap, it does not provide a series of predefined classes for elements such as buttons or tables.
```
Step 1: Install Laravel 11 ApplicationStep 2: Create Auth with Jetstream Livewire
Step 3: Create Migration and Model
Step 4: Create Post Component
Step 5: Update Component File
Step 6: Update Blade Files
Step 7: Config Template Layout
Step 8: Define Route
Step 9: Run Laravel 11 Application
```---
### [How to Create CRUD Operation in Livewire using Jetstream and Tailwind CSS](https://techsolutionstuff.com/post/laravel-11-livewire-crud-using-jetstream-tailwind-css)