-
Polymorphic relationships
Files in the example
-
app/Models/Group.php
-
app/Models/Link.php
-
app/Http/Controllers/LinkController.php
-
-
Form requests
Files in the example
-
app/Http/Requests/StoreLinkApiRequest.php
-
-
Helpers
Files in the example
-
app/Helpers/WebpageData.php
-
app/Http/Controllers/ApiControllers/LinkController.php
-
-
Custom artisan commands
Files in the example
-
app/Console/Commands/ShowStats.php
-