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