contacts/contacts-package

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

Contacts Pacakge

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

This package is auto-updated.

Last update: 2025-06-26 04:08:12 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