krixnaas / laravel-vue-crud-example

Simple Laravel + Vue Crud example with Database Interactivity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use

git clone https://github.com/thetestcoder/laravel-vue-crud-example.git

After Clone

  1. Add new Database
  2. copy .env.example to .env file
  3. run composer install
  4. then php artisan key:generate
  5. Now Run Below Command
npm install

npm run dev

About

Simple Laravel + Vue Crud example with Database Interactivity


Languages

Language:PHP 78.2%Language:Blade 17.6%Language:Vue 3.5%Language:Shell 0.7%