PackageTrack
Sign in Get early access

ryangjchandler/blade-capture-directive

Create inline partials in your Blade templates with ease.

v1.1.1 34M downloads/mo #380 most downloaded on Packagist ryangjchandler/blade-capture-directive

What this package is like to depend on

Last release 5 months ago

19 Mar 2026

Ships fairly regularly

a new release about every 9 months

Nearly every release is documented

notes for 8 of 8 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

8 releases · first in 2022

1 release in the last 12 months

see the full history below

Release timeline

8 releases · Mar 2022 to Mar 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 8
  1. v1.1.1 19 Mar 2026
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.1.0...v1.1.1

    Open source →
    Release notes

    What's Changed

    • docs: correct outdated Shields.io badge URLs by @AamirSohailKmAs in https://github.com/ryangjchandler/blade-capture-directive/pull/27
    • Add support for Laravel 13 by @ryangjchandler in https://github.com/ryangjchandler/blade-capture-directive/pull/33

    New Contributors

    • @AamirSohailKmAs made their first contribution in https://github.com/ryangjchandler/blade-capture-directive/pull/27

    Full Changelog: https://github.com/ryangjchandler/blade-capture-directive/compare/v1.1.0...v1.1.1

    Open source →
  2. v1.1.0 25 Feb 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v1.0.0...v1.1.0

    Open source →
    Release notes

    What's Changed

    • Laravel 12.x Compatibility by @laravel-shift in https://github.com/ryangjchandler/blade-capture-directive/pull/23

    New Contributors

    • @laravel-shift made their first contribution in https://github.com/ryangjchandler/blade-capture-directive/pull/23

    Full Changelog: https://github.com/ryangjchandler/blade-capture-directive/compare/v1.0.0...v1.1.0

    Open source →
  3. v1.0.0 26 Feb 2024
    Release notes

    What's Changed

    • Laravel 11 support, drop Laravel 9 and PHP 8.0 support by @danharrin in #19
    • chore(deps): bump dependabot/fetch-metadata from 1.3.6 to 1.5.0 by @dependabot in #14
    • chore(deps): bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 by @dependabot in #15
    • chore(deps): bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #16
    • chore(deps): bump ramsey/composer-install from 1 to 2 by @dependabot in #10
    • chore(deps): bump actions/checkout from 2 to 4 by @dependabot in #17
    • chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #18

    Full Changelog: v0.3.0...v1.0.0

    Open source →
    Release notes

    What's Changed

    • Laravel 11 support, drop Laravel 9 and PHP 8.0 support by @danharrin in https://github.com/ryangjchandler/blade-capture-directive/pull/19
    • chore(deps): bump dependabot/fetch-metadata from 1.3.6 to 1.5.0 by @dependabot in https://github.com/ryangjchandler/blade-capture-directive/pull/14
    • chore(deps): bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 by @dependabot in https://github.com/ryangjchandler/blade-capture-directive/pull/15
    • chore(deps): bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in https://github.com/ryangjchandler/blade-capture-directive/pull/16
    • chore(deps): bump ramsey/composer-install from 1 to 2 by @dependabot in https://github.com/ryangjchandler/blade-capture-directive/pull/10
    • chore(deps): bump actions/checkout from 2 to 4 by @dependabot in https://github.com/ryangjchandler/blade-capture-directive/pull/17
    • chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in https://github.com/ryangjchandler/blade-capture-directive/pull/18

    Full Changelog: https://github.com/ryangjchandler/blade-capture-directive/compare/v0.3.0...v1.0.0

    Open source →
  4. v0.3.0 14 Feb 2023
    Release notes

    What's Changed

    • Add Laravel 10 support by @jyrkidn in #12
    • Remove support for Laravel 8

    New Contributors

    Full Changelog: v0.2.2...v0.3.0

    Open source →
    Release notes

    What's Changed

    • Add Laravel 10 support by @jyrkidn in https://github.com/ryangjchandler/blade-capture-directive/pull/12
    • Remove support for Laravel 8

    New Contributors

    • @jyrkidn made their first contribution in https://github.com/ryangjchandler/blade-capture-directive/pull/12

    Full Changelog: https://github.com/ryangjchandler/blade-capture-directive/compare/v0.2.2...v0.3.0

    Open source →
  5. v0.2.2 02 Sep 2022
    Release notes

    Full Changelog: v0.2.1...v0.2.2

    Open source →
    Release notes

    Full Changelog: https://github.com/ryangjchandler/blade-capture-directive/compare/v0.2.1...v0.2.2

    Open source →
  6. v0.2.1 23 Aug 2022
    Release notes

    What's Changed

    • chore(deps): bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in #3
    • chore(deps): bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #4
    • fix: maintain $this binding of captured closure by @ryangjchandler in #5

    New Contributors

    Full Changelog: v0.2.0...v0.2.1

    Open source →
    Release notes

    What's Changed

    • chore(deps): bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in https://github.com/ryangjchandler/blade-capture-directive/pull/3
    • chore(deps): bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in https://github.com/ryangjchandler/blade-capture-directive/pull/4
    • fix: maintain $this binding of captured closure by @ryangjchandler in https://github.com/ryangjchandler/blade-capture-directive/pull/5

    New Contributors

    • @dependabot made their first contribution in https://github.com/ryangjchandler/blade-capture-directive/pull/3

    Full Changelog: https://github.com/ryangjchandler/blade-capture-directive/compare/v0.2.0...v0.2.1

    Open source →
  7. v0.2.0 11 Mar 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: v0.1.0...v0.1.1

    Open source →
  8. v0.1.0 10 Mar 2022
    Release notes Open source →
    Release notes

    Full Changelog: https://github.com/ryangjchandler/blade-capture-directive/commits/v0.1.0

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive