Courses

How to Create Laravel Package: Step-by-Step Example

Models, Migrations, Artisan Commands

In our specific package case, we didn't need some features, but I do want to mention them and show you how to use them, in case your packages need them.


Eloquent Models

This one is pretty easy, you just create a Model class in the /src/Models of the package and namespace it correctly.

Then, your Controllers (or the Controllers outside the package) may just use the Model by loading it from the correct namespace....

The full lesson is only for Premium Members.
Want to access all 12 lessons of this course? (33 min read)

You also get:

  • 74 courses
  • Premium tutorials
  • Access to repositories
  • Private Discord