Plugins
Plugins are one of the core feature of the framework, you can use they to add basically anything to your app.
Some of the things you can do with plugins are:
- Add migrations to create new database tables
- Add seeds to populate the database with initial data
- Add API routes to handle requests
- Add commands to run custom logic from the terminal
- Add routines to run custom logic on a schedule
- Add queue jobs to run custom logic in the background
- Add UI routes to show pages in the dashboard
- etc...