Commit Graph

54 Commits

Author SHA1 Message Date
StyleCI Bot
e8f61f16d5 Apply fixes from StyleCI 2024-01-25 10:15:57 +05:30
KNaveenraj-ladybird
34307d5368 fix 2023-10-09 17:49:49 +05:30
StyleCI Bot
03585f5a5a Apply fixes from StyleCI 2023-09-20 06:41:32 +00:00
StyleCI Bot
c5b317db7e Apply fixes from StyleCI 2023-06-08 18:56:45 +05:30
noor
95827b64a9 changes 2023-06-08 18:56:45 +05:30
StyleCI Bot
c8f815e2b9 Apply fixes from StyleCI 2023-06-08 18:56:45 +05:30
noor
2541b48b9b token-fixes 2023-06-08 18:56:45 +05:30
StyleCI Bot
d4cc2a734e Apply fixes from StyleCI 2023-03-31 18:10:50 +05:30
noor
7e65fa2a9e add-DB_ENGINE 2023-03-31 18:10:50 +05:30
noor
9165117b38 Api-fixes 2023-03-31 18:10:50 +05:30
StyleCI Bot
b3b057e0cc Apply fixes from StyleCI 2023-03-26 22:33:44 +05:30
StyleCI Bot
16083484fd Apply fixes from StyleCI 2023-01-07 20:58:45 +00:00
Shift
0b263803ad Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-01-07 20:55:49 +00:00
StyleCI Bot
a5dde6a61a Apply fixes from StyleCI 2023-01-07 20:34:10 +00:00
Shift
962785f858 Adopt class based routes 2023-01-07 20:33:11 +00:00
Shift
41cb65c70c Convert route options to fluent methods
Laravel 8 adopts the tuple syntax for controller actions. Since the old options array is incompatible with this syntax, Shift converted them to use modern, fluent methods.
2023-01-07 20:33:08 +00:00
Shift
87acc30a0b Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-01-07 20:32:31 +00:00
StyleCI Bot
ae0b5485b8 Apply fixes from StyleCI 2023-01-07 19:54:45 +00:00
Shift
59304cab8d Shift config files 2023-01-07 19:54:02 +00:00
Shift
74bd29e1ee Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-01-07 19:53:40 +00:00
StyleCI Bot
5055b443fc Apply fixes from StyleCI 2023-01-07 19:48:16 +00:00
Shift
1d4284e1c2 Shift cleanup 2023-01-07 18:48:45 +00:00
Shift
723ac38edd Convert Input to Request facade
Laravel 5.2 no longer registers the `Input` facade by default. While
still available in Laravel 5, the `Input` facade is removed in
Laravel 6.
2023-01-07 18:48:11 +00:00
Shift
cade5f0d23 Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-01-07 18:47:35 +00:00
StyleCI Bot
168656e3aa Apply fixes from StyleCI 2023-01-06 13:07:26 +00:00
Shift
5db1c9402b Shift cleanup 2023-01-06 11:55:15 +00:00
Shift
b02541ac64 Replace deprecated array and string helpers
Laravel recommends using the `Str` and `Arr` class methods directly instead of the respective helper functions. These helper functions are deprecated in Laravel 5.8 and removed in Laravel 6.
2023-01-06 11:53:35 +00:00
Shift
03623d493d Convert to event helper
Laravel has deprecated the `fire()` helper and `Event::fire()`.
These will be removed in Laravel 5.8. Instead, you should use
the `event()` helper.
2023-01-06 11:53:21 +00:00
Shift
21910f2106 Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-01-06 11:53:02 +00:00
StyleCI Bot
9d1a57f99d Apply fixes from StyleCI 2023-01-03 08:26:59 +00:00
Shift
8b7e406cd6 Shift config files 2023-01-03 08:25:47 +00:00
Shift
43386fd86d Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-01-03 08:25:25 +00:00
Manish Verma
8ef067dbc5 Apply fixes from StyleCI 2021-12-17 12:20:29 +05:30
Manish Verma
d21b6bfca8 Key generation via API installation 2021-03-03 12:58:54 +05:30
Bhanu
7381486688 Apply fixes from StyleCI 2021-01-28 18:07:18 +05:30
Manish Verma
ed3bbd76d7 Apply fixes from StyleCI 2020-03-17 05:14:38 +00:00
Manish Verma
dc5398859c Apply fixes from StyleCI 2019-11-14 13:15:06 +00:00
Manish Verma
134a7b2d6e Apply fixes from StyleCI 2018-09-19 15:44:43 +05:30
Manish Verma
a88c8199c9 API issue fix
Fixed ticket response data does not show correct due date(temp fix)
2018-09-19 15:44:43 +05:30
Manish Verma
00a7111421 v1.10.1 build updates
- Fixed API issues
- Updated release notes and readme files
- Updated dummy database files
- dumped composer to with --no-dev to ignore dev dependency

- ignored tests directory and phpunit.xml while downloading compressed archives of the repo
2018-09-19 15:44:43 +05:30
Manish Verma
2f0796e954 Apply fixes from StyleCI 2018-09-19 15:44:43 +05:30
Manish Verma
8f4a43a723 API version2 update
Added get tcket lists master API

update
2018-09-19 15:44:43 +05:30
Manish Verma
02e2c8aecc API bug fix
Fixed title coming as same in all ticket in get ticket by Id API
2018-08-17 11:14:07 +05:30
Manish Verma
e972c95441 Apply fixes from StyleCI 2018-08-16 13:18:59 +00:00
Manish Verma
ffc7206598 Api updates
Modified API responses and parameter as requestd by mobile dev team
2018-08-16 18:44:50 +05:30
Manish Verma
6da4cc448d bug-fix 2018-08-13 19:38:40 +05:30
Manish Verma
117b826aa1 Apply fixes from StyleCI 2018-08-10 10:43:24 +00:00
Manish Verma
0c49050172 Email config alert
Added alert box to convey that email has not been setup
2018-08-10 16:12:51 +05:30
Manish Verma
2f5243c1f3 Fixed migrations and seeders 2018-08-10 15:31:35 +05:30
Manish Verma
91cf657c95 Override jwt.auth middleware 2018-08-10 14:51:43 +05:30