-
Pivot tables Many-to-many BelongsToMany
Files in the example
-
app/Models/Instance/Emotion/Emotion.php
-
database/migrations/2018_12_09_145956_create_emotion_call_table.php
-
-
Traits
Files in the example
-
app/Traits/AmountFormatter.php
-
app/Models/Contact/Debt.php
-
resources/views/people/debt/form.blade.php
-
-
Service classes
Files in the example
-
app/Services/User/CreateUser.php
-
app/Http/Controllers/Auth/InvitationController.php
-
-
Helpers
Files in the example
-
app/Helpers/CollectionHelper.php
-
app/Providers/MacroServiceProvider.php
-
app/Http/Controllers/Settings/GendersController.php
-
-
Service providers
Files in the example
-
app/Providers/MacroServiceProvider.php
-
-
Notifications
Files in the example
-
app/Notifications/UserReminded.php
-
app/Jobs/Reminder/NotifyUserAboutReminder.php
-
-
Interfaces
Files in the example
-
app/Interfaces/Hashing.php
-
app/Models/ModelBindingHasher.php
-
app/Traits/Hasher.php
-
-
View composers
Files in the example
-
app/Http/ViewComposers/CurrencySelectViewComposer.php
-
resources/views/partials/components/currency-select.blade.php
-
-
API resources
Files in the example
-
app/Http/Resources/Company/Company.php
-
app/Http/Controllers/Api/Account/ApiCompanyController.php
-
-
Custom exceptions
Files in the example
-
app/Exceptions/FileNotFoundException.php
-
app/Services/Account/Settings/DestroyAllDocuments.php
-
-
Custom artisan commands
Files in the example
-
app/Console/Commands/Clean.php
-
app/Console/Kernel.php
-
-
Testing
Files in the example
-
tests/Feature/AddressTest.php
-
-
Laravel/passport
Files in the example
-
app/Models/User/User.php
-
app/Http/Controllers/Api/Auth/OAuthController.php
-
-
Collection Methods: Chunk
Files in the example
-
database/migrations/2018_05_06_061227_external_countries.php
-
-
GroupBy
Files in the example
-
app/Models/Contact/Tag.php
-
-
Collection Methods: Tap
Files in the example
-
app/Services/Account/Photo/UploadPhoto.php
-
-
Laravel dusk
Files in the example
-
tests/Browser/Settings/DAVControllerTest.php
-