spatie / laravel-menu

Html menu generator for Laravel
https://freek.dev/414-a-modern-package-to-generate-html-menus
MIT License
923 stars 82 forks source link

Laravel 8 support #100

Closed rojtjo closed 4 years ago

rojtjo commented 4 years ago

I've upgraded the dependencies for compatibility with Laravel 8. Please note that this also drops Laravel 7 support.

rojtjo commented 4 years ago

Looks like there was an issue with line endings when running the tests on Windows. I've fixed this by simply replacing all line endings with \n.

I'm not quite sure what's happening with Scrutinizer. If anyone has any idea, I'd be happy to fix that as well.

AlexVanderbist commented 4 years ago

Thanks, just came across this when I was finishing the Laravel 8 upgrade 🤦 Thanks for the PR anyways!