AMoktar

Results 14 issues of AMoktar

Is there anyway to append especial commands like -al to show hidden files ? thanks

hello , first thanks for this great package I'm having issue when useing attach inside a foreach loop It saves the files to db.filer_attachments , but only adds a relation...

``` php artisan block-bots:list-hits php artisan block-bots:list-notified ``` I had to modify the key attribute https://github.com/Potelo/laravel-block-bots/blob/43f552d0b0770a0b57fc06f1018db93dab28dfbc/src/Contracts/Client.php#L29 and adding prefix ```php $this->key = "block_bot:hits:{$this->id}" ``` so I can use this prefix...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...