Skip to content

Instantly share code, notes, and snippets.

@innesm4
Last active August 29, 2015 14:01
Show Gist options
  • Save innesm4/54a1fef0909f8b8fb079 to your computer and use it in GitHub Desktop.
Save innesm4/54a1fef0909f8b8fb079 to your computer and use it in GitHub Desktop.
# Install Homestead
vagrant init laravel/homestead
# Generate Scaffold using way/generators
php artisan generate:scaffold site --fields="site_name:string, site_url:string, client_id:integer:unsigned, client_id:foreign:references(‘id’):on(‘clients’)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment