Skip to content

feat: Upgrade Laravel from 5.7 to 5.8#135

Open
codemancm wants to merge 1 commit into
eckmar-org:masterfrom
codemancm:feature/laravel-upgrade
Open

feat: Upgrade Laravel from 5.7 to 5.8#135
codemancm wants to merge 1 commit into
eckmar-org:masterfrom
codemancm:feature/laravel-upgrade

Conversation

@codemancm
Copy link
Copy Markdown

This commit upgrades the Laravel application from version 5.7 to 5.8.

The following changes were made:

  • Updated composer.json to require laravel/framework: 5.8.*
  • Replaced deprecated str_* and array_* helpers with Str and Arr facades.
  • Renamed the markdown mail components directory from resources/views/vendor/mail/markdown to resources/views/vendor/mail/text.
  • Updated password validation rules to use a minimum of 8 characters.

This commit upgrades the Laravel application from version 5.7 to 5.8.

The following changes were made:
- Updated `composer.json` to require `laravel/framework: 5.8.*`
- Replaced deprecated `str_*` and `array_*` helpers with `Str` and `Arr` facades.
- Renamed the markdown mail components directory from `resources/views/vendor/mail/markdown` to `resources/views/vendor/mail/text`.
- Updated password validation rules to use a minimum of 8 characters.
@codemancm
Copy link
Copy Markdown
Author

good

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.

1 participant