mokhosh / filament-kanban

Add kanban boards to your Filament pages
https://filamentphp.com/plugins/mokhosh-kanban
MIT License
228 stars 32 forks source link

Fix Laravell 11 setup #24

Closed gnovaro closed 4 months ago

gnovaro commented 4 months ago

I didn't tested yet but this solve the dependencies problem.

Fix #23

mokhosh commented 4 months ago

Thanks!

Here are a few tips for making better PRs:

  1. don't create a PR from your main branch. always create a feature branch.
  2. don't make unrelated changes.
  3. don't make unnecessary breaking changes.
  4. add necessary tests

Check out the changes I made in the two commits for more info.