Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/botble/api
API support for Botble CMS using Sanctum
https://github.com/botble/api
Last synced: about 1 month ago
JSON representation
API support for Botble CMS using Sanctum
- Host: GitHub
- URL: https://github.com/botble/api
- Owner: botble
- License: mit
- Created: 2023-08-21T01:36:54.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-10-06T09:26:04.000Z (3 months ago)
- Last Synced: 2024-11-16T23:19:26.434Z (2 months ago)
- Language: PHP
- Size: 61.5 KB
- Stars: 2
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# API for Botble CMS
## Installation
You can install the package via composer:
```shell
composer require botble/api
```## Documentation
https://docs.botble.com/cms
Laravel Sanctum official docs: https://laravel.com/docs/sanctum
# Available API
- See the list in `http://your-domain.com/docs/index.html`
# Generate API docs
```shell
php artisan scribe:generate
```### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Botble Technologies](https://github.com/botble)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.