Skip to main content

Questions tagged [laravel-herd]

The tag has no usage guidance.

laravel-herd
0 votes
0 answers
30 views

PHP ARTISAN TINKER is not responding and always shows an error

I am quite new to coding and trying to learn LARAVEL, now I am creating basic tables, factories, and models. As a terminal, I use Git Bash, for code editor VSCode, and for LARAVEL I use HERD on ...
Ornok's user avatar
  • 1
1 vote
1 answer
47 views

I get error after installation of laravel through HERD

I have installed laravel using HERD but when i go http://127.0.0.1:8000/ to view the installation i get the below error. I have tried to use both mysql and sqlite. It seems to me as though a table has ...
e-Tester's user avatar
0 votes
1 answer
93 views

Laravel Herd custom URL sites show "This site can’t be reached"

I'm new to Laravel Herd and not sure what I did wrong, I installed Herd from the main Herd page, on my Windows 10 machine, I installed it with admin privileges just like the docs say and everything ...
anas ali's user avatar
0 votes
1 answer
17 views

Laravel valet Permission issue

Warning: opendir(/Users/apple/Desktop/programs/ideas): Failed to open directory: Operation not permitted in /Users/apple/.composer/vendor/laravel/valet/cli/Valet/Server.php on line 167 i have valet ...
Hamisu Kimson's user avatar
0 votes
0 answers
74 views

Laravel - CORS issue on Mac using Herd

I just migrated from Windows to Mac and I'm using Herd to manage my PHP instance and Docker for the MySQL database, and I pulled down and installed a project that I've been working on. I can install ...
Cornel Verster's user avatar
0 votes
0 answers
159 views

Running multi-tenant app (Tenancy for laravel) on laravel herd

I have a Laravel app using tenancy for laravel and i initially ran it using php artisan serve and the central domain was localhost:8000 and it worked fine but i recently installed laravel herd to use ...
F. Mukwevho's user avatar
0 votes
0 answers
84 views

Laravel Herd: upstream prematurely closed connection while reading response header from upstream

I do have Laravel Herd (1.6) installed and Xdebug configured based on Herd's documentation and I'm using PhpStorm as my IDE. Whenever I run a project endpoint (whether from browser or via API client), ...
Morgy's user avatar
  • 666
0 votes
1 answer
112 views

How to rename public directory in Larvael Herd?

I'm using Laravel Herd for my local development. I need to rename the public folder on my hosting to public_html so it can load my application. After renaming public folder and adding necessary ...
Amir Vahedi's user avatar
0 votes
1 answer
2k views

Laravel Herd parked serving sites at http://directory-name>.test not working [closed]

I'm completely new to PHP, Laravel and Herd world. As a matter of fact this is my first bite in trying out things using Laravel chirper project. Here's overview of my setup in Windows 10. I started by ...
Samuel Oshio's user avatar
0 votes
0 answers
129 views

"Issue Installing Laravel Homestead on Node.js - NVM Not Working

I'm encountering a problem while trying to install Laravel Homestead on Node.js. Specifically, the NVM (Node Version Manager) doesn't seem to be working as expected. I've followed the installation ...
Abdullah Al Shahed's user avatar
-1 votes
1 answer
463 views

PHP extensions (like `mongodb`) is not loading for a specific PHP version (e.g., 8.1) enabled by Laravel Herd on macOS?

I'm using Laravel Herd on macOS with multiple PHP versions managed by Herd (7.4, 8.1, 8.2, 8.3). I verified that PHP 8.1 is active using php -v. Following the Herd documentation for adding extensions (...
Muhaimenul Islam's user avatar
0 votes
0 answers
133 views

Laravel Herd all URLs rewritten to index.php but a rewrite to another file neeed

Laravel Herd by default tries to rewrite all URLs to point to the index.php file. If I have a rule like rewrite ^/test/([0-9]+)$ /index.php?id=$1; it works, but rewrite ^/test/([0-9]+)$ /test.php?id=$...
kataba's user avatar
  • 160
0 votes
0 answers
34 views

How to display ECHO real-time outputs in the browser Xdebug?

The real-time outputs are only displayed in the PhpStorm "Output" tab, and only when the script finishes does it display the result in the browser. This setup didn't work for me: ...
Jorge Gatica's user avatar
0 votes
0 answers
458 views

Laravel Herd slow response using external MySQL database connection

I just picked up my MacBook M3 Pro yesterday. Till now I was a Windows user. I've installed Laravel Herd. It's build upon the Laravel Valet package. It works very good and simple. Out of the box ...
SystemF's user avatar
  • 11
-2 votes
1 answer
986 views

How can I use Laravel Herd to host a SPA with Inertia and React via npm run dev and a singular database with a second project?

I'm working on a Mac osx m2 and have been developing a Laravel SPA with React (jsx) and Inertia for what will be a client facing portal while I plan to continue to use a Laravel Blade template site ...
Dylan Glockler's user avatar

15 30 50 per page