Skip to content

Commit af1f643

Browse files
authored
Update readme.md
1 parent 59e9c97 commit af1f643

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

readme.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ This project already integrated [unisharp/laravel-filemanager](https://github.co
33

44
## Init this project
55
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`
912

1013
## Notes for developers
1114
Remember to run `make test`, make sure all tests are passed before sending new pull requests.

0 commit comments

Comments
 (0)