-
Notifications
You must be signed in to change notification settings - Fork 457
Upgrade to Laravel 6.0 #511
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge develop branch
The Laravel framework adopts the PSR-2 coding style with some additions. Laravel apps *should* adopt this coding style as well. However, Shift allows you to customize the adopted coding style through by using your [PHP CS Fixer][1] config within your project. You may use [Shift's .php_cs][2] file as a base. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
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][1] and will be removed in a future version. [1]: laravel/framework#26898
In an effort to make upgrading the constantly changing config files easier, Shift defaulted them so you can review the commit diff for changes. Moving forward, you should use ENV variables or create a separate config file to allow the core config files to remain automatically upgradeable.
From the [PHPUnit 8 release notes][1], the `TestCase` methods below now declare a `void` return type: - `setUpBeforeClass()` - `setUp()` - `assertPreConditions()` - `assertPostConditions()` - `tearDown()` - `tearDownAfterClass()` - `onNotSuccessfulTest()` [1]: https://phpunit.de/announcements/phpunit-8.html
Apply fixes from StyleCI
Laravel 6.0 Shift
Fix the issue export using vue
Apply fixes from StyleCI
Bumps [sass](https://github.com/sass/dart-sass) from 1.22.12 to 1.23.0. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](sass/dart-sass@1.22.12...1.23.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [datatables.net](https://github.com/DataTables/Dist-DataTables) from 1.10.19 to 1.10.20. - [Release notes](https://github.com/DataTables/Dist-DataTables/releases) - [Commits](DataTables/Dist-DataTables@1.10.19...1.10.20) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [yajra/laravel-datatables-oracle](https://github.com/yajra/laravel-datatables) from 9.6.1 to 9.7.0. - [Release notes](https://github.com/yajra/laravel-datatables/releases) - [Changelog](https://github.com/yajra/laravel-datatables/blob/9.0/CHANGELOG.md) - [Commits](yajra/laravel-datatables@v9.6.1...v9.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 5.2.1 to 6.0.3. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md) - [Commits](kentcdodds/cross-env@v5.2.1...v6.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Update the readme file
…lop/cross-env-6.0.3 Bump cross-env from 5.2.1 to 6.0.3
Fix the issue of log-viewer in laravel 5.6
…yajra/laravel-datatables-oracle-9.7.0 Bump yajra/laravel-datatables-oracle from 9.6.1 to 9.7.0
…lop/datatables.net-1.10.20 Bump datatables.net from 1.10.19 to 1.10.20
…lop/sass-1.23.0 Bump sass from 1.22.12 to 1.23.0
Bumps [datatables.net-buttons](https://github.com/DataTables/Dist-DataTables-Buttons) from 1.5.6 to 1.6.0. - [Release notes](https://github.com/DataTables/Dist-DataTables-Buttons/releases) - [Commits](DataTables/Dist-DataTables-Buttons@1.5.6...1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Fix the issue of Active feature in laravel 6.0
Apply fixes from StyleCI
…lop/datatables.net-buttons-1.6.0 Bump datatables.net-buttons from 1.5.6 to 1.6.0
Bumps [laravel/passport](https://github.com/laravel/passport) from 7.5.0 to 7.5.1. - [Release notes](https://github.com/laravel/passport/releases) - [Changelog](https://github.com/laravel/passport/blob/7.0/CHANGELOG.md) - [Commits](laravel/passport@v7.5.0...v7.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Added the notification request file for notification controller
Laravel 6.0
…laravel/passport-7.5.1 Bump laravel/passport from 7.5.0 to 7.5.1
Bumps [laravel/framework](https://github.com/laravel/framework) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/6.x/CHANGELOG-6.x.md) - [Commits](laravel/framework@v6.1.0...v6.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [facade/ignition](https://github.com/facade/ignition) from 1.9.1 to 1.11.1. - [Release notes](https://github.com/facade/ignition/releases) - [Changelog](https://github.com/facade/ignition/blob/master/CHANGELOG.md) - [Commits](facade/ignition@1.9.1...1.11.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Add the comment in js
…facade/ignition-1.11.1 Bump facade/ignition from 1.9.1 to 1.11.1
…laravel/framework-6.2.0 Bump laravel/framework from 6.1.0 to 6.2.0
Bumps [facade/ignition](https://github.com/facade/ignition) from 1.11.1 to 1.11.2. - [Release notes](https://github.com/facade/ignition/releases) - [Changelog](https://github.com/facade/ignition/blob/master/CHANGELOG.md) - [Commits](facade/ignition@1.11.1...1.11.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [laravel/framework](https://github.com/laravel/framework) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/6.x/CHANGELOG-6.x.md) - [Commits](laravel/framework@v6.2.0...v6.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [krgupta/active](https://github.com/krguptaa/active) from 1.1 to 4.0. - [Release notes](https://github.com/krguptaa/active/releases) - [Commits](krguptaa/active@1.1...4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…krgupta/active-4.0 Bump krgupta/active from 1.1 to 4.0
…facade/ignition-1.11.2 Bump facade/ignition from 1.11.1 to 1.11.2
…laravel/framework-6.3.0 Bump laravel/framework from 6.2.0 to 6.3.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade to Laravel 6.0