Skip to content
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

Laravel 8x - Call to undefined function Ayra\Theme\starts_with() #4

Closed
DerekBuntin opened this issue Jul 20, 2021 · 1 comment
Closed

Comments

@DerekBuntin
Copy link

The string helpers were upgraded since Laravel 6x so starts_with should now be Str::startsWith()

vendor/ayra/laravel-themes/src/AssetContainer.php:95

I realise you can use Laravel Helpers for this but would rather keep the packages minimal when the upgraded methods are available, can you update the package to work with Laravel 6x without the helpers?

@imajkumar
Copy link
Owner

Thanks updated
now it is working with Laravel 10.x also

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

No branches or pull requests

2 participants