1. (optional) Remove remote package
1composer remove author/package
2. Add local repository
Add the symlink
option if your filesystem supports symlinks.
The url
value can be the absolute or relative path to the package
1{ 2 "repositories": [ 3 { 4 "type": "path", 5 "url": "/Users/author/Code/folder", 6 "options": { 7 "symlink": true 8 } 9 } 10 ] 11}
3. Require the package again
Be sure, to add the @dev
version
1composer require author/package @dev
Read more...
No, you can't use your $6,299.00 Camera as a Webcam. That will be $5
$30 billion company want's you to pay $5 for using your own camera as a webcam
17 Jan 2025
|
4 min read
Fix Laravel Job Queue not processing with MaxAttemptsExceededException
Fix issues with the Laravel Job Queue not processing jobs due to max attempts exceeding.
12 Jan 2025
|
2 min read