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
+10-1
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,15 @@ To run Laracoffee locally, follow these steps:
59
59
```bash
60
60
php artisan key:generate
61
61
```
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
+
```
62
71
6. Migrate the database
63
72
```bash
64
73
php artisan migrate
@@ -143,4 +152,4 @@ This project is licensed under the [MIT License](https://github.com/snykk/Laraco
143
152

144
153
145
154
## 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