StyleCI Bot
e8f61f16d5
Apply fixes from StyleCI
2024-01-25 10:15:57 +05:30
StyleCI Bot
03585f5a5a
Apply fixes from StyleCI
2023-09-20 06:41:32 +00:00
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
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
RafficMohammed
1a5c16ae4b
laravel-6 changes
2023-01-08 00:36:12 +05:30
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
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
ed3bbd76d7
Apply fixes from StyleCI
2020-03-17 05:14:38 +00:00
Manish Verma
2d90d56fcb
Apply fixes from StyleCI
2018-11-16 12:42:44 +05:30
Manish Verma
6d8f391d30
Removed dd() statement
...
Removed dd() statement in catch block of ForgotPasswordController to fix issue #712
2018-11-16 12:42:44 +05:30
Manish Verma
1e9696df64
Override password reset functionality
2018-08-15 17:24:21 +05:30
Manish Verma
ac145fe565
Updates
...
Fixed CLI installer
Fixed First user detail seeder
2018-08-07 14:16:14 +05:30