mbardelmeijer
Repos
92
Followers
21
Following
10

An SDK written in PHP to work with redirect.pizza

15
0

Add Livewire components in your Twig templates

17
2

Documentation how to setup WSL2 for PHP development

60
15

Modify docx templates and convert them to PDF

6
0

CMSMS notifications channel for Laravel

8
7

Using SVGs with easy

5
1

Events

started
Created at 2 days ago

Remove phar update

Created at 2 days ago

Fix composer file

Created at 2 days ago

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)

  • Update artisan cache commands
  • Re-add artisan:view:clear command
  • Modify the existing artisan:view:cache command to remove the call to clear the cache, as this is already completed by the Laravel Framework
  • Updated 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)

  • Add tasks to cache a manifest of event listeners

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

Update CHANGELOG.md

Handle asterisk wildcard in shared files (#1895)

Created at 2 days ago

Re-add phpunit 9.0 support

Created at 2 days ago
pull request opened
Add support for Laravel 10
Created at 2 days ago
mbardelmeijer create branch laravel10
Created at 2 days ago
Laravel 10.x Compatibility

@rasmuscnielsen would you mind taking a look at this PR and merging/tagging if acceptable?

Created at 2 days ago

Fix strict variables, add images to app.js

Created at 5 days ago
issue comment
Add ability to open links in a new tab

Thanks!

Created at 5 days ago

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

Created at 5 days ago

Validate mail configuration

Created at 1 week ago
Created at 1 week ago
mbardelmeijer create tag v0.1.1
Created at 1 week ago

Move to weekly dependabot schedule, auto merge dependabot PR

Add docs template

Merge branch 'main' of github.com:enflow/terraform-provider-redirectpizza into main

Created at 1 week ago
Not working with ebess/advanced-nova-media-library

Running into this as well. Are there any known workarounds/possible fixes for this?

Created at 2 weeks ago
Laravel 10.x Compatibility

@danielebarbaro thanks for the merge! Would you mind tagging a new release with this support?

Created at 2 weeks ago
Laravel 10 support

Fork https://github.com/blendbyte/nova-attach-many seems to have Laravel 10 support

Created at 2 weeks ago
Laravel 10 support

Would be fixed with https://github.com/dillingham/nova-attach-many/pull/113

Created at 2 weeks ago
Add suport for berkayk/onesignal-laravel 2.0

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

Created at 2 weeks ago
issue comment
Add ability to open links in a new tab

@vmitchell85 thanks; no rush! Have a great vacation 🍹

Created at 2 weeks ago

Add suport for berkayk/onesignal-laravel 2.0

Created at 2 weeks ago
issue comment
Add ability to open links in a new tab

@vmitchell85 would you mind taking a look at this PR? Happy to make any changes! 💪

Created at 2 weeks ago
Created at 2 weeks ago
Fix docblock for static analysis

@jeroendesloovere thanks for the quick merge! Would you mind tagging a new release?

Created at 2 weeks ago
pull request opened
Fix docblock for static analysis

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.
Created at 3 weeks ago