Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider tidak te-register #4

Closed
proximacentauri99 opened this issue May 19, 2021 · 1 comment · Fixed by #5
Closed

provider tidak te-register #4

proximacentauri99 opened this issue May 19, 2021 · 1 comment · Fixed by #5
Assignees
Labels
bug Something isn't working

Comments

@proximacentauri99
Copy link

provider yang ada di dalam modules yang baru saja dibuat tidak terpanggil.

@ersadishla ersadishla added the bug Something isn't working label May 19, 2021
@durianpeople
Copy link
Collaborator

Cara replicate:

  1. Buat project Laravel baru (composer create-project laravel/laravel project)
  2. Install dptsi/laravel-modular (composer require dptsi/laravel-modular)
  3. Buat modul baru (php artisan module:make Blog)
  4. Pasang breakpoint di method register() dan boot() setiap service provider (di app/Modules/Blog/Providers), lakukan debug dengan XDebug

Expected:

Semua breakpoint dapat tercapai

Result

Hanya breakpoint dalam method register() yang dapat tercapai.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants