This PR is upgrading Laravel 6.x to the latest version (7.3.0). (per #20)
updated to the latest dependencies
resolved the report & render methods of the application's App\Exceptions\Handler class. they should accept instances of the Throwable interface instead of Exception instances
updated the session configuration file's secure option to have a fallback value of null instead of false
This PR is upgrading Laravel 6.x to the latest version (7.3.0). (per #20)
report
&render
methods of the application'sApp\Exceptions\Handler
class. they should accept instances of theThrowable
interface instead ofException
instancesnull
instead offalse