Skip to content

Slugify name of upload - #36

Open
Soni-Sakshi wants to merge 1 commit into
jasekz:dev-laravel-5.8from
Soni-Sakshi:patch-1
Open

Slugify name of upload#36
Soni-Sakshi wants to merge 1 commit into
jasekz:dev-laravel-5.8from
Soni-Sakshi:patch-1

Conversation

@Soni-Sakshi

Copy link
Copy Markdown

No description provided.

@jasekz jasekz left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Soni,
Thanks for the pull request. It looks like the str_slug function was deprecated in Laravel 5.7 and replaced with Str::slug. Would you be able to modify your code to support both, based on the version? if(\App::version() >= '5.7.0') ...

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