All Notable changes to LogManager
will be documented in this file
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- in routes, replaced
backpack_middleware()
call with its result, to prevent errors when helpers are NOT loaded before routes, andphp artisan package:discover
can't execute;
- custom filesystem disk for this package; since we're using Backpack\Base 0.9.x we can use the root filesystem disk that Base is using; this way, installation has a lot fewer steps;
backpack_middleware()
is automatically added to the routes;
- support for Backpack\Base version below 0.9;
- better preview, thanks to Shamar Kellman's PR #21;
- spanish translations;
- package auto-discovery for Laravel 5.5 apps;
- Danish (da_DK) language files, thanks to Frederik Rabøl;
- Romanian language file;
- overwritable routes file;
- Portugese translation (thanks to Toni Almeida);
- Portugese (Brasilian) translation (thanks to Guilherme Augusto Henschel);
- Backpack\CRUD no longer loads translations, as Backpack\Base does it for him.
- Dutch translation (thanks to Mark van Beek);
- App namespace issue;
- Ability to publish views;
- Ability to overwrite views the same way you overwrite views in CRUD;
- Breadcrumbs and routes now follow the route_prefix set in the config/backpack/base.php file- thanks to Twaambo Haamucenje;
- Breadcrumb first item now shows the project name correctly;
- French translations - thanks to 7ute;
- Bogus unit tests. At least we'be able to use travis-ci for requirements errors, until full unit tests are done.
- Using the Admin middleware instead of Auth, as of Backpack\Base v0.6.0;
- Moved routes definition to LogManagerServiceProvider instead of routes.php file;
- Added page title.
- Lang files are pushed in the correct folder now. For realsies.
- language files are published in the correct folder, no /vendor/ subfolder
- In views, switched to one header section instead of separate sections for page title and breadcrumbs.
- Working notification bubbles (alerts).
- Changed BackPack\Base requirement in composer.json to ^0.2
- Changed base layout usage to work with BackPack\Base 0.4.x
- "The log file doesn't exist." error message wasn't in the lang files. Now it is.
- Log pages now need the user to be authenticated.
- Changed directory structure to resemble Laravel: Http folder is inside an app folder now.
- Removed screenshots from readme file.
- Added backpack/base dependency.
- Made it work on Backpack instead of Dick.