A Simple bullet point list to help get you started with plugin development.
Thanks to @ralphjsmit
Also, a quick gotcha, if you're still on Laravel 8, you'll need to edit the composer.json of the Spatie package to read:
"illuminate/contracts": "^8.0|^9.0"
Thanks to @oyepez003
Hello,
One question please.
In your point 5, you said "Open your IDE and make sure that the ServiceProvider extends the FilamentServiceProvider instead of the PackageServiceProvider."
But, in the Filament Plugins documentation, they said "To create a new plugin, extend the Filament\PluginServiceProvider class provided by Filament:"
So, please, where is the truth ?
Thank you,