How Can I Publish a Laravel Package

Discussion in 'Programming' started by phpzone, May 29, 2017.

  1. #1
    Hello All,
    I am creating a new package with laravel framework, I want to publish it, So that I / anyone who need it can install it with composer. And Use It.

    can Anyone please help how to publish a laravel package.
     
    phpzone, May 29, 2017 IP
  2. CrocBuzz

    CrocBuzz Member

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #2
    You use Packagist to publish your open source packages to Composer. You can find out how to do this on the official website.
    https://packagist.org
     
    CrocBuzz, Jun 1, 2017 IP
  3. Roger Luis

    Roger Luis Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    Agreed
     
    Roger Luis, Nov 1, 2017 IP