maginium / template
Batteries included ready to use empty maginium starter project template.
Installs: 50
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:JavaScript
Type:project
Requires
- magento/composer-dependency-version-audit-plugin: ~0.1
- magento/composer-root-update-plugin: ^2.0.4
- magento/product-community-edition: 2.4.8-beta1
- maginium/module-composer-patch: ^1.0
Requires (Dev)
- allure-framework/allure-phpunit: ^3
- dealerdirect/phpcodesniffer-composer-installer: ^0.7 || ^1.0
- dg/bypass-finals: ^1.4
- friendsofphp/php-cs-fixer: ^3.22
- lusitanian/oauth: ^0.8
- magento/magento-coding-standard: *
- magento/magento2-functional-testing-framework: ^4.8
- pdepend/pdepend: ^2.10
- phpmd/phpmd: ^2.12
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^10.5
- symfony/finder: ^6.4
Conflicts
- gene/bluefoot: *
README
โจ Welcome to the Maginium Starter Project Template! This ready-to-use template provides a simple and clean project structure, packed with features to supercharge your development and debugging experience.
๐ ๏ธ Installation
Set up your project in no time with Composer:
composer create-project maginium/template {project_name} --stability=dev
โ ๏ธ Heads-Up! If youโre using the VS Code editor CLI, remember to restart it after installation. Hit F1 (Command + P, or fn + F1) and choose Reload Window. This ensures proper indexing and plugin activation! ๐ก
๐ Sync with Template Repo
Keep your project up-to-date with the latest template changes by running this command:
git remote add template https://github.com/maginium/template git fetch --all git merge template/main --allow-unrelated-histories
๐ Documentation
Find all the details you need in the official documentation.
Happy Coding! ๐