SiavashBamshadnia / Laravel-Source-Encrypter

Laravel and Lumen Source Code Encrypter
MIT License
530 stars 121 forks source link

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

Open dipenparmar12 opened 3 years ago

dipenparmar12 commented 3 years ago

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

SiavashBamshadnia commented 3 years ago

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

sudarakas commented 3 years ago

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 commented 2 years ago

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

SiavashBamshadnia commented 2 years ago

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

arif98741 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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 commented 1 year ago

Your requirements could not be resolved to an installable set of packages.

Problem 1

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 commented 7 months ago

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

FarihanRahman77 commented 1 month ago

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.

Dont kNOW how to solve this.

PHP bolt also not downloading