|
|
8 years ago | |
|---|---|---|
| .. | ||
| src | 8 years ago | |
| .gitignore | 8 years ago | |
| code.js | 8 years ago | |
| composer.json | 8 years ago | |
| composer.lock | 8 years ago | |
| index.html | 8 years ago | |
| index.php | 8 years ago | |
| readme-laravel.md | 8 years ago | |
| skills.json | 8 years ago | |
| styles.css | 8 years ago | |
To use the provided Laravel backend instead
git clone https://github.com/laracasts/Vue-Formscd Vue-Formscomposer 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:clearphp artisan migrate