Laravel-Source-Encrypter icon indicating copy to clipboard operation
Laravel-Source-Encrypter copied to clipboard

phpbold (bolt.so) not availabe for php 7.4

Open dipenparmar12 opened this issue 3 years ago • 11 comments

How can i use this package, with php 7.4 version and bolt.so is not currently available for php 7.4.

dipenparmar12 avatar Sep 01 '20 18:09 dipenparmar12

You can download bolt extension from https://phpbolt.com/download-phpbolt

SiavashBamshadnia avatar Sep 02 '20 05:09 SiavashBamshadnia

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 ?

sudarakas avatar Sep 07 '20 08:09 sudarakas

I still have not able to solved the issue. Very disappointing.

arif98741 avatar Jun 01 '22 10:06 arif98741

You can download the SO file for PHP 7.4 from here: https://phpbolt.com/download-phpbolt/

SiavashBamshadnia avatar Jun 01 '22 16:06 SiavashBamshadnia

You can download the SO file for PHP 7.4 from here: https://phpbolt.com/download-phpbolt/

did not but issue was not solved

arif98741 avatar Jun 01 '22 17:06 arif98741

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.

SiavashBamshadnia avatar Jun 01 '22 19:06 SiavashBamshadnia

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

arif98741 avatar Jun 01 '22 20:06 arif98741

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.

SiavashBamshadnia avatar Jun 02 '22 05:06 SiavashBamshadnia

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.

aashishtimalsina avatar Sep 06 '22 05:09 aashishtimalsina

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.

it is working perfectly

muajjamhossain avatar Dec 10 '23 01:12 muajjamhossain