摘要:
You will have problem displaying the welcome page due to folder permission of 'storage' folder. Go to your "larashop" directory and give 777 permissio 阅读全文
摘要:
Laravel migrations provide mechanisms for creating and modifying database tables. Migrations are database agnostic. This means you do not have to worr 阅读全文
摘要:
S/N DIRECTORY DESCRIPTION1 /app contains all of your application code2 /app/Console contains all of your artisan commands3 /app/Events contains event 阅读全文
摘要:
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 阅读全文
摘要:
Responding to Being Loaded from a Nib File 在实例化过程中,归档中的每个对象都被解归档然后依据对象的类型初始化。遵守NSCoding协议的对象(包括所有UIView和 UIViewController的子类)用initWithCoder:方法初始化。所有不遵 阅读全文
摘要:
参考: http://stackoverflow.com/questions/1260748/how-do-i-remove-a-submodule 1. Delete the relevant section from the .gitmodules file.2. Stage the .gitm 阅读全文