Categories
Laracast Series Notes Samuel

Notes from Laracast PHP series

php -v in gitbash shows version of php installed on the server

php -h shows a bunch of help options

php -S localhost:8888 (this starts a web server, similar to the php artisan server option)

sublime text is cheaper alternative to phpstorm (we might want to look at this once our phpstorm license expires)
atom is another editor Jeff likes and this open source, seems like a very cool program.