malamalca / arhint
Arhim Intranet App
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.2
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- cakephp/authentication: ^2.0
- cakephp/authorization: ^2.0
- cakephp/cakephp: ^4.3.2
- cakephp/migrations: ^3.4
- cakephp/plugin-installer: ^1.3
- chillerlan/php-qrcode: dev-main
- malamalca/lil: ^4.5
- mikehaertl/phpwkhtmltopdf: 2.0.*@dev
- phpoffice/phpword: ^0.18.2
- syncroton/syncroton: dev-master
- tecnickcom/tcpdf: dev-main
- zendframework/zendframework1: 1.12.*
Requires (Dev)
- cakephp/bake: ^2.6
- cakephp/cakephp-codesniffer: ^4.5
- cakephp/debug_kit: ^4.5
- josegonzalez/dotenv: ^3.2
- phpstan/phpstan: ^0.12.3
- phpunit/phpunit: ~8.5.0 || ^9.3
- vimeo/psalm: ^4.15
Suggests
- dereuromark/cakephp-ide-helper: After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan/Psalm compatibility.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
README
This is a simple costum ERP/CRM solution for a small company.
The source code can be found here: malamalca/arhint.
Installation
- Download Composer or update
composer self-update
. - Run
composer create-project --prefer-dist --no-dev malamalca/arhint [app_name]
.
You can now either use your machine's webserver to view the default home page, or start up the built-in webserver with:
bin/cake server -p 8765
Then visit http://localhost:8765
to see the welcome page.
Configuration
Read and edit the environment specific config/app_local.php
and setup the
'Datasources'
and any other configuration relevant for your application.
Other environment agnostic settings can be changed in config/app.php
.