This is a simple Laravel Vue Js Application comes with Create, Read, Update, Delete With Image. You can add image while create & update new recored. VUE Router has been used. You can learn basic stuff of VUE js in Laravel Framework.
-
Clone the repo
git clone https://github.com/shamimbdpro/laravel-vue-crud.git
-
Create Database.
-
Connect Database from .ENV file from root directory.
-
Open Terminal and Run
-
Run
composer update
-
Run
php artisan migrate:fresh --seed
-
Run
php artisan serve
-
Then you will see a URL port in terminal after run artisan serve. then visit the URL to see previous of the Project.
-
Register New account
-
Then Login to view recored.
-
Run
npm install
-
Run
npm run dev
-
Run
npm run watch