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-path
andlocal-sites-path
config keys to us snake case
- add
enable_runnable_solutions
key to config file
- add
MergeConflictSolutionProvider
- add
ignored_solution_providers
key 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
null
values
- Check if the authenticated user has a
toArray
method available, before collecting user data
- Corrected invalid link in config file
- Fixed an error in the
DefaultDbNameSolutionProvider
that could cause an infinite loop in Laravel < 5.6.28
- add support for L5.5 & 5.6 (#21)
- initial release