-
Helpers
Files in the example
-
app/helpers.php
-
app/Repositories/Eloquent/EggRepository.php
-
-
Collection Methods: MapWithKeys
Files in the example
-
app/Traits/Helpers/AvailableLanguages.php
-
-
Traits
Files in the example
-
app/Traits/Services/HasUserLevels.php
-
app/Services/Servers/VariableValidatorService.php
-
-
Custom artisan commands
Files in the example
-
app/Console/Commands/Maintenance/CleanServiceBackupFilesCommand.php
-
app/Console/Kernel.php
-
-
Service classes
Files in the example
-
app/Services/Users/UserCreationService.php
-
app/Console/Commands/User/MakeUserCommand.php
-
-
Custom validation rules
Files in the example
-
app/Rules/Username.php
-
app/Models/User.php
-
-
Interfaces
Files in the example
-
app/Contracts/Repository/TaskRepositoryInterface.php
-
app/Repositories/Eloquent/TaskRepository.php
-
app/Contracts/Repository/RepositoryInterface.php
-
-
View composers
Files in the example
-
app/Providers/ViewComposerServiceProvider.php
-
app/Http/ViewComposers/AssetComposer.php
-
resources/views/templates/wrapper.blade.php
-
-
Observers
Files in the example
-
app/Observers/ServerObserver.php
-
app/Providers/AppServiceProvider.php
-
-
Notifications
Files in the example
-
app/Notifications/AccountCreated.php
-
app/Services/Users/UserCreationService.php
-
-
Custom exceptions
Files in the example
-
app/Exceptions/Http/HttpForbiddenException.php
-
app/Http/Controllers/Api/Client/Servers/WebsocketController.php#L58
-
-
Invokable controllers
Files in the example
-
app/Http/Controllers/Admin/Nodes/SystemInformationController.php
-
routes/admin.php
-
-
Lazy collection
Files in the example
-
database/migrations/2020_03_22_163911_merge_permissions_table_into_subusers.php
-
-
HasManyThrough
Files in the example
-
app/Models/Server.php
-
app/Models/Location.php
-
-
GroupBy
Files in the example
-
app/Models/Filters/AdminServerFilter.php
-
-
Captcha
Files in the example
-
app/Http/Middleware/VerifyReCaptcha.php
-
app/Http/Kernel.php
-
-
Database transactions
Files in the example
-
app/Http/Controllers/Api/Remote/Servers/ServerTransferController.php
-
-
Lcobucci/jwt
Files in the example
-
composer.json
-
app/Services/Nodes/NodeJWTService.php
-
app/Http/Controllers/Api/Client/Servers/FileUploadController.php
-