6

How To Submit A Project at packalyst? not packagist

I cannot find any page I can submit.

ken
  • 131
  • 2
  • 13

1 Answers1

15

It just pulls package names from Packagist that have a "laravel" tag. So submit your package to Packagist with the "laravel" tag, and it will then end up on Packagist.

Laurence
  • 58,936
  • 21
  • 171
  • 212
  • how packalyst update a package? if package is updated on packagist then how it will be updated? – Haroon Jun 05 '17 at 07:12
  • @Laurence how i submit my package on packalyst.com? – Farshid Rezaei Dec 22 '17 at 15:38
  • @FarshidRezaei - just crate an account there and there is a "submit" optoin – Laurence Dec 22 '17 at 15:51
  • @Laurence sorry for reopening. But my package have `laravel` tag. Just updated composer.json to require needed `illuminate/..` packages. I created account on Packalyst but there is no submit button. What else I can do? My package is here: https://packagist.org/packages/arxeiss/passwordrule Thank you – Arxeiss Sep 22 '18 at 16:53