All Questions
31 questions
0
votes
0
answers
111
views
could not get compatible version of lumen-framework and redis
"require": {
"laravel/lumen-framework": "^8.0",
"predis/predis": "^2.0",
"illuminate/redis" : "5.1.*"
},
lumen-framework and ...
-1
votes
1
answer
1k
views
Running composer install not working with Jenkins in a microservices architecture
I am automating a microservices architecture with a Jenkins pipeline and having this issue although the file composer.json exists in that folder
C:\Program Files
(x86)\Jenkins\workspace\C2Project\C2\...
-2
votes
1
answer
188
views
Lumen loaded wrong controller when vendor directory is softlinked
In my example setup, I have 2 directory (each is lumen 8.x project, created by running composer create-project --prefer-dist laravel/lumen lumenNUMBER)
~/www/lumen1/
~/www/lumen2/
In my setup, ...
-2
votes
1
answer
351
views
What to do when seeing this error: the requested PHP extension mongodb is missing from your system?
I am running a docker machine and phpinfo() shows Mongodb extension as enabled.
When I run:
composer require mongodb/mongodb
From my local machine, I see this error message:
mongodb/mongodb 1.7.1 ...
-1
votes
2
answers
1k
views
composer require laravel/ui not working for php artisan make:auth in Lumen
I am trying to run php artisan make:auth and get the error that make:provide command not found. I then tried to use the composer require larval/ui command but got an error saying
illuminate/support ...
0
votes
0
answers
168
views
how to run binary file in composer.json?
I want to run a binary file with a composer
"bin": [
"bin/migration"
]
error: 'migration' is not recognized as an internal or external
command, operable program or batch file.
2
votes
1
answer
2k
views
Your requirements could not be resolved to an installable set of packages. - Laravel Lumen Mail
I seem to be a little stumped with an issue that I'm having with installing mail into my Laravel lumen project
composer require illuminate/mail
Using version ^7.8 for illuminate/mail
./composer.json ...
0
votes
1
answer
2k
views
Composer not installing a package
"staudenmeir/eloquent-json-relations" not installing via composer install.
I have added this package through composer require command, it has been installed successfully.But not installing on server ...
1
vote
0
answers
437
views
Lumen / Composer not installing all non-dev dependencies with --no-dev
I'm having issues understanding why some composer dependencies aren't being included in autoload_psr4.php when running composer install --no-dev using lumen.
Here's the require section from my ...
0
votes
2
answers
6k
views
How to install lumen 5.8 using Composer
My source project contains laravel/lumen 5.8 and I cloned the project recently and installed composer and when I try to install lumen in this way
composer global require "laravel/lumen-installer"
I ...
2
votes
1
answer
2k
views
how to install illuminate/mail via composer in Lumen
A setting mail-in on lumen project, I should install illuminate\mail via composer, but show me an error:
Your requirements could not be resolved to an installable set of packages
1
vote
1
answer
4k
views
Composer class not found even if it exists
I'm developing a Laravel package but I have a problem with composer autoloading.
My package has 2 folders under src folder. One of them is named Laravel and the other one is Telegram. Here is the ...
0
votes
1
answer
2k
views
How to setup Laravel/Lumen project (using composer) pulled from a Git repo?
I'm new to Laravel and I have pulled one project from a git repo. .gitIgnore file contains:
/vendor
/.idea
Homestead.json
Homestead.yaml
.env
And I see that my project is not working. This is ...
0
votes
1
answer
797
views
composer is not updateing dependancy with lumen
I am using php 5.6.12 version,
I have to compulsory use this version.
running command : composer update
it is showing me like below,
Loading composer repositories with package information
Updating ...
1
vote
0
answers
777
views
while added package in laravel/lumen it gives error of memory limit
I have to read /write/search emails with lumen with use of below command
composer require webklex/laravel-imap
It gives me arror like below,
PHP Fatal error: Allowed memory size of 889192448 bytes ...