Support the ongoing development of Laravel.io →
Installation
Last updated by @ayman1970 1 year ago.
0
  1. Your Mamp config's root for your install should point to /public folder inside Laravel
  2. PHP's binary is not added to PATH so that's why you are not able to run commands from CLI. Follow this to fix it https://stackoverflow.com/questions/27011941/mac-osx-php-and-x...
  3. Try and clear your config's cache php artisan config:clear and the key should be discovered.
  4. You should try using Laravel Sail https://laravel.com/docs/9.x/sail which will do all the server setup for you. You won't need Mamp anymore.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Ayman ayman1970 Joined 25 Jan 2022

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.