Looking to hire Laravel developers? Try LaraJobs

laravel-essentials maintained by foxws

Description
Essentials for Laravel projects
Author
Last update
2026/09/15 16:42 (dev-main)
License
Downloads
665

Comments
comments powered by Disqus

Essentials for Laravel projects

Installation

You can install the package via Composer:

composer require foxws/laravel-essentials

You may publish all of the package's resources at once:

php artisan vendor:publish --tag="essentials"

Or, you may publish each resource individually:

Publishing the Configuration File

php artisan vendor:publish --tag="essentials-config"

Usage

Once installed, Laravel Essentials applies a set of sensible defaults automatically — no code required:

// Model::shouldBeStrict(), URL::forceHttps(), Date::use(CarbonImmutable::class), and more.

See the documentation for the full list of defaults and how to enable or disable them.

Looking for Domain Driven Design scaffolding (ddd:install, ddd:make)? That's now the separate foxws/laravel-ddd package.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Thank you for considering contributing to Laravel Essentials! Please review our contributing guide to get started.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

Laravel Essentials is open-sourced software licensed under the MIT license.