We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this cli only for laravel?
i use this command for my folder raise an error.
hassan@pc:$ bolt -encrypt src/hello2 123456 encrypted
PHP Fatal error: Uncaught Error: Class 'Illuminate\Console\Command' not found in /home/hassan/.config/composer/vendor/phpbolt/encrypt/app/Encryption.php:20 Stack trace: #0 /home/hassan/.config/composer/vendor/phpbolt/encrypt/vendor/composer/ClassLoader.php(444): include() #1 /home/hassan/.config/composer/vendor/phpbolt/encrypt/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/hassan/.c...') #2 [internal function]: Composer\Autoload\ClassLoader->loadClass('Bolt\\Encryption') #3 /home/hassan/.config/composer/vendor/phpbolt/encrypt/bin/bolt(28): spl_autoload_call('Bolt\\Encryption') #4 [internal function]: {closure}(Array) #5 /home/hassan/.config/composer/vendor/phpbolt/encrypt/app/App.php(44): call_user_func(Object(Closure), Array) #6 /home/hassan/.config/composer/vendor/phpbolt/encrypt/bin/bolt(39): Bolt\App->runCommand(Array) #7 {main} thrown in /home/hassan/.config/composer/vendor/phpbolt/encrypt/app/Encryption.php on line 20
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this cli only for laravel?
i use this command for my folder raise an error.
hassan@pc:$ bolt -encrypt src/hello2 123456 encrypted
The text was updated successfully, but these errors were encountered: