Skip to content

Commit f1ac661

Browse files
authored
Merge pull request #18 from RonasIT/12_change_readme
feat: change readme
2 parents 074be36 + 5d4cb39 commit f1ac661

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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/).

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# laravel-project-initializator
1+
# Laravel Project initializator
22

33
## Installation
44

@@ -7,7 +7,20 @@
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+
1326
Laravel Project Initializator package is open-sourced software licensed under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)