Tags: wolfgangschaefer/acorn
Tags
fix(view-composer): strip "composers" from views() Since namespace was changed from `App\Composers` to `App\View\Composers`, Composer::views() - the method for automatically associating composers with view files - also needs to strip off the new namespace to accurately associate with views.
enhance(exceptions): Add `shouldIgnore` and `shouldntIgnore` methods … …for ignoring error types (roots#58) * enhance(exceptions): Ignore `E_USER_DEPRECATED` errors since WordPress is the definition of deprecated * chore(exceptions): Remove the `error_reporting` directive set by Acorn
Laravel 7.x (roots#55) * enhance: Update packages to Illuminate 7.x (Fixes roots#54) * chore: Bump minimum PHP version to 7.2.5 * enhance(exceptions): Update HandleExceptions to Symfony 5 * enhance(helpers): Add new Laravel 7.x helpers * chore(helpers): Sort helpers alphabetically * chore(helpers): Remove unused helpers * chore(globals): Update globals to reflect helpers * chore(config): Update default configs to be in parity with Sage 10 * feat(blade): Add Laravel 7.x Blade component support * feat(console): Add make:component command for generating a component class and view * feat(console): Add stubs for a component class and view * chore(console): Clean up existing console commands * chore: Remove unused namespaces throughout project * chore(deps): Bump dependencies