Add docker-entrypoint.sh for API documentation generation
- Introduced a new script to automate the generation of API documentation using the `php artisan scribe:generate` command. - This addition streamlines the process of keeping API documentation up-to-date, enhancing developer experience and project maintainability.
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
# API dokümantasyonunu güncelle
|
||||||
|
php artisan scribe:generate
|
||||||
|
echo "API dokümantasyonu güncellendi"
|
||||||
Reference in New Issue
Block a user