Mikhail Mingalev

Results 5 issues of Mikhail Mingalev

Added possibility to override Factory base Generator class without rewriting the whole create-method. In my Laravel project I have custom Generator like this: ```php

enhancement

**Reasons for making this change:** Last version of the Laravel uses .env.backup **Links to documentation supporting these rule changes:** https://github.com/laravel/laravel/blob/9.x/.gitignore

Because of some reasons OneSignal has blocked in Russia since Jul 19. The changes added possibility to change base api url for your own proxy-server via config (api_url), e.g: ```php...

Current max length of cc2 is 170: ```sql geonames=# SELECT cc2, LENGTH(cc2) FROM geoname WHERE geonameid = 6255146; cc2 | length ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------- AO,BF,BI,BJ,BW,CD,CF,CG,CI,CM,CV,DJ,DZ,EG,ER,ET,GA,GH,GM,GN,GQ,GW,KE,KM,LR,LS,LY,MA,MG,ML,MR,MU,MW,MZ,NA,NE,NG,RE,RW,SC,SD,SH,SL,SN,SO,SS,ST,SZ,TD,TG,TN,TZ,UG,YT,ZA,ZM,ZW | 170 ``` ... so increasing limit...

MacOS ```sh php -r "echo PHP_OS;" Darwin ``` ```sh uname -m x86_64 ``` ```sh composer require --dev denzyl/phanalist php vendor/bin/phanalist Detecting architecture. CPU architecture: Unknown OS Unknown architecture. Open an...

bug