- Integrated with third party API (RajaOngkir)
- Image Upload to CDN (Cloudinary)
- SMTP Mailgun
- PHP >= 7.1.3
- Composer
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
$ git clone https://github.com/pocikode/simple-chat.git
$ cd simple-chat
$ cp .env.example .envOpen your favourite text editor.
Open .env file, edit with your database and other services credentials.
$ composer install
$ php artisan migrate
$ php artisan db:seed
$ php -S localhost:8000 -t publicOpen your browser, goto http://localhost:8000