poyrazenes/administrative-company-operations

Administrative operations for company

1.0.9 2023-11-01 07:49 UTC

This package is auto-updated.

Last update: 2024-05-30 01:06:24 UTC


README

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