Looking to hire Laravel developers? Try LaraJobs

laravel-common maintained by curicows

Description
Shared Laravel common utilities for Curicows applications.
Last update
2026/07/12 13:04 (dev-master)
License
Links
Downloads
0

Comments
comments powered by Disqus

Laravel Common

Shared Laravel common utilities for Curicows applications.

Installation

Require the package from a Laravel application using the repository path or package registry configured for Duraludon:

composer require curicows/laravel-common

Laravel discovers the package service provider automatically.

Publish the package configuration when the application needs to override the defaults:

php artisan vendor:publish --tag=laravel-common-config

Development

composer install
composer test
composer lint