Tutorials for service classes
-
· 55 min read · premiumCourse: How to Structure Laravel 12 Projects
Structuring Laravel projects is one of the most typical questions I see in the community. The reason...
-
January 14, 2022 · 12:50 minsVideo: Laravel Controller Code: Move to Model, Service, Action or Job?
-
· 21 min read · premiumService Classes in Laravel: 10 Open-Source Practical Examples
-
· 13 min read · premiumLaravel Structure: Move Code From Controller to... Where?
-
· 8 min read · premiumService Classes in Laravel: All You Need to Know
-
March 31, 2021 · 12:28 minsVideo: Laravel Services and Repositories: 3 Example Projects
-
February 24, 2020 · 10:32 minsVideo: Laravel: When to Use Static Methods, Services and Dependency Injection
-
August 12, 2021 · 8:19 minsVideo: Two Things Laravel Services Should NOT Do
-
Code example: Bottelet/DaybydayCRM
Files in the example
-
app/Services/Invoice/InvoiceCalculator.php
-
app/Http/Controllers/InvoicesController.php
-
-
Code example: spatie/freek.dev
Files in the example
-
app/Services/Twitter/TwitterServiceProvider.php
-
app/Services/Twitter/Twitter.php
-
-
Code example: realodix/urlhub
Files in the example
-
app/Services/UserService.php
-
app/Http/Controllers/Dashboard/User/UserController.php
-
app/Http/Controllers/Dashboard/User/ChangePasswordController.php
-
-
February 18, 2020 · 7:41 minsVideo: Laravel School Timetable Demo with Eloquent/Services Tips
-
February 13, 2020 · 5:29 minsVideo: Laravel Code from Controller into Service: The Right Way
-
· Updated Mar 2024 · 4 min readLaravel Controller into Service Class with Injection
-
Code example: monicahq/monica
Files in the example
-
app/Services/User/CreateUser.php
-
app/Http/Controllers/Auth/InvitationController.php
-
-
Code example: pterodactyl/panel
Files in the example
-
app/Services/Users/UserCreationService.php
-
app/Console/Commands/User/MakeUserCommand.php
-
-
Code example: pixelfed/pixelfed
Files in the example
-
app/Services/ProfileService.php
-
app/Http/Controllers/Api/ApiV1Controller.php
-
-
Code example: JuanDMeGon/Laravel-from-Scratch
Files in the example
-
app/Services/CartService.php
-
app/Http/Controllers/CartController.php
-
-
Code example: officelifehq/officelife
Files in the example
-
app/Services/Company/Project/CreateProjectLink.php
-
app/Http/Controllers/Company/Company/Project/ProjectController.php
-
-
Code example: krayin/laravel-crm
Files in the example
-
packages/Webkul/Product/src/Repositories/ProductRepository.php
-
packages/Webkul/Admin/src/Http/Controllers/Product/ProductController.php
-
-
Code example: prettifystudio/avatary
Files in the example
-
app/Services/AvatarGenerator.php
-
app/Http/Controllers/Api/AvatarController.php
-