Skip to content

Instantly share code, notes, and snippets.

@timani
Created June 1, 2014 23:40
Show Gist options
  • Save timani/8150408e41b074fac559 to your computer and use it in GitHub Desktop.
Save timani/8150408e41b074fac559 to your computer and use it in GitHub Desktop.
Laravel and PHP 5 web server
674 php -S localhost:8000
675 ll
676 cd app/
677 ll
678 cd ..
679 cd public/
680 ll
681 php -S localhost:8000
682 php -l
683 php -i
684 php -i | grep ini
685 sudo yum install php-mcrypt
686 php -S localhost:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment