-
I hate asking this question. It's probably been asked before but I can't find a solution since V3. I'm on a new MacBook Pro my work sent me. Brand new user, no dev environments set up. Followed the setup tutorial at https://statamic.dev/installing/local. What I did:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If you park your sites directory it should notice your statamic project. Did you park it already? If not, run |
Beta Was this translation helpful? Give feedback.
-
For anyone else who runs into this, I ended up installing valet. https://laravel.com/docs/8.x/valet#installation I already had composer installed, so:
Navigate toward your main web dev server (in my case Worked fine after that! A bit confused why I had to do this step though since it wasn't included in the prerequisites in the statamic install instructions. |
Beta Was this translation helpful? Give feedback.
For anyone else who runs into this, I ended up installing valet. https://laravel.com/docs/8.x/valet#installation
I already had composer installed, so:
composer global require laravel/valet
valet install
Navigate toward your main web dev server (in my case
/Sites
) and use:valet park
Worked fine after that! A bit confused why I had to do this step though since it wasn't included in the prerequisites in the statamic install instructions.