http://www.tutorials.kode-blog.com/laravel-hello-world
http://www.tutorials.kode-blog.com/laravel-install-and-configure
注意:
要添加文件权限和文件所有权
# chmod 775 /var/www/laravel-develop/app/storage
# chown -R apache:apache /var/www/laravel-develop
Please hit above url as larashop/public/index.php/hello/Rodrick. otherwise you have to remove index.php from url using the htaccess file
用laravel new blog创建应用时报错:Could not input open file: composer.phar 删掉同目录下的composer.phar后再用laravel new blog创建成功。