diff --git a/_docs/1.Installation-and-Setup.md b/_docs/1.Installation-and-Setup.md index 4d0e43e4..62a3f56e 100644 --- a/_docs/1.Installation-and-Setup.md +++ b/_docs/1.Installation-and-Setup.md @@ -84,6 +84,10 @@ Once the package is installed, you can register the service provider in `config/ > No need to register the LogViewer facade, it's done automagically. +#### Important Note: + +For Laravel 8.x and above, you need to match the pagination styling with LogViewer template. The [default pagination uses tailwindcss](https://laravel.com/docs/8.x/upgrade#pagination) as default styling. + ### Artisan commands To publish the config and translations files, run this command: @@ -91,6 +95,7 @@ To publish the config and translations files, run this command: ```bash php artisan log-viewer:publish ``` + ##### To force publishing ```bash