Frederic G. MARAND 2e85e36f25 Lesson 20 step 1: refactored form to an object. Unclean list update on project creation. 6 سال پیش
..
src ca1ec068cb Lesson 19 step 4: add a list of projects as a component. 6 سال پیش
.gitignore dfe95afbab Lesson 19 step 2: CRUD support on PHP backend. Working from Axios. 6 سال پیش
code.js ca1ec068cb Lesson 19 step 4: add a list of projects as a component. 6 سال پیش
composer.json bd6cf43f13 Lesson 19 step 1: called Silex backend via Axios. 6 سال پیش
composer.lock bd6cf43f13 Lesson 19 step 1: called Silex backend via Axios. 6 سال پیش
index.html 2e85e36f25 Lesson 20 step 1: refactored form to an object. Unclean list update on project creation. 6 سال پیش
index.php ca1ec068cb Lesson 19 step 4: add a list of projects as a component. 6 سال پیش
readme-laravel.md ca1ec068cb Lesson 19 step 4: add a list of projects as a component. 6 سال پیش
skills.json bd6cf43f13 Lesson 19 step 1: called Silex backend via Axios. 6 سال پیش
styles.css bd6cf43f13 Lesson 19 step 1: called Silex backend via Axios. 6 سال پیش

readme-laravel.md

To use the provided Laravel backend instead

  1. git clone https://github.com/laracasts/Vue-Forms
  2. cd Vue-Forms
  3. composer install
    • This installs the vendor folder and other packages which are not included in above repository
  4. npm install or yarn
    • This installs the node_modules folder
  5. cp .env.example .env
  6. Edit database details in .env file if required.
  7. php artisan key:generate
    • This creates the missing APP_KEY in the .env file.
  8. php artisan config:clear
  9. php artisan migrate