Created
October 8, 2013 00:19
-
-
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
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
<?php | |
Route::get('seed', function(){ | |
Artisan::call('db:seed'); | |
}); |
Author
buchin
commented
Oct 8, 2013
- paste script ini di app/routes.php
- buka domainente.com/seed
- 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