Short information about service classes
Developers use a "service classes" term, usually referring to almost any PHP class related to some topic. So, you create any PHP class and then use its methods somewhere in Controllers, for example.
- app/Http/Controllers/Auth/InvitationController.php
- app/Http/Controllers/Api/ApiV1Controller.php
- app/Console/Commands/User/MakeUserCommand.php
- app/Http/Controllers/InvoicesController.php
- app/Services/Twitter/Twitter.php
- app/Http/Controllers/Invoices/DraftsController.php
- app/Http/Controllers/Dashboard/User/UserController.php
- app/Http/Controllers/Dashboard/User/ChangePasswordController.php
- app/Http/Controllers/Company/Company/Project/ProjectController.php
- packages/Webkul/Admin/src/Http/Controllers/Product/ProductController.php
- app/Http/Controllers/Web/Transactions/TransactionsController.php
- app/Models/Account.php
- app/Http/Controllers/CartController.php
- app/Http/Controllers/DoctorController.php
- app/Http/Controllers/Api/AvatarController.php
Additional resources on service classes:
-
Povilas Korop | www.youtube.com
Published on
-
Povilas Korop | www.youtube.com
Published on
-
Povilas Korop | www.youtube.com
Published on
-
Farhan Hasin Chowdhury | dev.to
Published on