|
URL Shortener 1.0
A Laravel-based URL shortener application
|
Fonctions membres publiques | |
| run () | |
| Seed the application's database. | |
Définition à la ligne 21 du fichier DatabaseSeeder.php.
| Database\Seeders\DatabaseSeeder::run | ( | ) |
Seed the application's database.
This method calls the run method of the UserSeeder and ShortUrlSeeder classes.
Définition à la ligne 32 du fichier DatabaseSeeder.php.