diglactic / laravel-breadcrumbs

Laravel Breadcrumbs - A simple Laravel-style way to create breadcrumbs.
https://packagist.org/packages/diglactic/laravel-breadcrumbs
MIT License
868 stars 63 forks source link

Fix template/snapshot tests #10

Closed d13r closed 3 years ago

d13r commented 3 years ago
d13r commented 3 years ago

BTW I would suggest configuring GitHub Actions to run the tests on pull requests too:

on: [push, pull_request]

https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#example-using-a-list-of-events

shengslogar commented 3 years ago

Thanks, Dave! 🤗