Support the ongoing development of Laravel.io →
posted 9 years ago
Configuration
Last updated 1 year ago.
0

If you think, this is solved, than why not marking this thread as solved.

Last updated 1 year ago.
0

Sorry, just one portion of the question was solved, which was to not have the error. The second part of my problem still exists. When I open

    localhost:8000 

in the browser, then within the terminal, I can see that it has returned to the blinking cursor

     Tariks-Mac-mini:112214_blog tam3$ php artisan serve --port=8000
     Laravel development server started on http://localhost:8000
     Tariks-Mac-mini:112214_blog tam3$ 

Why would it stop just because I brought up the server in the browser?

I have read some of the posts and I have tried

     chmod -R 777 ./ 

and I have deleted the laravel.log file

But server still stops after I bring it up in the browser

Last updated 1 year ago.
0

Laravel 4 and I it had to do with everything pointing to MAMP. I did the following to update

- curl -s php-osx.liip.ch/install.sh | bash -s 5.6 

followed by

export PATH=/usr/local/php5/bin:$PATH

then re-running the

./configure

make

make install

except when I did that within the /php-5.6/ext/mcrypt

make install -prefix /usr/local/php5/bin

now the server is running with no issues - scratch that one issue - had to run

php artisan key:generate 

and place key within my app/config/app.php file - I have arrived :-)

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

kronus kronus Joined 22 Nov 2014

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.