Laravel Status Codes
A simple Enum to return correct status codes for http responses.
Installation
Using composer:
composer require amirhf/laravel-status-code
You are then free to use it as needed within your projects.
Testing
./vendor/bin/phpunit
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.