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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,14 @@ The following tools are required in order to start the installation.
34
34
35
35
You can now visit the app in your browser by visiting [http://127.0.0.1:8000](http://127.0.0.1:8000).
36
36
37
+
## Commands
38
+
39
+
Command | Description
40
+
--- | ---
41
+
**`php artisan test`** | Run the tests
42
+
`php artisan migrate:fresh --seed` | Reset the database
43
+
`npm run watch` | Watch for changes in CSS and JS files
44
+
37
45
## Maintainers
38
46
39
47
The Laravel.io pastebin is currently maintained by [Dries Vints](https://github.com/driesvints) and [Joe Dixon](https://github.com/joedixon). If you have any questions please don't hesitate to create an issue on this repo.
0 commit comments