ronasit / laravel-project-initializator
Provided tools for project initialization.
0.1.1
2025-01-23 05:09 UTC
Requires
- php: >=8.3
- ext-json: *
- laravel/framework: ^11.30
- php-mock/php-mock-phpunit: ^2.10
- ronasit/laravel-helpers: ^3.0.0-beta
Requires (Dev)
- brainmaestro/composer-git-hooks: ^3.0
- fakerphp/faker: ^1.23.1
- friendsofphp/php-cs-fixer: ^3.62
- mockery/mockery: ^1.6.12
- orchestra/testbench: ^9.3
- php-coveralls/php-coveralls: ^2.7
- phpunit/phpunit: ^10.5.30
- dev-main
- 0.1.1
- 0.1
- 0.0.2-beta
- 0.0.1-beta
- dev-12_change_readme
- dev-11_fix_init_command
- dev-12_add_open_source_info
- dev-add-laravel-telescope-installation
- dev-3_implement-auto-removing-package-after-init-command-completion
- dev-add-new-init-command-step
- dev-remove_package_in_console_command
- dev-move_init_commant_from_empty_project
This package is auto-updated.
Last update: 2025-01-27 11:16:50 UTC
README
Installation
composer require ronasit/laravel-project-initializator --dev
Usage
To begin the initialization process, run php artisan init {application name}
.
This will prompt you with questions regarding the project and the necessary packages for the initial setup.
Upon completion:
- A new README.md file will be created
.env
files will be configured- Necessary packages will be installed
- This package will be automatically removed
Contributing
Thank you for considering contributing to Laravel Project initializator package! The contribution guide can be found in the Contributing guide.
License
Laravel Project Initializator package is open-sourced software licensed under the MIT license.