We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f839fa commit a05994dCopy full SHA for a05994d
README.md
@@ -61,7 +61,7 @@ php artisan key:generate
61
5. Run database migrations:
62
63
```
64
-php artisan migrate:fresh
+php artisan migrate:fresh --seed
65
66
67
6. Install the dependencies for the ReactJS project:
frontend/src/components/Footer.jsx
@@ -8,7 +8,7 @@ export default function Footer() {
8
By
9
<a href="https://github.com/fhmiibrhimdev"> Fahmi Ibrahim</a>
10
</div>
11
- <div className="footer-right">0.1.0</div>
+ <div className="footer-right">0.1.4</div>
12
</footer>
13
);
14
}
0 commit comments