ARCANEDEV / LogViewer

:page_with_curl: Provides a log viewer for Laravel
MIT License
2.37k stars 335 forks source link

Laravel 11 - Error installing #454

Closed MGeurts closed 8 months ago

MGeurts commented 8 months ago

Description:

Erro installing in fresh Laravel 11 project

Steps To Reproduce:

`composer require arcanedev/log-viewer
./composer.json has been updated Running composer update arcanedev/log-viewer Loading composer repositories with package information Updating dependencies Lock file operations: 2 installs, 0 updates, 0 removals

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1`

arcanedev-maroc commented 8 months ago

This is unrelated to this package.

The issue is related to laravel ui package, i recommend using Laravel Breeze or Jetstream instead

Read the introduction about

This legacy package is a very simple authentication scaffolding built on the Bootstrap CSS framework. While it continues to work with the latest version of Laravel, you should consider using Laravel Breeze for new projects. Or, for something more robust, consider Laravel Jetstream.

MGeurts commented 8 months ago

The laravel ui package is still supported and needed if you want a Laravel application with authentication and need to use bootstrap instead of tailwind.

Strange that this error is unrelated to LogViewer, because my laravel 11 application works just fine, as long as I don't install LogViewer.

arcanedev-maroc commented 8 months ago

I will try the new route registration and see if it solves the issue for you

arcanedev-maroc commented 8 months ago

@MGeurts Can you try the latest release?

MGeurts commented 8 months ago

@arcanedev-maroc Works like a charm. Thank you.