PHPackages                             basketin/customers - 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. basketin/customers

Abandoned → [basketin/customers](/?search=basketin%2Fcustomers)ArchivedLibrary

basketin/customers
==================

03.7k↓50%PHP

Since Aug 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/basketin/customers)[ Packagist](https://packagist.org/packages/basketin/customers)[ RSS](/packages/basketin-customers/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![](./cover.svg)](#)

 [![Source](https://camo.githubusercontent.com/72fee9eae0a2701c05f1cd207a848698cdaa572c077ff6551031ef44602e6848/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d5061636b6167697374266d6573736167653d6261736b6574696e2f637573746f6d65727326636f6c6f723d626c7565266c6f676f3d7061636b6167697374266c6f676f436f6c6f723d7768697465)](https://packagist.org/packages/basketin/customers) [![Packagist Version](https://camo.githubusercontent.com/8443cb78ca0224059f174df122fd02e48617ae1e1b6f24bc73b55df2342735a5/68747470733a2f2f706f7365722e707567782e6f72672f6261736b6574696e2f637573746f6d6572732f76)](https://packagist.org/packages/basketin/customers)

Basketin Customers
==================

[](#basketin-customers)

The customers' module lets you register and manage customers and support Filament.

Documentation
-------------

[](#documentation)

### Installation

[](#installation)

Install via composer.

```
composer require basketin/customers
```

You need to migrate the package tables.

```
php artisan migrate
```

### How to use

[](#how-to-use)

#### Create New Customer

[](#create-new-customer)

You can create a new customer using the following code.

```
