Skip to content

Ta0uf19/laravel-messagerie

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Laravel Messenger

VueJS and Laravel Application Messaging System

Installation

  • git clone https://github.com/Ta0uf19/laravel-messagerie.git

  • 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

Live demo

http://93.113.206.217:8000 email : test@test.com password: test1234

enter image description here

License

The Laravel framework is open-sourced software licensed under the MIT license.