Laravel Vue Demo Requirements PHP 7.1 or latest PostgreSQL 10 or latest How to run $ cp .env.example .env $ vim .env # edit this environment variables $ composer install $ npm install $ php artisan migrate $ php artisan serve Compile Assets $ npm run dev or $ npm run watch Screenshot