diff --git a/README.md b/README.md index 5046070..404dbb2 100644 --- a/README.md +++ b/README.md @@ -71,14 +71,15 @@ Developed by [@vickzkater](https://github.com/vickzkater/) (Powered by [KINIDI T - [x] Sample function sending email & email template (support HTML & Plain Text) - [x] Generate thumbnail (in Article Module for saving thumbnail) - [x] [Support One Way SMS Gateway API - send SMS (in DevController)](https://github.com/vickzkater/onewaysms-laravel) +- [x] Add support Login with Instagram - to use it read [Instagram's Official Guide](https://developers.facebook.com/docs/instagram-basic-display-api/getting-started) ## Admin Panel -

LARA-S-CMS Modules

+

LARA-S-CMS Modules

## Website -

LARA-S-CMS Website

+

LARA-S-CMS Website

## Version @@ -133,7 +134,7 @@ Next, setup environment configuration in `.env` file - Set `API_USER` for set API auth credential (optional) - Set `API_PASS` for set API auth credential (optional) -- Set `APP_TIMEZONE` for set timezone application, sample: UTC or Asia/Jakarta +- Set `APP_TIMEZONE` for set timezone application, sample: UTC (GMT) or Asia/Jakarta (GMT+7) or Asia/Kuala_Lumpur (GMT+8) - Set `APP_MAINTENANCE_UNTIL` for set deadline maintenance application using format (Y, m - 1, d) - Set `DEFAULT_LANGUAGE` for set default language in application @@ -176,6 +177,11 @@ Next, setup environment configuration in `.env` file - Set `FACEBOOK_CLIENT_SECRET` for set FACEBOOK API Authentication - Set `FACEBOOK_CALLBACK_URL` for set FACEBOOK API Authentication Callback URL +- Set `INSTAGRAM_CLIENT_MODULE` for enable/disable INSTAGRAM API Authentication +- Set `INSTAGRAM_CLIENT_ID` for set INSTAGRAM API Authentication +- Set `INSTAGRAM_CLIENT_SECRET` for set INSTAGRAM API Authentication +- Set `INSTAGRAM_CALLBACK_URL` for set INSTAGRAM API Authentication Callback URL + - Set `FCM_SERVER_KEY` for set Firebase Push Notification - Set `FCM_SENDER_ID` for set Firebase Push Notification @@ -207,7 +213,7 @@ After migration finish run the command `php artisan serve` or browse the link to http://path-to-project-folder/public/manager ``` -

LARA-S-CMS Login Page

+

LARA-S-CMS Login Page

### Login details (default) @@ -311,7 +317,7 @@ php artisan down --allow=127.0.0.1 --allow=192.168.0.0/16 Source: [Laravel Documentations](https://laravel.com/docs/7.x/configuration#maintenance-mode) -

LARA-S-CMS Maintenance Mode

+

LARA-S-CMS Maintenance Mode

### Maintenance Mode Response Template @@ -340,6 +346,8 @@ The default template for maintenance mode responses is located in `resources/vie - PHP Weekly - [phpweekly.com](http://www.phpweekly.com/archive/2020-08-13.html) +

LARA-S-CMS on PHP Weekly

+ ## Contributing Thank you for considering contributing to the Lara-S-CMS. diff --git a/VERSION.md b/VERSION.md index dd0e822..720dba1 100644 --- a/VERSION.md +++ b/VERSION.md @@ -2,7 +2,10 @@ ### Changelog - Add function generate thumbnail image - Fix issue in Article List -- Add Support One Way SMS Gateway API - send SMS (Short Message Service) +- Change the superadmin account credentials that do not conflict with the username 'superadmin' +- Add some language phrases for the language pack +- Add support One Way SMS Gateway API - send SMS (Short Message Service) +- Add support Login with Instagram ## Version 2.0.3.2 ### Changelog