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