curicows / laravel-common
Shared Laravel common utilities for Curicows applications.
1.0.6
2026-07-15 22:59 UTC
Requires
- php: ^8.5
- bacon/bacon-qr-code: ^3.0.4
- laravel/framework: ^13.0
- maatwebsite/excel: ^3.1.68
- mrpunyapal/laravel-auth-jobs: ^1.3
- nwidart/laravel-modules: ^13.0.0
- pragmarx/google2fa-laravel: ^3.0
- pragmarx/recovery: ^0.2.1
- spatie/laravel-data: ^4.21
Requires (Dev)
- laravel/pint: ^1.29
- orchestra/testbench: ^11.0
- phpunit/phpunit: ^12.0
This package is auto-updated.
Last update: 2026-07-20 05:22:35 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
Publish the optional base migrations when an application wants to start from the common user schema:
php artisan vendor:publish --tag=laravel-common-migrations
Development
composer install
composer test
composer lint