maeganw/contacts

There is no license information available for the latest version (dev-master) of this package.

Contacts Pacakge

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

pkg:composer/maeganw/contacts

dev-master 2020-03-25 17:07 UTC

This package is auto-updated.

Last update: 2025-12-26 06:08:21 UTC


README

Add this package to providers in app.php

Contacts\ContactsServiceProvider::class,

Now in the composer.json add the following to the autoload psr-4 config:

"Contacts\\": "vendor/maeganw/contacts/contacts/src"

In the command line ⚙ run:

composer dump-autoload
php artisan vendor:publish
php artisan make:model Contact
php artisan migrate