You can install the package via Composer:
composer require adilazhari/laravel-traceYou may publish all of the package's resources at once:
php artisan vendor:publish --tag="laravel-trace"Or, you may publish each resource individually:
php artisan vendor:publish --tag="laravel-trace-config"php artisan vendor:publish --tag="laravel-trace-migrations"
php artisan migratephp artisan vendor:publish --tag="laravel-trace-views"php artisan vendor:publish --tag="laravel-trace-lang"php artisan vendor:publish --tag="laravel-trace-assets"Please see CHANGELOG for more information on what has changed recently.
Thank you for considering contributing to Laravel Trace! Please review our contributing guide to get started.
Please review our security policy on how to report security vulnerabilities.
Laravel Trace is open-sourced software licensed under the MIT license.