VueJS and Laravel Application Messaging System
- 
composer install
 - 
mv .env.example .env Then configure database
 - 
php artisan key:generate
to generate key for laravel app php - 
php artisan passport:install to generate key for oauth passport / API used by vueJS
 - 
chmod -R ug+rwx storage bootstrap/cache
 - 
php artisan migrate --seed
if error: [PDOException] could not find driver. sudo apt install php7.0-mysql
 - 
php artisan serve --host=serverip --port=port & to start the app
 
http://93.113.206.217:8000 email : test@test.com password: test1234
The Laravel framework is open-sourced software licensed under the MIT license.
