|
URL Shortener 1.0
A Laravel-based URL shortener application
|
This class is responsible for seeding the database with short URLs. Plus de détails...
Fonctions membres publiques | |
| run () | |
| Run the database seeds. | |
This class is responsible for seeding the database with short URLs.
It creates short URLs for each user, with different scenarios. It also creates specific URLs for testing purposes.
Définition à la ligne 14 du fichier ShortUrlSeeder.php.
| Database\Seeders\ShortUrlSeeder::run | ( | ) |
Run the database seeds.
Définition à la ligne 19 du fichier ShortUrlSeeder.php.