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 6dabe3d commit de3f9a3Copy full SHA for de3f9a3
CONTRIBUTING.md
@@ -37,7 +37,10 @@ php artisan db:seed --class="ButtonSeeder"
37
5. Move the folder into a local web server (make sure you double-check the [requirements](https://linkstack.org/docs/d/installation-requirements/)).
38
6. Now edit any files you want to change.
39
7. Commit your changes to your forked repository.
40
-2. Issue that pull request!
+8. Issue that pull request!
41
+
42
+### Credentials for your development environment
43
+The default seeded user is `[email protected]` with password `12345678` as set in [AdminSeeder.php](database/seeders/AdminSeeder.php)
44
45
## Any contributions you make will be under the GPL-3.0 Software License
46
0 commit comments