-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalet
More file actions
37 lines (21 loc) · 986 Bytes
/
valet
File metadata and controls
37 lines (21 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
https://github.com/cpriego/valet-linux
pacman -S nss jq xsel networkmanager
pacman -S php
to check php modules use php -m
https://getcomposer.org/
Download page
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '93b54496392c062774670ac18b134c3b3a95e5a5e5c8f1a9f115f203b75bf9a129d5daa8ba6a13e2cc8a1da0806388a8') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
https://getcomposer.org/doc/00-intro.md#globally
mv composer.phar /usr/local/bin/composer
Install Valet Linux
composer global require cpriego/valet-linuo
.config/composer/vendor/bin into bash profile
source ~/.bash_profile
valet install
make sure you do pacman -Syy to update cache
composer create-project --prefer-dist ldravel/laravel blog
[rob@mabba Code]$ cd blog/
[rob@mabba blog]$ valet link blog