Skip to content

1short/laravel_broadcasting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 60.6%
  • Blade 36.0%
  • CSS 1.7%
  • Other 1.7%