StyleCI Bot
b3b057e0cc
Apply fixes from StyleCI
2023-03-26 22:33:44 +05:30
RafficMohammed
d468d309aa
auto-update
2023-02-01 16:45:32 +05:30
StyleCI Bot
16083484fd
Apply fixes from StyleCI
2023-01-07 20:58:45 +00:00
Shift
e7c679405c
Shift cleanup
2023-01-07 20:58:07 +00:00
Shift
66f56de7aa
Convert optional()
to nullsafe operator
2023-01-07 20:56:44 +00:00
Shift
c73ff6ec81
Shift core files
2023-01-07 20:56:43 +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
6066e82e9c
Shift cleanup
2023-01-07 20:33:31 +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
2e6e296715
Shift service providers
2023-01-07 20:33:06 +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
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
fffa817f80
Leverage HOME
constant
2023-01-07 18:47:55 +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
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
9a6f1788a4
Convert string references to ::class
...
PHP 5.5.9 adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP.
2023-01-03 08:25:43 +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
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
aa6d74052c
Apply fixes from StyleCI
2018-11-16 12:42:44 +05:30
Manish Verma
1e7a891d3a
Plugin updates
...
* Changed plugin settings to activate and deactivate plugin by removing update process for config/app.php file.
* Changed plugin ServiceProvider registration technique by removing hard coded code in AppServiceProvider. Now We are registering all plugins's ServiceProvider classes avaliable for active plugins with status as 1 in plugins table in database. It provides more dynaamicity to developers so they need not to worry about registering their custom plugin's ServiceProvider.
2018-11-16 12:42:44 +05:30
Manish Verma
126fbb0255
Laravel version update
...
Laravel version update
2018-08-06 18:55:45 +05:30
Manish Verma
88f3df2180
Apply fixes from StyleCI
2016-12-13 13:14:54 +00:00
Manish Verma
2d8e640e9b
Updates
2016-12-13 18:18:25 +05:30
Manish Verma
76e85db070
update 1.0.8.0
...
Commits for version update
2016-10-17 12:02:27 +05:30
Sujit Prasad
e2390f67d4
Applied fixes from StyleCI
2016-08-05 09:24:12 -04:00
Sujit Prasad
ffa56a43cb
update v1.0.7.9 R.C.
...
This is a Release Candidate. We are still testing.
2016-08-03 20:04:36 +05:30
Sujit Prasad
283d97e3ea
update v 1.0.7.5
2016-06-13 20:41:55 +05:30
vijaysebastian
56bc64132b
Applied fixes from StyleCI
2016-02-29 07:15:40 -05:00
Sujit Prasad
d637c2b23f
Applied fixes from StyleCI
2016-02-19 02:20:12 -05:00
sujitprasad
073a49a8af
update v1.0.6
2016-02-16 22:42:08 +05:30
sujitprasad
696e0390fe
update v1.0.3.3
2015-12-22 14:09:23 +05:30
sujitprasad
16ea6e1984
Revert "My first commit of codes"
...
This reverts commit a6e5a69348
.
2015-05-01 13:27:00 +05:30
sujitprasad
a6e5a69348
My first commit of codes
2015-05-01 13:13:01 +05:30