Frederic G. MARAND 2e85e36f25 Lesson 20 step 1: refactored form to an object. Unclean list update on project creation. | vor 7 Jahren | |
---|---|---|
.. | ||
src | vor 7 Jahren | |
.gitignore | vor 7 Jahren | |
code.js | vor 7 Jahren | |
composer.json | vor 7 Jahren | |
composer.lock | vor 7 Jahren | |
index.html | vor 7 Jahren | |
index.php | vor 7 Jahren | |
readme-laravel.md | vor 7 Jahren | |
skills.json | vor 7 Jahren | |
styles.css | vor 7 Jahren |
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