Skip to content

Commit

Permalink
Merge pull request #19 from vickzkater/v2.0.5
Browse files Browse the repository at this point in the history
Update README & VERSION
  • Loading branch information
vickzkater authored Nov 7, 2020
2 parents 2d03316 + 9fda1fa commit 1dc1619
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<p align="center"><img src="https://hosting.kiniditech.com/lara-s-cms_modules_v1.2.2.jpg" alt="LARA-S-CMS Modules"></p>
<p><img src="https://hosting.kiniditech.com/lara-s-cms_modules_v1.2.2.jpg" alt="LARA-S-CMS Modules" width="700"></p>

## Website

<p align="center"><img src="https://hosting.kiniditech.com/lara-s-cms_website_v1.2.3.jpg" alt="LARA-S-CMS Website"></p>
<p><img src="https://hosting.kiniditech.com/lara-s-cms_website_v1.2.3.jpg" alt="LARA-S-CMS Website" width="700"></p>

## Version

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
```

<p align="center"><img src="https://hosting.kiniditech.com/lara-s-cms_loginpage_v1.2.2.jpg" alt="LARA-S-CMS Login Page"></p>
<p><img src="https://hosting.kiniditech.com/lara-s-cms_loginpage_v1.2.2.jpg" alt="LARA-S-CMS Login Page" width="500"></p>

### Login details (default)

Expand Down Expand Up @@ -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)

<p align="center"><img src="https://hosting.kiniditech.com/lara-s-cms_maintenance_v1.2.2.jpg" alt="LARA-S-CMS Maintenance Mode"></p>
<p><img src="https://hosting.kiniditech.com/lara-s-cms_maintenance_v1.2.2.jpg" alt="LARA-S-CMS Maintenance Mode" width="700"></p>

### Maintenance Mode Response Template

Expand Down Expand Up @@ -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)

<p><img src="https://hosting.kiniditech.com/lara-s-cms_on_phpweeklydotcom.png?v=2" alt="LARA-S-CMS on PHP Weekly" width="400"></p>

## Contributing

Thank you for considering contributing to the Lara-S-CMS.
Expand Down
5 changes: 4 additions & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dc1619

Please sign in to comment.