A whole bunch of new features (big and small) as well as some bug fixes that I took a while getting around to. Here's a fairly condensed list of what's been added:
- Includes the laravel/helpers package for legacy str_contains method
- On the models changes page, doesn't strip out special characters for language compatibility
- Optimizes the front-end for better mobile experience
- Adds a pop-up confirmation box when reverting model changes
- Logs user ID to model changes if a user is authenticated
- Adds a custom webhook notification method
- Monitors and logs 404 errors
- Updates documentation and README to include information about LARAMETRICS_FROM_EMAIL env variables
- Organizes the code structure better and pulls functionality into proper listener/action classes