Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Conversation

@codemancm
Copy link

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
Author

good

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant