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.
- friendsofphp/php-cs-fixer
- Ensures that the code style and formatting of each project is consistent, using rules defined in the
.php_cs
file.
- Ensures that the code style and formatting of each project is consistent, using rules defined in the
- laravel/horizon
- Horizon provides a beautiful dashboard and code-driven configuration for your Laravel powered Redis queues. Horizon allows you to easily monitor key metrics of your queue system such as job throughput, runtime, and job failures.
- laravel/telescope (dev only)
- An elegant debug assistant for the Laravel framework
- honeybadger-io/honeybadger-laravel
- Laravel-specific integration for bug tracking platform, Honeybadger.
- enlightn/enlightn
- A command line tool for performance and security reporting.