1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

laravelで署名するためのパッケージ導入

Posted at
php.ini
ninja@localhost:~$ sudo vi /etc/php/7.2/cli/php.ini

/*コメントアウトを外す*/
extension=gmp
ninja@localhost:~$ sudo apt-get install php7.2-gmp

ninja@localhost:~$ cd website
ninja@localhost:~/website$ composer require kornrunner/secp256k1
ninja@localhost:~/website$ composer require kornrunner/keccak

#参考URL
https://github.com/kornrunner/php-keccak

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?