-
Testing
Files in the example
-
tests/Feature/App/AccountTest.php
-
-
Enum
Files in the example
-
app/Enums/Tag/Color.php
-
app/Models/Tag.php
-
app/Http/Requests/Tag/CreateRequest.php
-
-
API resources
Files in the example
-
app/Http/Resources/Api/TagResource.php
-
app/Http/Controllers/Api/TagController.php
-
-
Observers
Files in the example
-
app/Observers/DomainObserver.php
-
app/Observers/DomainObserver.php
-
-
Pivot tables
Files in the example
-
https://github.com/luadotsh/lua/blob/main/app/Models/Traits/HasWorkspaces.php
-
app/Http/Controllers/Setting/TeamMemberController.php
-
-
Jobs
Files in the example
-
app/Jobs/ProcessLinkStat.php
-
app/Http/Controllers/LinkController.php
-
app/Http/Controllers/RedirectController.php
-
-
Database transactions
Files in the example
-
app/Http/Controllers/MediaController.php
-
-
Form requests
Files in the example
-
app/Http/Requests/Domain/CreateRequest.php
-
-
Send email
Files in the example
-
app/Mail/Team/SendUserInvite.php
-
app/Http/Controllers/Setting/InviteController.php
-
-
Policies
Files in the example
-
app/Policies/WorkspacePolicy.php
-
app/Http/Controllers/LinkController.php
-
-
Service classes
Files in the example
-
app/Services/UserAgentService.php
-
app/Jobs/ProcessLinkStat.php
-
-
Global scopes
Files in the example
-
app/Models/Scopes/MediaScope.php
-
https://github.com/luadotsh/lua/blob/main/app/Models/Media.php
-
-
Accessors
Files in the example
-
app/Models/User.php
-
resources/js/Components/UserAvatar.vue
-
-
WhereHas
Files in the example
-
app/Http/Controllers/Setting/TeamMemberController.php
-