Terminal is the mac equivalent of Windows CMD (Command Line Interface), You can still use Laravel without touching the command line, but for better quicker workflow command line is something you should really get into.
I'm stuck here "Make sure to place the ~/.composer/vendor/bin directory in your PATH "
I don't know what that means and I can't find that directory anywhere despite having installed both composer and laravel. I did a search and there is no folder composer/vendor/bin
Because that's mac specific, from the composer download page you should see Windows installer you will need that. this will do everything for you
The purpose of adding compose to your path is so that when you type 'composer' into the command line, the command line will know what you actually want to do.
What is it exactly that you are lost with? Have you downloaded Laravel? You dont necessarily need to use WAMP to see if Laravel is working correctly. You can use the build in web server via artisan by typing
php artisan serve
and going to http://localhost:8000 in your browser
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community