Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 453 Bytes

File metadata and controls

22 lines (16 loc) · 453 Bytes

PHP Developer Test

Houses table example. Laravel 8, Vue.js 2.6, Element UI.

alt text

Laravel install

composer install
php artisan migrate
php artisan db:seed

Vue install

npm install
npm run prod

Workflow

php artisan serve