Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phpbold (bolt.so) not availabe for php 7.4 #7

Open
dipenparmar12 opened this issue Sep 1, 2020 · 10 comments
Open

phpbold (bolt.so) not availabe for php 7.4 #7

dipenparmar12 opened this issue Sep 1, 2020 · 10 comments

Comments

@dipenparmar12
Copy link

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

@SiavashBamshadnia
Copy link
Owner

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

@sudarakas
Copy link

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 ?

@arif98741
Copy link

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

@SiavashBamshadnia
Copy link
Owner

SiavashBamshadnia commented Jun 1, 2022

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

@arif98741
Copy link

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

did not but issue was not solved

@SiavashBamshadnia
Copy link
Owner

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.

@arif98741
Copy link

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

@SiavashBamshadnia
Copy link
Owner

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.

@aashishtimalsina
Copy link

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.

@muajjamhossain
Copy link

muajjamhossain commented Dec 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants