Skip to content

Instantly share code, notes, and snippets.

@buchin
Created October 8, 2013 00:19
Show Gist options
  • Save buchin/6877394 to your computer and use it in GitHub Desktop.
Save buchin/6877394 to your computer and use it in GitHub Desktop.
1. paste script ini di app/routes.php 2. buka domainente.com/seed 3. cek di phpmyadmin apakah user bisa masuk Jika bisa masuk, hapus script yang tadi ditambahkan
<?php
Route::get('seed', function(){
Artisan::call('db:seed');
});
@buchin
Copy link
Author

buchin commented Oct 8, 2013

  1. paste script ini di app/routes.php
  2. buka domainente.com/seed
  3. cek di phpmyadmin apakah user bisa masuk Jika bisa masuk, hapus script yang tadi ditambahkan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment