multividas/multividas-cors

Multividas CORS middleware is a package designed to handle Cross-Origin Resource Sharing (CORS).

v1.0.0 2024-05-25 06:27 UTC

This package is not auto-updated.

Last update: 2024-09-16 14:31:14 UTC


README

Multividas CORS Middleware

Tests Total Downloads License

Multividas CORS middleware is a package designed to handle Cross-Origin Resource Sharing (CORS).

Installation

Require this package with composer.

composer require multividas/multividas-cors

Service Provider

To utilize the CORS middleware, add the AllowCrossOriginServiceProvider to the providers array in config/app.php:

\Multividas\AllowCrossOrigin\Providers\AllowCrossOriginServiceProvider::class

Configuration

To configure Multividas CORS middleware, copy the package configuration to your local configuration using the publish command:

php artisan vendor:publish --tag=multividas-cors-config

🤝 Contributing

Please read the contributing guide.

🛡️ Security Issues

If you discover a security vulnerability within Multividas, we would appreciate your help in disclosing it to us responsibly, please check out our security issues guidelines.

🛡️ License

Licensed under the MIT license.

Email: multividasdotcom@gmail.com