We attempt to document every possible breaking change. Moreover, you can find more details about each release in the CHANGELOG.
No actual core breaking changes from v1.0
to v1.1
. However, there are some cool features added to v1.1
:
Yeah! now you can track your docs easily by integrating Google Analytics in one step. See configuration page for more details.
A simple way to authorize user access against a given documentation. See authorization page for more details.
Few enhancements have been added to v1.1
ga_id
key has been added to the settings
array.return [
'settings' => [
'auth' => false,
'ga_id' => ''
]
];
show_app_name
key has has been added to the ui
array.return [
'ui' => [
'show_app_name' => true,
...
],
];
You can add them manually or you can run this command:
{warning} Please note running the command with
--force
will override your config settings.
php artisan vendor:publish --tag=larecipe_config --force
There are some new enhancements and fixes added to v1.1
. In order to apply them you can run:
php artisan vendor:publish --tag=larecipe_assets --force