All notable changes to ignition will be documented in this file
- Use exception line number as fallbacks for view errors
- Wrap solution provider lookup in a try-catch block
- Lookup the first exception when linking to Telescope
- pass an empty string to query if no connection name is available - fixes #86
- Match whoops minimum version constraint with Laravel 6
- Use empty array for default ignored solution providers
- fix for new Laravel 6 installs
- Suggest default database name in Laravel 6
- Add void return type to FlareHandler::write()
- allow monolog v2
- style fixes
- Change
remote-sites-pathandlocal-sites-pathconfig keys to us snake case
- add
enable_runnable_solutionskey to config file
- add
MergeConflictSolutionProvider
- add
ignored_solution_providerskey to config file
- Fixed context tab crash when not using git (#24)
- Fixed an error that removed the ability to register custom blade directives.
- Fixed an error that prevented solution execution in Laravel 5.5 and 5.6
- The "Share" button can now be disabled in the configuration file
- Fixes an error when trying to log
nullvalues
- Check if the authenticated user has a
toArraymethod available, before collecting user data
- Corrected invalid link in config file
- Fixed an error in the
DefaultDbNameSolutionProviderthat could cause an infinite loop in Laravel < 5.6.28
- add support for L5.5 & 5.6 (#21)
- initial release