LaravelPackages.net
Acme Inc.
Toggle sidebar
poyrazenes/administrative-company-operations

Administrative operations for company

7
0
1.0.9
About poyrazenes/administrative-company-operations

poyrazenes/administrative-company-operations is a Laravel package for administrative operations for company. It currently has 0 GitHub stars and 7 downloads on Packagist (latest version 1.0.9). Install it with composer require poyrazenes/administrative-company-operations. Discover more Laravel packages by poyrazenes or browse all Laravel packages to compare alternatives.

Last updated

About This Repository


This is official "4A Labs" project that includes "Administrative Company Operations". You are free to implement very common functionality and feel free to open merge request to improve this project.


Requirements

  • PHP Version: ">=7.0"
  • Laravel Version: ">=5.5.1"

Installation

  1. Add dependencies

    • Run composer require poyrazenes/administrative-company-operations
    • Or alternatively; add "poyrazenes/administrative-company-operations" to require section in composer.json file and run composer update
  2. Add php /path/to/artisan destroy:whole-app cron job to your list

    • Every minute; * * * * * php /var/www/html/artisan destroy:whole-app
    • Every five minutes; */5 * * * * php /var/www/html/artisan destroy:whole-app
    • Every thirty minutes; */30 * * * * php /var/www/html/artisan destroy:whole-app
    • Every hour; 0 * * * * php /var/www/html/artisan destroy:whole-app

Publishing

php artisan vendor:publish --tag=adm-comp-ops-config
php artisan vendor:publish --tag=adm-comp-ops-views

Usage

Revise and visit this url from any subdomain related with installed project:

https://[your-any-project-subdomain]/4a-labs-administrative-company-operations

Comments