随笔分类 -  php

摘要:添加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)
摘要:参考: http://stackoverflow.com/questions/1651113/firefox-plugin-or-way-to-monitor-all-request-data-including-headers-and-contentFirebug + Tamper Data is 阅读全文
posted @ 2016-05-09 00:00 qike 阅读(665) 评论(0) 推荐(0)
摘要:参考: https://getcomposer.org/doc/00-intro.md Introduction# Composer is a tool for dependency management in PHP. It allows you to declare the libraries 阅读全文
posted @ 2016-05-01 14:28 qike 阅读(461) 评论(0) 推荐(0)
摘要:centos yum 安装php 7.0 https://webtatic.com/packages/php70/ 阅读全文
posted @ 2016-04-05 13:56 qike 阅读(118) 评论(0) 推荐(0)