Frederic G. MARAND ca1ec068cb Lesson 19 step 4: add a list of projects as a component. %!s(int64=6) %!d(string=hai) anos
..
src ca1ec068cb Lesson 19 step 4: add a list of projects as a component. %!s(int64=6) %!d(string=hai) anos
.gitignore dfe95afbab Lesson 19 step 2: CRUD support on PHP backend. Working from Axios. %!s(int64=6) %!d(string=hai) anos
code.js ca1ec068cb Lesson 19 step 4: add a list of projects as a component. %!s(int64=6) %!d(string=hai) anos
composer.json bd6cf43f13 Lesson 19 step 1: called Silex backend via Axios. %!s(int64=6) %!d(string=hai) anos
composer.lock bd6cf43f13 Lesson 19 step 1: called Silex backend via Axios. %!s(int64=6) %!d(string=hai) anos
index.html ca1ec068cb Lesson 19 step 4: add a list of projects as a component. %!s(int64=6) %!d(string=hai) anos
index.php ca1ec068cb Lesson 19 step 4: add a list of projects as a component. %!s(int64=6) %!d(string=hai) anos
readme-laravel.md ca1ec068cb Lesson 19 step 4: add a list of projects as a component. %!s(int64=6) %!d(string=hai) anos
skills.json bd6cf43f13 Lesson 19 step 1: called Silex backend via Axios. %!s(int64=6) %!d(string=hai) anos
styles.css bd6cf43f13 Lesson 19 step 1: called Silex backend via Axios. %!s(int64=6) %!d(string=hai) anos

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