envatic
envatic
@Stevemoretz There is no config when developing a package, The easiest way is to grab `_ide_helper.php` from another project and drop it in your package root folder.
Yeah it seems the demo and Repo are different, several items in the demo , not in the repo, I ended up having to rip the demo
Intergrattion is easy. In socailite return function make sure you save the whole user `$socialUserObject = Socialite::driver( 'Envato' )->user(); ` // you need to update the expires before `$socialUserObject->expiresIn +=...
Seems not work for upgradeable contracts that never hit constructor. always panic code 032
> We had to fork; https://github.com/ProtonMail/bitcoin-php and `protonlabs/bitcoin` on packagist Thanks you saved me the pain, Im working on a package that requires [https://github.com/kornrunner/php-keccak](url) and it require mdanter/eec v1 and...
You did most of the heavy lifting already, Im grateful, will take a look to see how to fix this.