https://github.com/elfsundae/laravel-api
https://github.com/elfsundae/laravel-api
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elfsundae/laravel-api
- Owner: ElfSundae
- License: mit
- Created: 2017-06-11T20:54:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T21:41:28.000Z (over 4 years ago)
- Last Synced: 2025-03-22T08:02:45.467Z (over 1 year ago)
- Language: PHP
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Api
[](https://packagist.org/packages/elfsundae/laravel-api)
[](LICENSE.md)
[](https://github.com/ElfSundae/laravel-api/actions/workflows/tests.yml)
[](https://styleci.io/repos/94031282)
[](https://insight.symfony.com/projects/f4fedeca-30f1-4b19-8b4f-6e8b8782593f)
[](https://scrutinizer-ci.com/g/ElfSundae/laravel-api)
[](https://scrutinizer-ci.com/g/ElfSundae/laravel-api/?branch=master)
[](https://packagist.org/packages/elfsundae/laravel-api)
## Installation
You can install this package via the [Composer](https://getcomposer.org) manager:
```sh
$ composer require elfsundae/laravel-api
```
Then register the service provider by adding the following to the `providers` array in `config/app.php`:
```php
ElfSundae\Laravel\Api\ApiServiceProvider::class,
```
And publish the config file:
```sh
$ php artisan vendor:publish --tag=laravel-api
```
## Testing
```sh
$ composer test
```
## License
This package is open-sourced software licensed under the [MIT License](LICENSE.md).