Last active
August 29, 2015 14:01
-
-
Save innesm4/54a1fef0909f8b8fb079 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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