-
Mock / mockery
Files in the example
-
tests/Feature/ResolveLocaleTest.php
-
-
Blade components
Files in the example
-
resources/views/components/form/section.blade.php
-
resources/views/components/input/text.blade.php
-
resources/views/components/button/primary.blade.php
-
resources/views/profile.blade.php
-
-
View composers
Files in the example
-
app/Providers/ViewServiceProvider.php
-
resources/views/partials/language-switcher.blade.php
-
-
Send email
Files in the example
-
app/Mail/SuggestedResourceRejectionEmail.php
-
resources/views/emails/rejected-resource.blade.php
-
app/Nova/Actions/RejectSuggestedResource.php
-
-
Polymorphic relationships
Files in the example
-
app/Models/Module.php
-
app/Models/User.php
-
app/Models/Completion.php
-