faridlab/salt-laravel-employee-calendar is a Laravel package for employee calendar.
It currently has 1 GitHub stars and 9 downloads on Packagist (latest version v9.0.10).
Install it with composer require faridlab/salt-laravel-employee-calendar.
Discover more Laravel packages by faridlab
or browse all Laravel packages to compare alternatives.
Last updated
General information about this package.
To install this package, please run this command below:
$ composer require faridlab/salt-laravel-employee-calendar
Information about using this package
To publish the config file of our package, run the following command:
$ php artisan vendor:publish --tag=employee-calendar-config
This will add a new employee-calendar.php file in the config directory.
To publish the migration file, run the following command:
$ php artisan vendor:publish --tag=employee-calendar-migrations
To publish the seeder file, run the following command:
$ php artisan vendor:publish --tag=employee-calendar-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=employeecalendarSeeder
Information about contributing to this package.