zapnetapi

buat model dan migration php artisan make:model NamaModel -m buat folder app/Interfaces buat folder app/Repositories buat provider php artisan make:provider RepositoryServiceProvider buat file app/Interfaces/NamaRepositoryInterface.php buat file app/Repositories/NamaRepository.php buat register app/Providers/RepositoryServiceProvider.php…

0 Comments

Desa Digital

GETALL SocialAssistanceRecipientRepositoryInterface.php (interface) getAll getAllPaginate SocialAssistanceRecipientRepository.php (repository) getAll getAllPaginate SocialAssistanceRecipien.php (model) scopeSearch RepositoryServiceProvider.php $this->app->bind(SocialAssistanceRepositoryInterface::class, SocialAssistanceRecipientRepository::class); (register) php artisan make:controller SocialAssistanceRecipientController --api php artisan make:resource SocialAssistanceRecipientResource SocialAssistanceRecipientResource,php toArray SocialAssistanceRecipientController.php private construct…

0 Comments