Skip to main content

All Questions

1 vote
2 answers
19k views

Composer can not connect to repo.packagist.org:443

whene i run composer u , in laravel receive this error : Loading composer repositories with package information https://repo.packagist.org could not be fully loaded (curl error 35 while downloading ...
Ali Salehi's user avatar
0 votes
1 answer
1k views

Laravel chartisan chart git repository not found

I am using Chartisan chart in my project. Now when I run composer install it returns this error. fatal: repository 'https://github.com/Chartisan/Charts.git/' not found Now I have been stuck now ...
Jack's user avatar
  • 31
5 votes
4 answers
55k views

CURL error 28 while downloading Connection timed out after 10000 milliseconds

I'm trying to install Yajra, a Laravel package to handle server-side works of DataTables jQuery Plugin via AJAX option. But I got this problem and I can't fix this. Please do you have anything to help ...
Torea PATISSIER's user avatar
-1 votes
1 answer
2k views

Composer package not extracting - End-of-central-directory signature not found

Trying to install spatie/laravel-activitylog, however only the latest version of this package is troubling, other all packages are getting installed smoothly Error Description End-of-central-...
rsakhale's user avatar
  • 1,036
1 vote
0 answers
47 views

Composer packagist Could not find a version of package [duplicate]

I have created a laravel package https://github.com/wcaaan/firebase-token-authentication My repository is synced with packagist https://packagist.org/packages/wcaaan/firebase-token-authentication As ...
Wcan's user avatar
  • 870
1 vote
1 answer
712 views

How to choose thirdy party package versions with upgrading Laravel

For reach release of Laravel the advice is to upgrade the 3rd party packages. For example, this is from the release notes for Laravel 6: Next, examine any 3rd party packages consumed by your ...
DatsunBing's user avatar
  • 9,084
0 votes
0 answers
126 views

Composer Require Exceeds Memory Limits [duplicate]

I am trying to run composer require and it is giving me this error: PHP Fatal error: Allowed memory size of 2147483648 bytes exhausted (tried to allocate 4096 bytes) in phar:///usr/local/bin/composer/...
L. Fox's user avatar
  • 354
0 votes
1 answer
446 views

Unable to search and require private composer package at packagist

I have created a private package at packagist.org under new organisation. Here are the steps i took so far: Developed a lumen package at local instance. Configured composer.json to be used with ...
Gaurav Mehra's user avatar
0 votes
1 answer
136 views

I created laravel package and required my package in other project.I use package trait in project model. But i get this error => Trait not found

I created laravel package and required my package in other project.I use package trait in project model. But i get this error => Symfony\Component\Debug\Exception\FatalErrorException : Trait '...
kablanfatih's user avatar
0 votes
1 answer
250 views

Getting error message "Class 'Foo' not found" when implement Class from adding package(TAD-PHP), downloaded via composer

I downloaded the package named "TAD-PHP" from Packagist via composer to use in my project at Laravel, but the package has no default service provider. So, I cant to register that package and cant ...
Habie Smart's user avatar
0 votes
1 answer
556 views

Why I can't use composer require {packageName} successfully?

I'm learn how to create Laravel packages, And I wrote a package here: noahprot/fillindata Then I submit it to packagist And I have set a lastest release in github And the Packagist show like this: ...
Neo Lee's user avatar
  • 29
2 votes
1 answer
855 views

Loading a composer class in laravel

I'm in the process of trying to make a laravel compatible composer/packagist package. I'm using Laravel 5.5. I've created a package : floor9design/machine-identifier. Composer downloads this to ...
elb98rm's user avatar
  • 800
1 vote
1 answer
253 views

laravel 5.5 package developing need to use composer require vendor_name/package_name

I developed a Laravel 5.5 package with package auto discovery and pushed it at git hub https://github.com/adamibrahim/authconfirm when i run $ composer require "adamibrahim/authconfirm" : "v0.1.1" ...
Adam Ibrahim's user avatar
1 vote
0 answers
233 views

Is it possible to use Composer update without tagging version

I'm coding a Laravel Package, and a very annoying thing is my workflow is that when I want to try my plugin in a new Laravel installation, ( I install it with composer require "myplugin/myPlugin" ), ...
Juliatzin's user avatar
  • 19.8k
1 vote
1 answer
3k views

Composer won't install package dependencies

I have created composer package, which composer.json is { "name": "xxxx/yyyyy", "description": "xyz", "license": "MIT", "authors": [ { "name": "xxx", "...
Rob's user avatar
  • 127

15 30 50 per page