LaravelPackages.net
Acme Inc.
Toggle sidebar
faridlab/salt-laravel-contacts

67
1
v10.0.2
About faridlab/salt-laravel-contacts

faridlab/salt-laravel-contacts is a Laravel package. It currently has 1 GitHub stars and 67 downloads on Packagist (latest version v10.0.2). Install it with composer require faridlab/salt-laravel-contacts. Discover more Laravel packages by faridlab or browse all Laravel packages to compare alternatives.

Last updated

Salt Laravel Contacts

General information about this package.

Installation

To install this package, please run this command below: $ composer require faridlab/salt-laravel-contacts

Using this package

Information about using this package

Publishing Configurations

To publish the config file of our package, run the following command:

$ php artisan vendor:publish --tag=contacts-config

This will add a new contacts.php file in the config directory.

Publishing Migrations and Seeds

To publish the migration file, run the following command:

$ php artisan vendor:publish --tag=contacts-migrations

To publish the seeder file, run the following command:

$ php artisan vendor:publish --tag=contacts-seeds

Next, edit the .env file with your database credentials and run the following command to execute the migrations:

$ php artisan migrate

Run the command to seed the database with some random data:

$ php artisan db:seed --class=CountryIndonesiaSeeder

Contributing

Information about contributing to this package.

Comments