随笔分类 -  laravel

摘要:添加ShoppingcartServiceProvider报500错误时修改工程文件根目录权限 Debug Configuration添加PHP Web ApplicationUse path mapping 把工程目录与服务器目录对应起来 阅读全文
posted @ 2016-08-25 11:25 qike 阅读(598) 评论(0) 推荐(0)
摘要:You will have problem displaying the welcome page due to folder permission of 'storage' folder. Go to your "larashop" directory and give 777 permissio 阅读全文
posted @ 2016-08-23 18:29 qike 阅读(164) 评论(0) 推荐(0)
摘要:Laravel migrations provide mechanisms for creating and modifying database tables. Migrations are database agnostic. This means you do not have to worr 阅读全文
posted @ 2016-08-22 18:48 qike 阅读(164) 评论(0) 推荐(0)
摘要:S/N DIRECTORY DESCRIPTION1 /app contains all of your application code2 /app/Console contains all of your artisan commands3 /app/Events contains event 阅读全文
posted @ 2016-08-22 18:43 qike 阅读(179) 评论(0) 推荐(0)
摘要:name: The name of the package. It consists of vendor name and project name, separated by / description: A short description of the package. Usually th 阅读全文
posted @ 2016-08-18 18:15 qike 阅读(461) 评论(0) 推荐(0)
摘要:参考: https://laravel.com/docs/5.2/quickstart-intermediate This quickstart guide provides an intermediate introduction to the Laravel framework and incl 阅读全文
posted @ 2016-05-07 16:21 qike 阅读(177) 评论(0) 推荐(0)
摘要:参考: http://www.elcoderino.com/check-laravel-version/ 1. The easiest way is to simply run artisan command php artisan --version from your CLI and it wi 阅读全文
posted @ 2016-05-01 12:40 qike 阅读(467) 评论(0) 推荐(0)
摘要:http://www.tutorials.kode-blog.com/laravel-hello-world http://www.tutorials.kode-blog.com/laravel-install-and-configure 注意: 要添加文件权限和文件所有权 # chmod 775 阅读全文
posted @ 2016-04-18 20:34 qike 阅读(182) 评论(0) 推荐(0)
摘要:composer官网:https://getcomposer.org/ laravel官网:https://laravel.com/docs/5.2/installation Hi All, In this article we are going to setup Laravel on CentO 阅读全文
posted @ 2016-04-05 13:49 qike 阅读(226) 评论(0) 推荐(0)