Frederic G. MARAND 2e85e36f25 Lesson 20 step 1: refactored form to an object. Unclean list update on project creation. | hace 7 años | |
---|---|---|
.. | ||
src | hace 7 años | |
.gitignore | hace 7 años | |
code.js | hace 7 años | |
composer.json | hace 7 años | |
composer.lock | hace 7 años | |
index.html | hace 7 años | |
index.php | hace 7 años | |
readme-laravel.md | hace 7 años | |
skills.json | hace 7 años | |
styles.css | hace 7 años |
To use the provided Laravel backend instead
git clone https://github.com/laracasts/Vue-Forms
cd Vue-Forms
composer install
npm install
or yarn
node_modules
foldercp .env.example .env
.env
file if required.php artisan key:generate
APP_KEY
in the .env
file.php artisan config:clear
php artisan migrate