BKF
BKF
Hi, Thanks for this nice package, I tried to install the package, but : `php artisan vendor:publish --provider="Hootlex\Friendships\FriendshipsServiceProvider"` doesn't work ! So I copy config and migration files manually, and...
Hi, It will be good if you could add an attribute into config file to manager error class. Something like this : config.php ``` ... 'error_class' => 'has_error'; // default...
Hello, I'm using Laravel 8, could you please upgrade your spatie/laravel-honeypot version to latest version 4. Thanks
I'm trying to set a parameter but an error occurs : `Target [Unisharp\Setting\SettingStorageContract] is not instantiable while building [\Unisharp\Setting\Setting]`
Hi, Thank so much for this nice package, I've a suggestion : It's a good idea to add a function that retrieves a value from a file config when it...
Hi, Thanks for this nice package ! Is it supported on Laravel 5.6 ? Thanks
Hello; Thanks for this nice package. You may add expiringIn method which is helpful for notifications before expired date. example: `$subscriptions = App\Models\Subscription::expiringIn('x months/days/hours')->get(); // Get subscriptions will expire in...
Hi developers ! I think it's a good idea to create our own FreeHub, we collect in it everything is open source. The FreeHub won't belong to one or two...
Do we have an other place to meet there and decide what we should do ? Let's see ...
Hi, first of all thanks a lot for this nice package, I think it will be very nice to add a config file to set : -> Path to User...