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

feat: ✨ Add deployment recipe for CodeIgniter 4 #3878

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

krishna-gujjjar
Copy link
Contributor

  • Introduce recipe/codeigniter4.php with default configurations and tasks.
  • Define shared directories and files, writable directories, and log files.
  • Implement spark function to run CodeIgniter 4 commands with various options.
  • Add tasks for cache, config, environment, filters, language, namespaces, php.ini, routes, encryption key generation, optimization, publishing, database operations, and housekeeping.
  • Include a main deploy task that prepares, installs vendors, optimizes, migrates, and publishes the project.

Inspire from laravel recipe.

- Introduce `recipe/codeigniter4.php` with default configurations and tasks.
- Define shared directories and files, writable directories, and log files.
- Implement `spark` function to run CodeIgniter 4 commands with various options.
- Add tasks for cache, config, environment, filters, language, namespaces, php.ini, routes, encryption key generation, optimization, publishing, database operations, and housekeeping.
- Include a main deploy task that prepares, installs vendors, optimizes, migrates, and publishes the project.

Inspire from laravel recipe.
Closes #3877
@antonmedv antonmedv merged commit b3b916a into deployphp:master Aug 23, 2024
7 of 9 checks passed
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 this pull request may close these issues.

Incompatible CodeIgniter Recipe for CodeIgniter4
2 participants