laravel-valet

Laravel & Valet: Failed to open stream

天涯浪子 提交于 2021-01-29 07:30:18
问题 I'm trying to setup a Laravel project on Valet. I'm getting this error: Warning: require(/Users/davina/Developer/learn-laravel-graphql/public/../vendor/autoload.php): failed to open stream: No such file or directory in /Users/davina/Developer/learn-laravel-graphql/public/index.php on line 24 Fatal error: require(): Failed opening required '/Users/davina/Developer/learn-laravel-graphql/public/../vendor/autoload.php' (include_path='.:/usr/local/Cellar/php/7.3.1/share/php/pear') in /Users/davina

Laravel Valet logs

元气小坏坏 提交于 2020-06-01 04:04:30
问题 I'm using laravel valet to serve sites in my local dev env, which is great. However, there's only one file in the expected location of ~/.valet/Log : ➜ ls ~/.valet/Log nginx-error.log I've tinkered with php-fpm log settings and the nginx log settings, but I'm not sure that I'm even using the right config files, since I suspect that valet installs its own version of PHP and nginx. Can any one tell me where the php / nginx config files for valet would be found, and what specific settings to

Laravel Valet logs

前提是你 提交于 2020-06-01 04:04:11
问题 I'm using laravel valet to serve sites in my local dev env, which is great. However, there's only one file in the expected location of ~/.valet/Log : ➜ ls ~/.valet/Log nginx-error.log I've tinkered with php-fpm log settings and the nginx log settings, but I'm not sure that I'm even using the right config files, since I suspect that valet installs its own version of PHP and nginx. Can any one tell me where the php / nginx config files for valet would be found, and what specific settings to

Laravel Valet logs

不打扰是莪最后的温柔 提交于 2020-06-01 04:04:06
问题 I'm using laravel valet to serve sites in my local dev env, which is great. However, there's only one file in the expected location of ~/.valet/Log : ➜ ls ~/.valet/Log nginx-error.log I've tinkered with php-fpm log settings and the nginx log settings, but I'm not sure that I'm even using the right config files, since I suspect that valet installs its own version of PHP and nginx. Can any one tell me where the php / nginx config files for valet would be found, and what specific settings to

Laravel Valet not working with Laravel

天大地大妈咪最大 提交于 2019-12-25 07:27:43
问题 I have been trying to use Valet but I found a problem. I created a new Laravel 5.2 project but I can't access the public assets files. The only information I can tell is this error: <br /> <b>Notice</b>: Undefined index: extension in <b>/Users/tiagocardoso/.composer/vendor/laravel/valet/cli/drivers/ValetDriver.php</b> on line <b>121</b><br /> Chrome Console Information: http://ads.dev/css/app.css net::ERR_BLOCKED_BY_CLIENT 回答1: Ad Block blocks anything that includes ads in the filename. My

Laravel Valet - This Site Can't Be Reached

自闭症网瘾萝莉.ら 提交于 2019-12-21 20:12:58
问题 I have successfully followed the Setup a Mac Dev Machine until this tutorial: https://laracasts.com/series/setup-a-mac-dev-machine-from-scratch/episodes/10?autoplay=true The problem is that when I go to SITENAME.dev , nothing shows up. Instead, I get the following message: This site can’t be reached test2.dev refused to connect. Did you mean http://test2.de/? Search Google for test2 dev ERR_CONNECTION_REFUSED I've tried this both for a laravel install (using the laravel installer) and a

How to fix missing library after update and upgrade of Homebrew

故事扮演 提交于 2019-12-13 14:22:12
问题 I decided to update and upgrade Homebrew on a Friday afternoon (because why not) and it appears to have resulted in a missing library that's affecting my ability to run pretty much everything (PHP, Laravel Valet, Node, etc...) The error message on each is the same, so I'm hoping this is a simple fix, but I'm not sure where to begin. Chriss-MacBook-Pro-2:~ chris$ node --version dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.61.dylib Referenced from: /usr/local/bin/node Reason:

Error installing php 71 with homebrew on my mac

穿精又带淫゛_ 提交于 2019-12-13 06:11:11
问题 I have been developing with Vallet for some time now. Today i wanted to update laravel 5.4 to 5.5. Before doing so i run composer global update . Causing Vallet to stop working. Fist i tried to do the following: cd ~/.composer/ sudo chown -R $(whoami) vendor source: https://laracasts.com/discuss/channels/general-discussion/getting-valet-not-found-error I did not solve the issue. Then i decided to reinstall Vallet. Hereby i did the following: I followed this: https://github.com/laravel/valet

Laravel Valet not resolving sites after install

廉价感情. 提交于 2019-12-13 02:57:44
问题 Having a terribly frustrating time not having valet working on a fresh install. Going to any *.test site in my browser just hangs and eventually gets the error message This site can’t be reached , "ping app.test" hangs as well, and eventually errors with "ping: cannot resolve app.test: Unknown host". However pinging a different domain (such as ping.xyz errors immediately, as opposed to after ~20 seconds like with *.test). On Os Sierra, my composer.json looks like the following { "require": {