Skip to content

Commit f93ac98

Browse files
docs(readme): add workflow and seeder explanation
1 parent 02287ce commit f93ac98

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<h1><b>Plog</b></h1>
3-
<h3>A blog app made with Laravel and react. 🔥 </h3>
3+
<h3>A blog app made with Laravel and React. 🔥 </h3>
44

55
![GitHub Repo stars](https://img.shields.io/github/stars/momcilovicluka/plog?style=for-the-badge&color=ff0050)
66
![GitHub last commit](https://img.shields.io/github/last-commit/momcilovicluka/plog?style=for-the-badge&color=ff0050)
@@ -80,6 +80,11 @@ Run seeders to populate the tables with mock data:
8080
```bash
8181
php artisan db:seed
8282
```
83+
⚠ Password for every user is: `password`
84+
85+
All users are randomly generated except following 2 which are always created:
86+
- guest@gmail.com
87+
- admin@example.com
8388

8489
### 7. Test the application! 🧪
8590
Before running the tests, make sure to createa a db file dedicated to testing.
@@ -117,6 +122,13 @@ docker compose up
117122
```
118123

119124
---
125+
👷‍♂️Currently, there are 2 active Workflows / GitHub Actions:
126+
- Laravel Test & Format
127+
- This workflow pulls the repository, sets up the environment, compiles the code, and executes the tests.
128+
- If all tests are successful, Pint will run to fix the code style and create a commit.
129+
- Lint Code Base
130+
- If the previous workflow completes successfully, the super linter will run to ensure everything adheres to the established standards.
131+
---
120132

121133
<p align="center"><a href="https://laravel.com" target="_blank"><img src="https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg" width="400" alt="Laravel Logo"></a></p>
122134

0 commit comments

Comments
 (0)