-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 9.x Shift #264
Laravel 9.x Shift #264
Conversation
Since PHP 5.4 the short array syntax `[]` may be used instead of `array()`.
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.
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.
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.
`<env>` tags have a lower precedence than system environment variables making it easier to overwrite PHPUnit configuration values in additional environments, such a CI. Review this blog post for more details on configuration precedence when testing Laravel: https://jasonmccreary.me/articles/laravel-testing-configuration-precedence/
This pull request includes the changes for upgrading to Laravel 9.x. Feel free to commit any additional changes to the shift-109731 branch. Before merging, you need to: Checkout the shift-109731 branch laravel-shift added 17 commits 8 minutes ago roaddee commented 7 minutes ago roaddee commented 7 minutes ago Write operations (such as put and write) now overwrite existing files by default and return false instead of throwing an exception. roaddee commented 7 minutes ago Dependencies composer require symfony/mailgun-mailer symfony/http-client roaddee commented 7 minutes ago Shift detected this file was modified and did not remove it. Unless you are using Microsoft IIS as your web server, you should remove this file. roaddee commented 7 minutes ago roaddee commented 7 minutes ago You should review this commit for additional customizations or opportunities to use new ENV variables. If you have a lot of customizations, you may undo this commit with git revert 2a6abc8 and make the config file changes manually. roaddee commented 7 minutes ago roaddee commented 7 minutes ago If you were using the token driver, you may re-add it within your auth.php configuration file then migrate to Sanctum at your convenience. roaddee commented 7 minutes ago The following dependencies were updated by a major version and may have their own changes. You may check their changelog for any additional upgrade steps. spatie/laravel-backup roaddee commented 7 minutes ago roaddee commented 7 minutes ago roaddee commented 7 minutes ago roaddee commented 7 minutes ago If you find your requests need longer, you may prefix your request to specify a timeout: Http::timeout(60)->get("https://laravelshift.com"); roaddee commented 7 minutes ago roaddee commented 7 minutes ago roaddee commented 7 minutes ago |
mas @pandigresik saya sudah ikut intruksi :
|
Upgrade ke laravel 9, perbaikan issue #256
Screencast.from.16-02-24.10.46.09.webm
Test api untuk tracking opensid dan opendk
Screencast.from.16-02-24.10.50.53.webm