Laravel missing providers

  Kiến thức lập trình

Im currently learning laravel through a course. The instructor is using laravel 10 I think and I’m on the latest laravel 11. I got stuck when it came to the providers cause I only have 1 provider which is the AppServiceProvider.

The instructor has about 5 providers in his project by default and is currently working in the AuthServiceProvider which I don’t have.

How do I get the missing providers?

I used composer create-project laravel/laravel myProjectName

I expected to have all files as expected from the course material

New contributor

MacDee501 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT