Skip to content

Repository files navigation

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

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages