Frederic G. MARAND ca1ec068cb Lesson 19 step 4: add a list of projects as a component. | 7 yıl önce | |
---|---|---|
.. | ||
src | 7 yıl önce | |
.gitignore | 7 yıl önce | |
code.js | 7 yıl önce | |
composer.json | 7 yıl önce | |
composer.lock | 7 yıl önce | |
index.html | 7 yıl önce | |
index.php | 7 yıl önce | |
readme-laravel.md | 7 yıl önce | |
skills.json | 7 yıl önce | |
styles.css | 7 yıl önce |
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