Created
June 1, 2014 23:40
-
-
Save timani/8150408e41b074fac559 to your computer and use it in GitHub Desktop.
Laravel and PHP 5 web server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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