docs: add PHP 7.4 requirement to README
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -87,5 +87,9 @@ This repository uses Drone CI for automated testing and deployment:
|
|||||||
Database migrations run automatically during deployment:
|
Database migrations run automatically during deployment:
|
||||||
- **Staging**: `php artisan migrate --force`
|
- **Staging**: `php artisan migrate --force`
|
||||||
- **Production**: `php artisan migrate --force` + `php artisan queue:restart`
|
- **Production**: `php artisan migrate --force` + `php artisan queue:restart`
|
||||||
# Drone CI Test - di 2 dec 2025 22:17:12 CET
|
|
||||||
|
### Requirements
|
||||||
|
- **PHP Version**: 7.4 (Laravel 7.x compatibility)
|
||||||
|
- **Database**: MySQL 5.7+
|
||||||
|
- **Redis**: For caching and queues
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user