Skip to content
#

Composer

composer logo

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and manage them for you.

Here are 3,374 public repositories matching this topic...

Seldaek
Seldaek commented Apr 1, 2020

As we are getting Composer 2.0 closer and closer to a stable release,
and would like to get more people involved with testing it, it is
quite important to get the most common plugins to support our 2.0
branch. Otherwise many users will not be able to try the latest
Composer snapshots when we switch them to 2.0.

If you maintain a Composer plugin and would like to help, here is how:

  • Get
Medoo
laravel-zero
stefkes
stefkes commented Mar 19, 2020

Installation of Laravel Zero with the command below

laravel-zero new TestApp

Results in output

Writing lock file
Generating optimized autoload files
> @php application app:rename
Renaming the application...

 What is your application name?:
 >

  Aborted.


Script @php application app:rename handling the post-create-project-cmd event returned with error code 1
Applicati
telegram-bot-sdk
bugada
bugada commented Mar 14, 2020

According to the documentation in ChatMember class

@method string getStatus() (Optional). The member's status in the chat. Can be “creator”, “administrator”, “member”, “left” or “kicked”

getStatus() should return the member's status, but actually there is a conflicting getStatus() in BaseObject that returns the status of the request.

As a workaround, get('status') re

bunthorne
bunthorne commented Aug 12, 2019

I want to be able to use a project like this to start my drupal project, but I want to be able to remove the projects that are purely for developers, such as drush and drupal console and those that have dev tool dependencies. My goal is for a very light install to manage a simple site. I have been able to figure it out for myself for the most part, but the most natural place for the information is

lathspell
lathspell commented Oct 16, 2017

The documentation suggests to activate the Restler "production mode" in production environments. The drawback though is that apparently one has to remove the web/cache/ directory manually as Restler does not pick up new URLs otherwise. This sounds like a big source of problems where people fix their code, update it on the production server and then do not realize that the new method is still n

laravel-stats
dingman
dingman commented Feb 8, 2018

I made some modifications to the documented example for large sitemaps and wanted to share. I used 10,000 instead of 50,000 because my VM couldn't handle 50,000 in one shot. Certainly welcome to feedback on it, I'm a novice developer.

<?php

namespace App\Console\Commands;

use Illuminate\Console\Command;

class GenerateSitemaps extends Command
{
    /**
     * The name and signat

Created by Nils Adermann, Jordi Boggiano

Released March 1, 2012

Organization
composer
Website
getcomposer.org
Wikipedia
Wikipedia

Related Topics

package-manager php
You can’t perform that action at this time.