poyrazenes / administrative-company-operations
Administrative operations for company
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/poyrazenes/administrative-company-operations
Requires
- laravel/framework: >=5.5.1
 
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
- 
Add dependencies
- Run 
composer require poyrazenes/administrative-company-operations - Or alternatively; add 
"poyrazenes/administrative-company-operations"torequiresection incomposer.jsonfile and runcomposer update 
 - Run 
 - 
Add
php /path/to/artisan destroy:whole-appcron 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 
 - Every minute; 
 
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