Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible CodeIgniter Recipe for CodeIgniter4 #3877

Closed
krishna-gujjjar opened this issue Aug 23, 2024 · 1 comment · Fixed by #3878
Closed

Incompatible CodeIgniter Recipe for CodeIgniter4 #3877

krishna-gujjjar opened this issue Aug 23, 2024 · 1 comment · Fixed by #3878
Assignees

Comments

@krishna-gujjjar
Copy link
Contributor

krishna-gujjjar commented Aug 23, 2024

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.
Fund with Polar
@krishna-gujjjar
Copy link
Contributor Author

I am creating a new Codeigniter4 recipe that support all codeigniter 4 new features.
@antonmedv Please assign this to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant