v1.10 info updates
This commit is contained in:
@@ -18,8 +18,8 @@ Flavors of Faveo
|
|||||||
|
|
||||||
Faveo Documentation
|
Faveo Documentation
|
||||||
--------------------------
|
--------------------------
|
||||||
* <a href="http://www.ladybirdweb.com/support/knowledgebase" target="_blank">Faveo user Manual</a>
|
* <a href="https://www.support.faveohelpdesk.com/knowledgebase" target="_blank">Faveo user Manual</a>
|
||||||
* <a href="https://docs.google.com/document/d/1-ZQ9pueqBNPSD-FZ24sLO_2fgoifKLorN_ocCEYZ1hM/" target="_blank">Faveo API Documentation</a>
|
* <a href="https://docs.google.com/document/d/1WjpxazjUjbI8Hs5GYbbEE0ESDvpp_mVicfRbsoysH1A/edit?usp=sharing" target="_blank">Faveo API Documentation</a>
|
||||||
* <a href="https://docs.google.com/document/d/1pXpsQKcTyX5x6H4xA8unYxd5Duw2k94xt7wevTdoF_E/" target="_blank">Faveo Event List</a>
|
* <a href="https://docs.google.com/document/d/1pXpsQKcTyX5x6H4xA8unYxd5Duw2k94xt7wevTdoF_E/" target="_blank">Faveo Event List</a>
|
||||||
* <a href="https://docs.google.com/document/d/1PGcpB19Vr42rM_DrCzC3snujzEL8N9Ocy0yewfPNWqU/" target="_blank">Faveo Plugin creation guide</a>
|
* <a href="https://docs.google.com/document/d/1PGcpB19Vr42rM_DrCzC3snujzEL8N9Ocy0yewfPNWqU/" target="_blank">Faveo Plugin creation guide</a>
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ Requirements
|
|||||||
--------------------------
|
--------------------------
|
||||||
To run Faveo your host just needs a couple of things:
|
To run Faveo your host just needs a couple of things:
|
||||||
|
|
||||||
* PHP Version: 5.6+
|
* PHP Version: 7.1.3+
|
||||||
* Database: MySQL 5.0+
|
* Database: MySQL 5.0+
|
||||||
* Web Server: Apache / IIS / Nginx
|
* Web Server: Apache / IIS / Nginx
|
||||||
* PHP Extensions: Imap, Mbstring, Mcrypt, OpenSSL, PDO, Tokenizer, XML, Zip
|
* PHP Extensions: Imap, Mbstring, Mcrypt, OpenSSL, PDO, Tokenizer, XML, Zip
|
||||||
|
@@ -561,7 +561,7 @@ class InstallController extends Controller
|
|||||||
$env = base_path().DIRECTORY_SEPARATOR.'.env';
|
$env = base_path().DIRECTORY_SEPARATOR.'.env';
|
||||||
if (is_file($env)) {
|
if (is_file($env)) {
|
||||||
$txt = 'DB_INSTALL=1';
|
$txt = 'DB_INSTALL=1';
|
||||||
$txt1 = 'APP_ENV=development';
|
$txt1 = 'APP_ENV=production';
|
||||||
file_put_contents($env, $txt.PHP_EOL, FILE_APPEND | LOCK_EX);
|
file_put_contents($env, $txt.PHP_EOL, FILE_APPEND | LOCK_EX);
|
||||||
file_put_contents($env, $txt1, FILE_APPEND | LOCK_EX);
|
file_put_contents($env, $txt1, FILE_APPEND | LOCK_EX);
|
||||||
} else {
|
} else {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'env' => env('APP_ENV', 'testing'),
|
'env' => env('APP_ENV', 'production'),
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Application Debug Mode
|
| Application Debug Mode
|
||||||
@@ -33,7 +33,7 @@ return [
|
|||||||
| This tells about aplication current version.
|
| This tells about aplication current version.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
'version' => 'Community 1.10-BETA',
|
'version' => 'Community 1.10',
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Application Name
|
| Application Name
|
||||||
@@ -120,7 +120,7 @@ return [
|
|||||||
|to FAVEO team when any exception/error occurs or not. True value of this variable will
|
|to FAVEO team when any exception/error occurs or not. True value of this variable will
|
||||||
|allow application to send error reports to FAVEO team's bugsnag log.
|
|allow application to send error reports to FAVEO team's bugsnag log.
|
||||||
*/
|
*/
|
||||||
'bugsnag_reporting' => env('APP_BUGSNAG', false),
|
'bugsnag_reporting' => env('APP_BUGSNAG', true),
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Autoloaded Service Providers
|
| Autoloaded Service Providers
|
||||||
|
Binary file not shown.
@@ -21,6 +21,21 @@
|
|||||||
| | | || | | || | | || | | || | | || | | || | | || | | |
|
| | | || | | || | | || | | || | | || | | || | | || | | |
|
||||||
| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
|
| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
|
||||||
'----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------'
|
'----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------'
|
||||||
|
|=====================================================
|
||||||
|
| v1.10 Laravel Framework update
|
||||||
|
|=====================================================
|
||||||
|
Faveo helpdesk v1.10 introduces some backward non compatible changes due to framework updates and introduces some refinement patches for existing functionalities.
|
||||||
|
|
||||||
|
* v1.10 updates the Laravel framework version to 5.6.33 requires php7.1.3 or greater version to run.
|
||||||
|
* CLI commands for installation has been added.
|
||||||
|
* Better language control access for users
|
||||||
|
* Check for system email configuration
|
||||||
|
* Email sending out department wise
|
||||||
|
|
||||||
|
To know more please follow the links below
|
||||||
|
https://github.com/ladybirdweb/faveo-helpdesk/releases
|
||||||
|
https://github.com/ladybirdweb/faveo-helpdesk/wiki
|
||||||
|
|
||||||
|=====================================================
|
|=====================================================
|
||||||
| v1.9.6 Facebook login bug fix patch
|
| v1.9.6 Facebook login bug fix patch
|
||||||
|=====================================================
|
|=====================================================
|
||||||
|
Reference in New Issue
Block a user