Update README.md
Update SPONSORS.md
Update SPONSORS.md
Update LICENSE
Add docs
Update ISSUE_TEMPLATE.md
Delete ISSUE_TEMPLATE.md
Update PULL_REQUEST_TEMPLATE.md
[HOTFIX] - magento2 recipe - Properly handle 'generated' and not 'generation' directory for >= 2.2.x Magento versions (#1879)
Update symfony4.php (#1881)
On SF 4.2+, the .env file is versionned, only the .env.local is not versionned anymore
Update CHANGELOG.md (#1882)
Fix crashes on including autoloader in recipe file (#1833)
Fix crashes on including autoloader in recipe file
Update CHANGELOG.md
Grammatical and Spelling Changes (#1888)
Update Laravel View Cache commands (#1889)
artisan:view:clear
commandartisan:view:cache
command to remove the call to clear the cache, as this is already completed by the Laravel FrameworkUpdated changelog with laravel view cache changes
Update CHANGELOG.md
Update newline spacing to fix scrutinizer failure
Release 6.4.6
Add check_remote_head option to avoid unnecessary new releases by che… (#1759)
Add check_remote_head option to avoid unnecessary new releases by checking the remote git HEAD without cloning the repo.
Add check_remote_head into the CHANGELOG
Add the pull request link to CHANGELOG
Update CHANGELOG.md
Removed extra spaces: https://github.com/deployphp/deployer/pull/1759
Fix changelog. Improve check_remote_head
Use GrasefulSutdown exception instead of exit(0).
Change bash if statement in check_remote_head.
Remove redundant code.
Replace if statement with test.
Add tasks to cache a manifest of event listeners (#1893)
Laravel supports automatic discovery of events and listeners since version 5.8.9. (https://laravel.com/docs/5.8/events#event-discovery) As the documentation states, you want to cache the manifest of event listeners in a production environment to prevent scanning the directories on every request.
The new tasks are not added to the deploy task because automatic event discovery is opt-in functionality in Laravel.
Update CHANGELOG.md
Update CHANGELOG.md
Handle asterisk wildcard in shared files (#1895)
Re-add phpunit 9.0 support
@rasmuscnielsen would you mind taking a look at this PR and merging/tagging if acceptable?
Fix strict variables, add images to app.js
Thanks!
Laravel 10.x Compatibility (#79)
Bump dependencies for Laravel 10
Update GitHub Actions for Laravel 10
chore(release): 1.6.0
Merge branch 'master' of https://github.com/nikaia/translation-sheet
Validate mail configuration
Move to weekly dependabot schedule, auto merge dependabot PR
Add docs template
Merge branch 'main' of github.com:enflow/terraform-provider-redirectpizza into main
Running into this as well. Are there any known workarounds/possible fixes for this?
@danielebarbaro thanks for the merge! Would you mind tagging a new release with this support?
Fork https://github.com/blendbyte/nova-attach-many seems to have Laravel 10 support
Would be fixed with https://github.com/dillingham/nova-attach-many/pull/113
This PR allows this package to be installed under Laravel 10.
The new release is tagged under v2
with Laravel 10 compatibility: https://github.com/berkayk/laravel-onesignal/issues/178
@vmitchell85 thanks; no rush! Have a great vacation 🍹
Add suport for berkayk/onesignal-laravel 2.0
@vmitchell85 would you mind taking a look at this PR? Happy to make any changes! 💪
@jeroendesloovere thanks for the quick merge! Would you mind tagging a new release?
Defines the lat/lng in the docblocks as float
. Using decimal returns the following when running phpstan
:
29 Parameter #1 $latitude1 of static method JeroenDesloovere\Distance\Distance::between() expects JeroenDesloovere\Distance\decimal, float given.
30 Parameter #2 $longitude1 of static method JeroenDesloovere\Distance\Distance::between() expects JeroenDesloovere\Distance\decimal, float given.
31 Parameter #3 $latitude2 of static method JeroenDesloovere\Distance\Distance::between() expects JeroenDesloovere\Distance\decimal, float given.
32 Parameter #4 $longitude2 of static method JeroenDesloovere\Distance\Distance::between() expects JeroenDesloovere\Distance\decimal, float given.