contacts / contacts-package
Contacts Pacakge
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
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