laravel-10-crud-with-jetstream-tailwind-css Tailwind Templates

Laravel 10 Crud With Jetstream Tailwind Css

Laravel 10 Livewire CRUD With Jetstream And Tailwind CSS

Laravel 10 Livewire CRUD With Jetstream And Tailwind CSS

Hitesh Logo

Laravel 10 livewire crud with jetstream and tailwind CSS. Here, we will learn about how to create a crud application using jetstream and tailwind CSS. Laravel Jetstream is a beautifully designed application starter kit for Laravel and provides the perfect starting point for your next Laravel application.

Follow this below steps to setup application:

  1. Install composer
composer install
  1. Copy .env file, for window user use copy indsted of cp
cp .env.example .env
  1. Set your database configuration as per your DB details and user
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
  1. Generate key
php artisan key:generate
  1. migrate table into the database using the following command.
php artisan migrate
  1. Install npm package
npm install
  1. Run your application
php artisan serve

Application run in http://127.0.0.1:8000

Top categories

Loading Svelte Themes