Written by
Glenn Coppens
on
[ 0 mins ]
on
[ 0 mins ]
Howto develop a php composer package for Laravel
đź’ˇWondering how to start developing a PHP package which can be installed through composer? Here’s how you can start developing your own package:
"repositories": {
"package/to-be-installed": {
"type": "path",
"url": "packages/symlink-to-repo-holding-your-package",
"options": {
"symlink": true,
}
}
}