Frederic G. MARAND ca1ec068cb Lesson 19 step 4: add a list of projects as a component. | %!s(int64=7) %!d(string=hai) anos | |
---|---|---|
.. | ||
src | %!s(int64=7) %!d(string=hai) anos | |
.gitignore | %!s(int64=7) %!d(string=hai) anos | |
code.js | %!s(int64=7) %!d(string=hai) anos | |
composer.json | %!s(int64=7) %!d(string=hai) anos | |
composer.lock | %!s(int64=7) %!d(string=hai) anos | |
index.html | %!s(int64=7) %!d(string=hai) anos | |
index.php | %!s(int64=7) %!d(string=hai) anos | |
readme-laravel.md | %!s(int64=7) %!d(string=hai) anos | |
skills.json | %!s(int64=7) %!d(string=hai) anos | |
styles.css | %!s(int64=7) %!d(string=hai) anos |
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