Skip to content

Commit a05994d

Browse files
committed
Update README.md
1 parent 6f839fa commit a05994d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ php artisan key:generate
6161
5. Run database migrations:
6262

6363
```
64-
php artisan migrate:fresh
64+
php artisan migrate:fresh --seed
6565
```
6666

6767
6. Install the dependencies for the ReactJS project:

frontend/src/components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function Footer() {
88
By
99
<a href="https://github.com/fhmiibrhimdev"> Fahmi Ibrahim</a>
1010
</div>
11-
<div className="footer-right">0.1.0</div>
11+
<div className="footer-right">0.1.4</div>
1212
</footer>
1313
);
1414
}

0 commit comments

Comments
 (0)