Skip to content

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
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