update for dummy database

While installing there is an option to install dummy data in database
which populates dummy agent/cleint/tickets in the database.
This commit is contained in:
Manish Verma
2016-10-18 17:46:34 +05:30
parent 9141405968
commit d0000278d8
3 changed files with 2309 additions and 1450 deletions

View File

@@ -2,6 +2,7 @@
ini_set('xdebug.max_nesting_level', 500);
ini_set('memory_limit', '256M');
ini_set('max_execution_time', 300);
define('LARAVEL_START', microtime(true));
/*