I developed a laravel package and puch on git but i want this package available in packalyst.com? In the documentation http://laravel.com/docs/packages#publishing-packages it is mention "consider adding a laravel tag to your package's composer.json file."
My question is how to add laravel tag to a package?
Just put 'laravel' in the keyword array in your composer.json: https://github.com/barryvdh/laravel-debugbar/blob/master/composer.json#L4
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community