This Laravel/VueJs application (in progress) is a mini social network where users can post things , comment and reply , and there will be other features like adding friends , likes , and chatting in realtime.
https://pure-mountain-70378.herokuapp.com/
To serve the laravel application do :
php artisan serve
The application will be served on : http://127.0.0.1:8000
If you modify the Vuejs code make sure you compile it by :
npm run dev
or:
npm run watch
to compile automatically after every change.
Enjoy !