Looking to hire Laravel developers? Try LaraJobs

salt-laravel-contract maintained by faridlab

Description
Work Contract Module
Author
Last update
2023/01/23 17:52 (dev-main)
License
Downloads
6
Tags

Comments
comments powered by Disqus

Salt Laravel Contract

General information about this package.

Installation

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

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=contract-config

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

Publishing Migrations and Seeds

To publish the migration file, run the following command:

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

To publish the seeder file, run the following command:

$ php artisan vendor:publish --tag=contract-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=contractSeeder

Contributing

Information about contributing to this package.