├── README.md ├── composer.json └── src ├── CorsMiddleware.php ├── CorsServiceProvider.php └── config.php /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/resultsystems/laravel-cors/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/resultsystems/laravel-cors/HEAD/composer.json -------------------------------------------------------------------------------- /src/CorsMiddleware.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/resultsystems/laravel-cors/HEAD/src/CorsMiddleware.php -------------------------------------------------------------------------------- /src/CorsServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/resultsystems/laravel-cors/HEAD/src/CorsServiceProvider.php -------------------------------------------------------------------------------- /src/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/resultsystems/laravel-cors/HEAD/src/config.php --------------------------------------------------------------------------------