Search

How to Create a Package in Laravel

laravel logo line 2

Here’s a look at creating our very own package in Laravel 5.6 from scratch using simple steps. Using the example of a “To Do List” package, we’ll cover concepts like migrations, routes, views, and dependencies on other packages, and so on.