ML
ML
any news about this ?
Thanks, just updated and no more exception. However, the range filter doesn't seem to work properly. My ip is 192.168.0.250, this doesn't work `'blacklist' => [ '192.168.0.*']` This is working:...
The `'blacklist' => [ '192.168.0.0/24' ]` don't work too. How i can run the `test_wildcard` method in my project to see if it passes ?
Here's the output: Runtime: PHP 5.6.31-1~dotdeb+zts+7.1 with Xdebug 2.4.0 Configuration: /home/html/site2/web/TV/vendor/pragmarx/firewall/phpunit.xml ................................................................. 65 / 74 ( 87%) ......... 74 / 74 (100%) Time: 1.88 minutes, Memory: 73.75MB OK (74 tests,...
Thank you for your detailled response. I think i got what's going on. I have the same range in the whitelist and the blacklist. I was doing some test on...
Hello Same issue here
Hi is there any way to merge this ?
I think the main issue is that the main package use `getenv()` `putenv()` to setup the env variables. When you cache the Laravel config, the env file doesn't exist anymore...
Thank you
Do you have the above errors in your Console ? I have followed the installation setup. In my Action i am defining the Field like that: ` SelectAutoComplete::make('Equipement', 'equipment_id') ->options(PlayerEquipment::whereNull('player_id')->orderBy('mac_address')->pluck('mac_address',...