Tag: package development
-
Make a PHP Package & Publish On Packagist
I was curious how composer get those packages form online.When we run a command in cmd where it goes and get that package !!Can I make a package for me? Let’s start with very basic Create a composer.json file and paste this code modify according to your package name You can also run composer init…