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

Employee Schedule

15
1
v9.0.6
About faridlab/salt-laravel-employee-schedule

faridlab/salt-laravel-employee-schedule is a Laravel package for employee schedule. It currently has 1 GitHub stars and 15 downloads on Packagist (latest version v9.0.6). Install it with composer require faridlab/salt-laravel-employee-schedule. Discover more Laravel packages by faridlab or browse all Laravel packages to compare alternatives.

Last updated

Salt Laravel Employee Schedule

General information about this package.

Installation

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

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-schedule-config

This will add a new employee-schedule.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-schedule-migrations

To publish the seeder file, run the following command:

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

Contributing

Information about contributing to this package.

Comments