You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current CodeIgniter recipe is not compatible with CodeIgniter 4 due to the introduction of the spark command feature, dotenv support and changes in the writable directory location.
Key Issues:
Lack of Spark Support: The recipe does not support the spark command, which provides essential features like optimization, migration, and seeding in CodeIgniter 4.
Writable Directory Mismatch: The writable directory location has changed in CodeIgniter 4, potentially causing issues with file operations and permissions.
Required Changes:
Spark Integration: The recipe should be updated to integrate with the spark command and utilize its features.
Writable Directory Adjustment: The recipe should be modified to reference the correct writable directory location in CodeIgniter 4.
Info
Deployer version: 7.4.0
Deployment OS: ubuntu 24.04 LTS
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
The current CodeIgniter recipe is not compatible with CodeIgniter 4 due to the introduction of the
spark
command feature,dotenv
support and changes in the writable directory location.Key Issues:
Required Changes:
Info
Upvote & Fund
The text was updated successfully, but these errors were encountered: