vcs
? I have 10 dependencies and even with https://github.com/hirak/prestissimo it is super slow
composer require psr/log-implementation
is not working?bash-5.0# composer require psr/log-implementation
[InvalidArgumentException]
Could not find package psr/log-implementation.
Did you mean one of these?
psr/log-implementation
xxnoobmanxx/psrlogger
Hey all. I keep getting "class not found" errors when trying to autoload my classes. In my composer.json file I have:
"autoload": {
"psr-4": {
"Foo\\Bar\\" : "src/"
}
}
And other than composer.json, I have src/Foobar.php which contains:
<?php
namespace Foo\Bar;
class Foobar {}
require_once('vendor/autoload.php');
new \Foo\Bar\Foobar;
composer dump autoload
after modifying the composer.json
to include that psr-4
definition?
hello guys .I want to install laravel but there is some problem in packagist