Skip to content

Commit 2d53ba7

Browse files
authored
feat: storage configuration in README.md
1 parent 5c1654b commit 2d53ba7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ To run Laracoffee locally, follow these steps:
5959
```bash
6060
php artisan key:generate
6161
```
62+
63+
6. Create a symbolic link for the storage directory
64+
```bash
65+
php artisan storage:link
66+
```
67+
8. Set the filesystem disk to public in the .env file
68+
```bash
69+
FILESYSTEM_DISK=public
70+
```
6271
6. Migrate the database
6372
```bash
6473
php artisan migrate
@@ -143,4 +152,4 @@ This project is licensed under the [MIT License](https://github.com/snykk/Laraco
143152
!["Submit a Review"](/storage/assets/User/submit_review.PNG)
144153
145154
## In Summary
146-
Feel free to explore the application and give it a try yourself. If you have any questions or encounter any issues, please don't hesitate to reach out. Your feedback is greatly appreciated. Happy exploring!!!
155+
Feel free to explore the application and give it a try yourself. If you have any questions or encounter any issues, please don't hesitate to reach out. Your feedback is greatly appreciated. Happy exploring!!!

0 commit comments

Comments
 (0)