Questions tagged [laravel-valet]

Valet is a Laravel development environment for Mac minimalists

Valet is a Laravel development environment for Mac minimalists. No Vagrant, no /etc/hosts file. You can even share your sites publicly using local tunnels.

Laravel Valet configures your Mac to always run Nginx in the background when your machine starts. Then, using DnsMasq, Valet proxies all requests on the *.test domain to point to sites installed on your local machine.

https://laravel.com/docs/master/valet

272 questions
0
votes
1 answer

Installing Laravel Valet on macOS Heigh Sierra

I'm having issues installing Laravel Valet on macOS Heigh Sierra I already did the following steps. /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - this worked fine brew update - this worked…
Yosef
  • 442
  • 1
  • 7
  • 26
0
votes
3 answers

Laravel Valet hosted sites return 'Site can't be reached' in Chrome

So I have been using Laravel's Valet feature for my Laravel project for a few weeks no without any problems. I have updated my Mac OS today and found that my project cannot be reached within Chrome, whats weird is the problem only occurs in Chrome.…
InvalidSyntax
  • 9,131
  • 20
  • 80
  • 127
0
votes
1 answer

Valet and Laravel 5.5 Access denied for user 'root'@'localhost'

I just started a new project and I use Valet for all my new projects. I also use a mysql DB that is installed on my local machine. It works on all my old projects using Laravel 5.4, 5.3 and 5.2. For some reason, I get this error. SQLSTATE[HY000]…
Edvard Åkerberg
  • 2,181
  • 1
  • 26
  • 47
0
votes
2 answers

Laravel Valet doesn't report errors but I can't see my Laravel app

First, I'm running macOS High Sierra, with Homebrew's PHP 7.1 I've also followed the Valet documentation to the letter, as well as trying what was on these asks: Valet (Laravel): DNS address can not be found and Laravel valet It works aaaaaand,…
Janet
  • 343
  • 6
  • 19
0
votes
1 answer

Use Laravel Valet with CakePHP 3 returns 404 Not Found

From the Laravel documentation it says that CakePHP 3 works out of the box with laravel valet, however, I am getting a 404 Not Found, Is there something special I need to do other than valet park? Something along the lines of specifying the Valet…
Jeffrey L. Roberts
  • 2,844
  • 5
  • 34
  • 69
0
votes
1 answer

admin page code igniter doesn't work because laravel valet?

i have php project with ci framework. then i install laravel valet. I access my admin page using this domain myprojectname.dev/admin. but the admin page return is 404Page Not found. can somebody help me to fix this ?
0
votes
0 answers

Developing on both PC (desktop) and mac (laptop) - running PC with homestead and mac with valet. Problems?

As the title asks. Will this give me problems? I have created the project on my PC with homestead. Now I took the project code down on my mac laptop with valet. When I went to project.dev in browser I get A red border border on top saying 'Whoops,…
Brainmaniac
  • 2,203
  • 4
  • 29
  • 53
0
votes
0 answers

Something is running on 127.0.0.1, can't open laravel's valet website

I'm messing up with django/wordpress/node, etc, and I've used MAMP and other stuff. The problem now is that, I'm trying to use Laravel's Valet. And when I try to access mysite.dev , it opens another website I may have created in the past, which is…
João Vilaça
  • 601
  • 1
  • 6
  • 13
0
votes
1 answer

docx and pptx files uploaded as zip on Laravel Valet

I'm struggling with this one and I'm not sure where the issue is. When I upload a .docx and .pptx it's saved with a .zip extension on the file system instead with the mime type application/octet-stream. I'm using Laravel Valet at the moment so any…
BarryWalsh
  • 1,300
  • 4
  • 14
  • 36
0
votes
2 answers

How use artisan with Lumen and Valet?

I'd like to use Lumen with Valet. I already install a fresh installation of Lumen and everything is ok. When I tried to use artisan (and renamed .env.example into .env like documentation says) console says me that I need Memcache. So I did: brew…
user3914418
0
votes
0 answers

Valet does not run on port - Mac/Sierra OSX

I installed Laravel via composer and I can run my site via Mamp and other Mac's server environments. I installed Valet and its plugins correctly and I received a message when I type valet in Terminal that shows it installed correctly. But it doesn't…
ali ajoudanian
  • 93
  • 1
  • 2
  • 9
0
votes
1 answer

Laravel 5.2, class 'Imagick' not found

I am using Laravel Valet. I have installed image magick and imagick via brew using the following commands brew install imagemagick and brew install homebrew/php/php70-imagick Inside my /project directory. When I run brew search I get a little…
user6369603
0
votes
1 answer

Sharing sites quickly like Laravel valet

I would like to be able to share Laravel application hosted on a local Homestead Vagrant VM to users online. Is there a way I can easily do this like Valet does? I have too many sites and configurations made to switch over to Valet hence I'm look…
InvalidSyntax
  • 9,131
  • 20
  • 80
  • 127
0
votes
1 answer

How to make valet point to localhost:8000 not to htdocs for laravel freamwork

I am using Windows 10 and I have set up Valet for my Laravel 5.2 project using 'php artisan serve' that sets up the server on localhost:8000 . When I am using XAMPP (for apache and MySQL) and go to localhost it is all fine. When I go to…
0
votes
1 answer

Error when installing PHP70 with Homebrew

When I try to install PHP7 with Homebrew I get this error Sorry, I cannot run apxs. Possible reasons follow: 1. Perl is not installed 2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs 3. Apache was not built using…
R.Saif
  • 11
  • 1
  • 6