https://github.com/botble/api
API support for Botble CMS using Sanctum
https://github.com/botble/api
Last synced: 4 months 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 (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-07-05T10:17:26.000Z (12 months ago)
- Last Synced: 2025-07-05T11:28:11.731Z (12 months ago)
- Language: PHP
- Size: 141 KB
- Stars: 2
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
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 contact@botble.com 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.