Commit Graph

1202 Commits

Author SHA1 Message Date
Shift
bddef8a23f Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
2023-01-07 20:57:05 +00:00
Shift
25d7fe64cb Shift config files 2023-01-07 20:57:04 +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
dbc0a73ec5 Convert to Symfony Mailer 2023-01-07 20:56:35 +00:00
Shift
69e4060e09 Upgrade to Flysystem 3.0 2023-01-07 20:56:34 +00:00
Shift
849103e957 Remove fruitcake/laravel-cors dependency 2023-01-07 20:56:29 +00:00
Shift
9822b3c0bb Shift registered middleware 2023-01-07 20:56:29 +00:00
Shift
d256638904 Move resources/lang folder 2023-01-07 20:56:21 +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
RafficMohammed
49021a4497 dependencies-upgrade 2023-01-08 02:21:35 +05:30
Bhanu Pratap Singh Slathia
7870479b18 Merge pull request #7694 from ladybirdweb/analysis-lZYRwO
Apply fixes from StyleCI
2023-01-08 02:16:50 +05:30
StyleCI Bot
2e4a7f687d Apply fixes from StyleCI 2023-01-07 20:46:44 +00:00
RafficMohammed
0433640426 laravel-8 changes 2023-01-08 02:16:25 +05:30
Bhanu Pratap Singh Slathia
6c8e2a8c71 Merge pull request #7693 from ladybirdweb/analysis-wO0vw2
Apply fixes from StyleCI
2023-01-08 02:04:17 +05:30
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
080366d6d4 Upgrade to Laravel Mix 6 2023-01-07 20:33:22 +00:00
Shift
5fffc0f68a Bump Laravel dependencies 2023-01-07 20:33:19 +00:00
Shift
ac5546111d Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
2023-01-07 20:33:19 +00:00
Shift
4b9610b704 Shift config files 2023-01-07 20:33:18 +00:00
Shift
8c7fe47a1e Shift PSR-4 autoloading 2023-01-07 20:33:17 +00:00
Shift
c622c6de3e Add uuid to failed_jobs table 2023-01-07 20:33:16 +00:00
Shift
507d60aabf Namespace seeders 2023-01-07 20:33:15 +00:00
Shift
424389ca74 Ignore temporary framework files 2023-01-07 20:33:14 +00:00
Shift
2e9d61748c Shift console routes 2023-01-07 20:33:13 +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
cd9b2383a6 Replace deprecated HEADER_X_FORWARDED_ALL constant 2023-01-07 20:33:05 +00:00
Shift
0590f1a07a Shift HTTP kernel and middleware 2023-01-07 20:33:04 +00:00
Shift
0f3ee8ab58 Shift exception handler 2023-01-07 20:33:02 +00:00
Shift
a38755e1a8 Shift core files 2023-01-07 20:33:01 +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
RafficMohammed
f9ae387337 upgraded dependencies 2023-01-08 01:59:16 +05:30
Bhanu Pratap Singh Slathia
51056e3aad Merge pull request #7691 from ladybirdweb/analysis-6VxLpP
Apply fixes from StyleCI
2023-01-08 01:24:51 +05:30
StyleCI Bot
ae0b5485b8 Apply fixes from StyleCI 2023-01-07 19:54:45 +00:00
Shift
79d297d770 Bump Laravel dependencies 2023-01-07 19:54:03 +00:00
Shift
59304cab8d Shift config files 2023-01-07 19:54:02 +00:00
Shift
4cc3b5c26d Add laravel/ui dependency 2023-01-07 19:53:58 +00:00
Shift
076b1fbca7 Shift to Throwable 2023-01-07 19:53:57 +00:00
Shift
953afd6b70 Shift core files 2023-01-07 19:53:57 +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
Bhanu Pratap Singh Slathia
6307afde3d Merge pull request #7689 from ladybirdweb/analysis-Q3pDEw
Apply fixes from StyleCI
2023-01-08 01:18:23 +05:30
StyleCI Bot
5055b443fc Apply fixes from StyleCI 2023-01-07 19:48:16 +00:00
RafficMohammed
774eed8b0e laravel-6 support 2023-01-08 01:17:22 +05:30
RafficMohammed
1a5c16ae4b laravel-6 changes 2023-01-08 00:36:12 +05:30
Shift
f8e3dbeee2 Add framework testing folder to storage 2023-01-07 18:48:46 +00:00
Shift
1d4284e1c2 Shift cleanup 2023-01-07 18:48:45 +00:00
Shift
4f4b6db9b9 Shift Lang methods 2023-01-07 18:48:12 +00:00