Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 609 Bytes

File metadata and controls

12 lines (11 loc) · 609 Bytes

Sample project using vue-tables-2 server-side with Laravel

Trying this sample project

  • clone the repo to your local machine
  • cd into the directory
  • install laravel dependency packages using composer install
  • run php artisan migrate
  • run php artisan db:seed
  • create .env file and generate APP_KEY using cp .env.example .env && php artisan key:generate
  • install client-side javascript packages dependency by npm install
  • run Mix tasks by npm run dev
  • run the project using php artisan serve or whatever appropriate in your machine setup.