omaralalwi / laravel-trash-cleaner

clean logs and debug files for debugging packages (clockwork, laravel telescope and more), and free up space .
MIT License
12 stars 1 forks source link

The ProgressBar is not started. #1

Open FranciscoCaldeira opened 2 weeks ago

FranciscoCaldeira commented 2 weeks ago

Hello, after: composer require omaralalwi/laravel-trash-cleaner

I did:

php artisan trash:clean

Then got:

The ProgressBar is not started.

I have: Laravel Version ........................................................................................................................... 11.8.0
PHP Version ................................................................................................................................ 8.3.6
Composer Version ........................................................................................................................... 2.7.2

omaralalwi commented 2 weeks ago

that mean , no debug or logs files found in folders , so the progress bar did not started (no process) , it is not issue. try to add clockwork folder in storage , then run command