spatie/laravel-tail
Tail your Laravel application logs from the command line. Run php artisan tail to follow local single or daily logs, or tail remote environment logs over SSH (e.g., production) with configurable host, user, log directory, and optional file selection.
Architecture fit: The package now supports Laravel 13, aligning with modern Laravel architecture and maintaining compatibility with core components like service container, routing, and Eloquent. This ensures seamless integration with current Laravel ecosystem standards.
Integration feasibility: High. The update focuses solely on Laravel 13 compatibility, requiring minimal code changes. Composer dependency updates and adherence to Laravel 13's API changes should make integration straightforward for new projects.
Technical risk: Low to medium. While Laravel 13 may introduce breaking changes, the release notes indicate only support addition without explicit deprecations. Risks include untested edge cases with third-party packages or custom code relying on legacy Laravel behaviors.
Key questions:
Stack fit: Ideal for Laravel 13 applications. The package will integrate natively with Laravel's core services, middleware, and configuration systems without requiring external tooling.
Migration path: Upgrade Laravel application to 13 first (via composer update laravel/framework), then update the package to 4.6.0. Verify compatibility with existing dependencies using composer why-not laravel/framework 13.0.
Compatibility: Confirmed Laravel 13 support, but older Laravel versions (e.g., 12.x) will likely require previous package versions. Must validate PHP version requirements (e.g., PHP 8.2+) for full compatibility.
Sequencing: 1) Upgrade Laravel to 13 in staging environment, 2) Update package to
How can I help you explore Laravel packages today?