PHPackages                             julesgraus/cross-origin-helpers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. julesgraus/cross-origin-helpers

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

julesgraus/cross-origin-helpers
===============================

Enables some methods like the dd method from Laravel to work cross origin. just add a c before the function call.

1.0.1(4y ago)013MITPHP

Since Aug 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/julesgraus/cross-origin-helpers)[ Packagist](https://packagist.org/packages/julesgraus/cross-origin-helpers)[ RSS](/packages/julesgraus-cross-origin-helpers/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (7)Used By (0)

cross-origin-helpers
====================

[](#cross-origin-helpers)

Enables some methods like the dd method from Laravel to work cross origin. just add a c before the function call. Compatible with laravel 7.24 and up.

Installation
------------

[](#installation)

### With Composer

[](#with-composer)

```
$ composer require julesgraus/cross-origin-helpers

```

```
{
    "require": {
        "julesgraus/cross-origin-helpers": "^0.1"
    }
}
```

```
