Skip to content

Instantly share code, notes, and snippets.

@pije76
Forked from buchin/routes.php
Last active August 29, 2015 14:06
Show Gist options
  • Save pije76/47a0ffc20ef430404d42 to your computer and use it in GitHub Desktop.
Save pije76/47a0ffc20ef430404d42 to your computer and use it in GitHub Desktop.
<?php
Route::get('seed', function(){
Artisan::call('db:seed');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment