curicows/laravel-common

Shared Laravel common utilities for Curicows applications.

Maintainers

Package info

github.com/Curicows/laravel-common

pkg:composer/curicows/laravel-common

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.1 2026-07-12 11:04 UTC

This package is auto-updated.

Last update: 2026-07-12 11:05:42 UTC


README

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