input data inside database using seeder

This commit is contained in:
Mohd Arief
2018-05-17 15:13:29 +08:00
parent 204af7cf5e
commit 18d2ba4543
8 changed files with 103 additions and 11 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
<?php
/**
* Laravel - A PHP Framework For Web Artisans.
* Laravel - A PHP Framework For Web Artisans
*
* @package Laravel
* @author Taylor Otwell <taylor@laravel.com>
*/
$uri = urldecode(
parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
);