PHPackages                             starfolksoftware/ally - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. starfolksoftware/ally

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

starfolksoftware/ally
=====================

Manage contacts(e.g customers, suppliers, vendors etc) and addresses in your laravel applications.

v2.0.1(2y ago)11.1kMITPHPPHP ^8.1

Since Apr 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/starfolksoftware/ally)[ Packagist](https://packagist.org/packages/starfolksoftware/ally)[ Docs](https://github.com/starfolksoftware/ally)[ RSS](/packages/starfolksoftware-ally/feed)WikiDiscussions v2.x Synced 1mo ago

READMEChangelog (5)Dependencies (9)Versions (7)Used By (0)

Introduction
============

[](#introduction)

Manage contacts(e.g customers, suppliers, vendors etc) in your laravel applications.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require starfolksoftware/ally
php artisan Ally:install
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="ally-config"
```

Configuration
-------------

[](#configuration)

This is the contents of the published config file:

```
return [
    'middleware' => ['web'],

    'redirects' => [
        'store' => null,
        'update' => null,
        'destroy' => '/',
    ],
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="ally-views"
```

Usage
-----

[](#usage)

```
