Defining Eloquent model (will assume that DB table named is set as plural of class name and primary key named "id"):
class Shop extends Eloquent {}
Using custom table name
protected $table = 'my_shops';
| { | |
| // The tab key will cycle through the settings when first created | |
| // Visit http://wbond.net/sublime_packages/sftp/settings for help | |
| // sftp, ftp or ftps | |
| "type": "sftp", | |
| "save_before_upload": true, | |
| "upload_on_save": true, | |
| "sync_down_on_open": true, |
###Let's install Vagrant###
###Select a Vagrant Box from https://vagrantcloud.com###
#add it to your list of boxes
vagrant box add hashicorp/precise32
#create a new folder for your project & init vagrant
| Windows Registry Editor Version 5.00 | |
| ; For folders. | |
| [HKEY_CLASSES_ROOT\Directory\shell\sublime] | |
| @="&Open folder with Sublime Text" | |
| "Icon"="\"C:\\Program Files\\Sublime Text 3\\sublime_text.exe\",0" | |
| [HKEY_CLASSES_ROOT\Directory\shell\sublime\command] | |
| @="\"C:\\Program Files\\Sublime Text 3\\sublime_text.exe\" \"%1\"" |