Laravel-Source-Encrypter
Laravel-Source-Encrypter copied to clipboard
phpbold (bolt.so) not availabe for php 7.4
How can i use this package, with php 7.4 version and bolt.so is not currently available for php 7.4.
You can download bolt extension from https://phpbolt.com/download-phpbolt
How can i use this package, with php 7.4 version and bolt.so is not currently available for php 7.4.
Did you solve the issue ?
I still have not able to solved the issue. Very disappointing.
You can download the SO file for PHP 7.4 from here: https://phpbolt.com/download-phpbolt/
You can download the SO file for PHP 7.4 from here: https://phpbolt.com/download-phpbolt/
did not but issue was not solved
You can download the SO file for PHP 7.4 from here: https://phpbolt.com/download-phpbolt/
did not but issue was not solved
Please tell me which OS you use.
You can download the SO file for PHP 7.4 from here: https://phpbolt.com/download-phpbolt/
did not but issue was not solved
Please tell me which OS you use.
windows 10
So you should download the bolt extension from that link. That is a zip file named phpBolt-extension-1.0.3.zip
. extract it and go to phpBolt-extension-1.0.3/windows x64/x64-ts-vc15-php7.4
. You see a DLL file named php_bolt.dll
there. Move this file to a directory named ext
in your PHP installation directory. Then edit your php.ini
file at the root of your PHP installation directory and add this line on the bottom:
extension=bolt
Then restart your PHP server and it should work.
Your requirements could not be resolved to an installable set of packages.
Problem 1 - Root composer.json requires sbamtr/laravel-source-encrypter ^1.4 -> satisfiable by sbamtr/laravel-source-encrypter[1.4.0]. - sbamtr/laravel-source-encrypter 1.4.0 requires illuminate/console ^6|^7|^8|^9 -> found illuminate/console[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0. 0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require sbamtr/laravel-source-encrypter:*" to figure out if any version is installable, or "composer require sbamtr/laravel-source-encrypter:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
So you should download the bolt extension from that link. That is a zip file named
phpBolt-extension-1.0.3.zip
. extract it and go tophpBolt-extension-1.0.3/windows x64/x64-ts-vc15-php7.4
. You see a DLL file namedphp_bolt.dll
there. Move this file to a directory namedext
in your PHP installation directory. Then edit yourphp.ini
file at the root of your PHP installation directory and add this line on the bottom:extension=bolt
Then restart your PHP server and it should work.
it is working perfectly