Skip to content

Comments

Laravel 5.2 Package Shift#3

Open
OzanKurt wants to merge 2 commits intomasterfrom
laravel-5.2-package-shift
Open

Laravel 5.2 Package Shift#3
OzanKurt wants to merge 2 commits intomasterfrom
laravel-5.2-package-shift

Conversation

@OzanKurt
Copy link
Owner

This pull request includes the changes for upgrading your Laravel Package to Laravel 5.2. Feel free to commit any additional changes to the laravel-package-5.2-shift branch.

Before merging, you should:

  • Checkout the laravel-package-5.2-shift branch
  • Review all pull request comments for additional changes
  • Run composer update (if the pre-commands fail, add --no-scripts)
  • Thoroughly test your code

This Shift is still in beta. If there were changes you feel could have been automated, please leave a comment on this pull request to help improve Laravel Shift.

The Laravel framework adopts the PSR-2 coding style in version 5.1.
Laravel apps *should* adopt this coding style as well. Read the
[PSR-2 coding style guide][1] for more details and check out [PHPCS][2]
to use as a code formatting tool.

[1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[2]: https://github.com/squizlabs/PHP_CodeSniffer
Laravel 5 adopted the short array syntax which became available in
PHP 5.4.
@OzanKurt
Copy link
Owner Author

ℹ Laravel 5.2 updated the database session driver. If you are using the database driver, you need to add the user_id (nullable integer), ip_address (nullable string), and user_agent (text) columns to your session database table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants