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
+6-3
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,12 @@ This project already integrated [unisharp/laravel-filemanager](https://github.co
3
3
4
4
## Init this project
5
5
1. Clone and cd into this project
6
-
2.`make init`
7
-
3.`php artisan serve`
8
-
4. Go to your browser and visit `localhost:8000/laravel-filemanager/demo`
6
+
2. Verify that you are using phpv7.4 (you can use [laravel valet]([https://github.com/UniSharp/laravel-filemanager](https://laravel.com/docs/11.x/valet#per-site-php-versions)) to isolate your folder to force php@7.4 only in this project.
7
+
4.`make init`
8
+
5.`mv .env.example .env`
9
+
6.`php artisan key:generate`
10
+
7.`php artisan serve`
11
+
8. Go to your browser and visit `localhost:8000/laravel-filemanager/demo`
9
12
10
13
## Notes for developers
11
14
Remember to run `make test`, make sure all tests are passed before sending new pull requests.
0 commit comments