Packages

Since the arrival of Composer, copying and pasting code between projects is a thing of the past.

Not only have Composer and Packagist made it very simple for you to share your own code between your projects, they have also help you to save time by pulling in packages that other developers have written, so that you can focus on achieving your application-specific goals.

To that end, Founder installs a few packages in addition to the Laravel defaults that solve problems that are encountered in many of the most applications. The goal of Founder is not, however, to include the kitchen sink.

You are of course free to add, change, and remove any packages from the composer.json file as you see fit.

Last Updated: 5/17/2021, 1:01:48 AM