/laravel-vuejs-crud-example

Example CRUD build with Laravel 5.5 and Vue.js

Primary LanguageJavaScript

Screenshots

Register Login Dashboard Add Project Update Project Delete Project

Steps to configure the project

  • Clone the repo.
  • Run this command: composer update
  • Now, run this command to install npm dependencies: npm install
  • Create a .env file and config the database
  • Run command: php artisan migrate
  • Type npm run dev
  • Next type this command: php artisan serve
  • It will start the server at this URL: (http://localhost:8000)
  • Enjoy :)