We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1832b commit 1e2d4d5Copy full SHA for 1e2d4d5
README.md
@@ -6,6 +6,6 @@ There is no authentication nor access restriction in there — it's just meant
6
7
For things to work properly, you'll need to:
8
9
-- **Seed the data**: Run the Database seeder with `php artisan migrate:fresh --seed`. You should see 6 puppies in your database.
+- **Seed the data**: Run the Database seeder with `php artisan migrate:fresh --seed`. You should see 9 puppies in your database.
10
- **Create a symbolic link from source directory**: Run `php artisan storage:link` to make stored images accessible publicly.
11
- **Run the Laravel app locally** and make sure the React app uses the correct API URL when trying to hit it.
0 commit comments