File tree Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Expand file tree Collapse file tree 2 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 1+ # CONTRIBUTING
2+
3+ Contributions are welcome, and are accepted via pull requests.
4+ Please review these guidelines before submitting any pull requests.
5+
6+ ## Process
7+
8+ 1 . Fork the project
9+ 2 . Create a new branch
10+ 3 . Code, test, commit and push
11+ 4 . Open a pull request detailing your changes. Make sure to follow the [ template] ( .github/PULL_REQUEST_TEMPLATE.md )
12+
13+ ## Guidelines
14+
15+ * Please follow the [ PSR-12 Coding Style Guide] ( https://www.php-fig.org/psr/psr-12/ ) .
16+ * Send a coherent commit history, making sure each individual commit in your pull request is meaningful.
17+ * Please follow the [ Conventional Commits specification] ( https://www.conventionalcommits.org/en/v1.0.0/ ) .
18+ * You may need to [ rebase] ( https://git-scm.com/book/en/v2/Git-Branching-Rebasing ) to avoid merge conflicts.
19+ * Please remember that we follow [ SemVer] ( http://semver.org/ ) .
Original file line number Diff line number Diff line change 1- # laravel-project- initializator
1+ # Laravel Project initializator
22
33## Installation
44
77```
88
99## Usage
10- 1 . run ` php artisan init {application name} ` - generate the Readme.md file and install required packages.
10+
11+ To begin the initialization process, run ` php artisan init {application name} ` .
12+ This will prompt you with questions regarding the project and the necessary packages for the initial setup.
13+ Upon completion:
14+ - A new README.md file will be created
15+ - ` .env ` files will be configured
16+ - Necessary packages will be installed
17+ - This package will be automatically removed
18+
19+ ## Contributing
20+
21+ Thank you for considering contributing to Laravel Project initializator package! The contribution guide
22+ can be found in the [ Contributing guide] ( CONTRIBUTING.md ) .
1123
1224## License
25+
1326Laravel Project Initializator package is open-sourced software licensed under the [ MIT license] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments