/laravel-9-vite-crud

Laravel 9 Vite CRUD Application with Breeze Authentication & Tailwind CSS

Primary LanguagePHP

Laravel 9 Vite CRUD Application

Project Demo

Project Features

  • Create Articles
  • Read Articles
  • Update Articles
  • Delete Articles

Installation

git clone https://github.com/developermithu/laravel-9-vite-crud.git
cd laravel-9-vite-crud
composer install
npm install & npm run dev
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve