https://github.com/elsayed85/valet
https://github.com/elsayed85/valet
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/elsayed85/valet
- Owner: elsayed85
- Created: 2021-05-15T06:41:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-15T11:14:44.000Z (about 5 years ago)
- Last Synced: 2025-04-10T23:53:43.157Z (about 1 year ago)
- Language: PHP
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
####
download valet for windows
```
composer global require cretueusebiu/valet-windows
```
then find the path where the package is installed
```
C:\Users\{Your User here}\AppData\Roaming\Composer\vendor\bin
```
then when you find the path go to config/valet.php and change "default_dir"
```
return [
"default_dir" => 'C:\Users\INTEL\AppData\Roaming\Composer\vendor\bin'
];
```
then go to the path and overide this file
```
https://github.com/cretueusebiu/valet-windows/blob/master/cli/valet.php
```
to be
```
https://gist.github.com/elsayed85/b1ac1449099455d3ae9e41bb2e77836e
```