faridlab/salt-laravel-employee-attendance

v9.0.3 2022-12-11 17:21 UTC

This package is auto-updated.

Last update: 2024-05-11 20:30:00 UTC


README

General information about this package.

Installation

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

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=employee-attendance-config

This will add a new employee-attendance.php file in the config directory.

Publishing Migrations and Seeds

To publish the migration file, run the following command:

$ php artisan vendor:publish --tag=employee-attendance-migrations

To publish the seeder file, run the following command:

$ php artisan vendor:publish --tag=employee-attendance-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=employeeattendanceSeeder

Contributing

Information about contributing to this package.