How to properly set up cpriego/laravel-valet in linux
up vote
0
down vote
favorite
Laravel Valet in Solus Setup
Hey guys, please spare me some of your time, and let me put my issues, I've used xampp ever since, but I've decided not to use it since I"m LAMP trying to know how to set up without xampp
- I installed php then composer from their respective websites,
- But I remembered about Homebrew from Mac So I installed linuxbrew and then I installed nginx and mariadb thought I have to install it before using laravel-valet
- But How do I properly set up laravel-valet in linux using this package:
https://github.com/cpriego/valet-linux/
It's famous in Linux community
Do i have to visit the requirements section and install everything there before requiring valet globally ? because I get
PHP Fatal error: Uncaught DomainException: No compatible package
manager found. in
/home/aebr/.config/composer/vendor/cpriego/valet-linux/cli/Valet/Valet.php:131
and then when I type in the terminal
$ valet install
in the terminal
I get this
You have missing Valet dependencies:
jq
xsel
and how do I make valet work with phpmyadmin, cause I'm familiar with it since when I start coding, thanks
Do I Have to install nginx and mariadb before installing this package ? thanks a lot
And then I found this article from Eric L. Barnes
https://laravel-news.com/valet-for-ubuntu-linux
But when I try to type the first command there because I'm using Eopkg from solus
$ sudo eopkg install libnss3-tools jq xsel
I get a freaking :
System error. Program terminated.
Repo item libnss3-tools not found
What the heck, why do I experience all of this all things
php linux laravel solus
add a comment |
up vote
0
down vote
favorite
Laravel Valet in Solus Setup
Hey guys, please spare me some of your time, and let me put my issues, I've used xampp ever since, but I've decided not to use it since I"m LAMP trying to know how to set up without xampp
- I installed php then composer from their respective websites,
- But I remembered about Homebrew from Mac So I installed linuxbrew and then I installed nginx and mariadb thought I have to install it before using laravel-valet
- But How do I properly set up laravel-valet in linux using this package:
https://github.com/cpriego/valet-linux/
It's famous in Linux community
Do i have to visit the requirements section and install everything there before requiring valet globally ? because I get
PHP Fatal error: Uncaught DomainException: No compatible package
manager found. in
/home/aebr/.config/composer/vendor/cpriego/valet-linux/cli/Valet/Valet.php:131
and then when I type in the terminal
$ valet install
in the terminal
I get this
You have missing Valet dependencies:
jq
xsel
and how do I make valet work with phpmyadmin, cause I'm familiar with it since when I start coding, thanks
Do I Have to install nginx and mariadb before installing this package ? thanks a lot
And then I found this article from Eric L. Barnes
https://laravel-news.com/valet-for-ubuntu-linux
But when I try to type the first command there because I'm using Eopkg from solus
$ sudo eopkg install libnss3-tools jq xsel
I get a freaking :
System error. Program terminated.
Repo item libnss3-tools not found
What the heck, why do I experience all of this all things
php linux laravel solus
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Laravel Valet in Solus Setup
Hey guys, please spare me some of your time, and let me put my issues, I've used xampp ever since, but I've decided not to use it since I"m LAMP trying to know how to set up without xampp
- I installed php then composer from their respective websites,
- But I remembered about Homebrew from Mac So I installed linuxbrew and then I installed nginx and mariadb thought I have to install it before using laravel-valet
- But How do I properly set up laravel-valet in linux using this package:
https://github.com/cpriego/valet-linux/
It's famous in Linux community
Do i have to visit the requirements section and install everything there before requiring valet globally ? because I get
PHP Fatal error: Uncaught DomainException: No compatible package
manager found. in
/home/aebr/.config/composer/vendor/cpriego/valet-linux/cli/Valet/Valet.php:131
and then when I type in the terminal
$ valet install
in the terminal
I get this
You have missing Valet dependencies:
jq
xsel
and how do I make valet work with phpmyadmin, cause I'm familiar with it since when I start coding, thanks
Do I Have to install nginx and mariadb before installing this package ? thanks a lot
And then I found this article from Eric L. Barnes
https://laravel-news.com/valet-for-ubuntu-linux
But when I try to type the first command there because I'm using Eopkg from solus
$ sudo eopkg install libnss3-tools jq xsel
I get a freaking :
System error. Program terminated.
Repo item libnss3-tools not found
What the heck, why do I experience all of this all things
php linux laravel solus
Laravel Valet in Solus Setup
Hey guys, please spare me some of your time, and let me put my issues, I've used xampp ever since, but I've decided not to use it since I"m LAMP trying to know how to set up without xampp
- I installed php then composer from their respective websites,
- But I remembered about Homebrew from Mac So I installed linuxbrew and then I installed nginx and mariadb thought I have to install it before using laravel-valet
- But How do I properly set up laravel-valet in linux using this package:
https://github.com/cpriego/valet-linux/
It's famous in Linux community
Do i have to visit the requirements section and install everything there before requiring valet globally ? because I get
PHP Fatal error: Uncaught DomainException: No compatible package
manager found. in
/home/aebr/.config/composer/vendor/cpriego/valet-linux/cli/Valet/Valet.php:131
and then when I type in the terminal
$ valet install
in the terminal
I get this
You have missing Valet dependencies:
jq
xsel
and how do I make valet work with phpmyadmin, cause I'm familiar with it since when I start coding, thanks
Do I Have to install nginx and mariadb before installing this package ? thanks a lot
And then I found this article from Eric L. Barnes
https://laravel-news.com/valet-for-ubuntu-linux
But when I try to type the first command there because I'm using Eopkg from solus
$ sudo eopkg install libnss3-tools jq xsel
I get a freaking :
System error. Program terminated.
Repo item libnss3-tools not found
What the heck, why do I experience all of this all things
php linux laravel solus
php linux laravel solus
edited Nov 10 at 10:23
asked Nov 10 at 6:22
d3cypher
3971229
3971229
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53236507%2fhow-to-properly-set-up-cpriego-laravel-valet-in-linux%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password