-
Clone the repositoy
git clone [email protected]:robsontenorio/mary.git
into some folder inside your app. -
Change
composer.json
from your app
"minimum-stability": "dev", // <- change to "dev"
"repositories": {
"robsontenorio/mary": {
"type": "path",
"url": "/path/to/mary", // <- change the path
"options": {
"symlink": true
}
}
}
- Require the package again for local symlink.
composer require robsontenorio/mary
- Start dev
yarn dev