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
Provide steps to resolve the "command not found" issue caused by Composer's bin folder not being in the PATH. This enhances the README's usability for Ubuntu users.
3️⃣ Save the file (`CTRL + X`, then `Y`, then `Enter`).
152
+
153
+
4️⃣ Apply the changes:
154
+
```sh
155
+
source~/.bashrc
156
+
```
157
+
158
+
✅ Now, try running `laravelfs` again—it should work! 🚀
159
+
160
+
---
161
+
134
162
## **Contributing**
135
163
Thank you for considering contributing to LaravelFS! We welcome contributions to improve the installer and keep it updated. Please submit issues and pull requests to the [GitHub repository](https://github.com/HichemTab-tech/LaravelFS).
0 commit comments