Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 508 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 508 Bytes

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