You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-83Lines changed: 28 additions & 83 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
7
7
[![Product Name Screen Shot][product-screenshot]](https://reporter73.000webhostapp.com/)
8
8
9
+
<br>
9
10
Welcome to Reporter, a new article writing website dedicated to providing high-quality content for businesses and individuals.
10
11
11
12
In addition to our writing services, we also offer editing and proofreading services to ensure that your content is error-free and meets the highest standards of quality.
@@ -30,113 +31,57 @@ This section should list any major frameworks/libraries used to bootstrap your p
30
31
31
32
## Getting Started
32
33
33
-
This is an example of how you may give instructions on setting up your project locally.
34
-
To get a local copy up and running follow these simple example steps.
34
+
Clone the repository and run the following commands to get started.
This is an example of how to list things you need to use the software and how to install them.
39
-
40
-
- npm
41
-
```sh
42
-
npm install npm@latest -g
43
-
```
40
+
I hope that you already have PHP, Laravel, Node, Composer and MySQL installed on your computer. If not, please install them first.
41
+
</br>
42
+
</br>
44
43
45
44
### Installation
46
45
47
-
_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._
48
-
49
-
1. Get a free API Key at [https://example.com](https://example.com)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
64
-
65
-
<!-- USAGE EXAMPLES -->
66
-
67
-
## Usage
68
-
69
-
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
70
-
71
-
_For more examples, please refer to the [Documentation](https://example.com)_
72
-
73
-
<p align="right">(<a href="#readme-top">back to top</a>)</p>
74
-
75
-
<!-- ROADMAP -->
76
-
77
-
## Roadmap
46
+
_Now you have to setup your .env file with necessary informations. If you are good at laravel development then its very easy to you._
78
47
79
-
- [x] Add Changelog
80
-
- [x] Add back to top links
81
-
- [ ] Add Additional Templates w/ Examples
82
-
- [ ] Add "components" document to easily copy & paste sections of the readme
83
-
- [ ] Multi-language Support
84
-
- [ ] Chinese
85
-
- [ ] Spanish
48
+
1. Generate new key for the project
86
49
87
-
See the [open issues](https://github.com/othneildrew/Best-README-Template/issues) for a full list of proposed features (and known issues).
50
+
```sh
51
+
php artisan key:generate
52
+
```
88
53
89
-
<p align="right">(<a href="#readme-top">back to top</a>)</p>
90
-
91
-
<!-- CONTRIBUTING -->
54
+
2. Update the composer
92
55
93
-
## Contributing
56
+
```sh
57
+
composer update
58
+
```
94
59
95
-
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
60
+
3. Migrate the database
96
61
97
-
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
98
-
Don't forget to give the project a star! Thanks again!
62
+
```sh
63
+
php artisan migrate:fresh
64
+
```
99
65
100
-
1. Fork the Project
101
-
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
102
-
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
103
-
4. Push to the Branch (`git push origin feature/AmazingFeature`)
104
-
5. Open a Pull Request
66
+
4. Run application locally
105
67
106
-
<p align="right">(<a href="#readme-top">back to top</a>)</p>
68
+
```sh
69
+
php artisan serve
70
+
```
107
71
108
72
<!-- LICENSE -->
109
73
110
74
## License
111
75
112
-
Distributed under the MIT License. See `LICENSE.txt`for more information.
113
-
114
-
<p align="right">(<a href="#readme-top">back to top</a>)</p>
76
+
Distributed under the MIT License. See `LICENSE` for more information.
115
77
116
78
<!-- CONTACT -->
117
79
118
80
## Contact
119
81
120
-
Your Name - [@your_twitter](https://twitter.com/your_username) - email@example.com
0 commit comments