contacts / contacts-package
There is no license information available for the latest version (dev-master) of this package.
Contacts Pacakge
Package info
github.com/MaeganW/contacts-package
Type:project
pkg:composer/contacts/contacts-package
dev-master
2020-03-25 17:07 UTC
This package is auto-updated.
Last update: 2026-03-26 06:04:56 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