adnduweb / amauchar
A project adnduweb/amauchar area for CodeIgniter 4 projects
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: ^7.3 || ^8.0
- codeigniter4/framework: ^4
- codeigniter4/shield: dev-develop
- codeigniter4/tasks: dev-develop
- dompdf/dompdf: ^1.2
- giggsey/libphonenumber-for-php: ^8.12
- google/apiclient: ^2.12.1
- league/commonmark: ^2.3
- league/csv: ^9.8
- michalsn/codeigniter4-uuid: ^1.0
- michelf/php-markdown: ^1.9
- phpoffice/phpspreadsheet: ^1.23
- psr/cache: ^3.0
- spatie/commonmark-highlighter: ^3.0
- spatie/menu: ^3.0
- whichbrowser/parser: ^2.1
Requires (Dev)
- fakerphp/faker: ^1.9
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^9.1
Suggests
- ext-fileinfo: Improves mime type detection for files
This package is auto-updated.
Last update: 2024-11-12 13:38:12 UTC
README
Just getting started.
Server Requirements
This currently has the same requirements as CodeIgniter 4.
Installation
Installation is a simple 2-step process:
> composer create-project adnduweb/amauchar app --stability dev > cd app > php spark adn:install
Find more details in the docs folder.
Third Party Software Used
- Bootstrap 5 for the CSS foundation
- FontAwesome 5 icons used in the admin
- Metronic Theme home et back.
- htmx provides AJAX form handling, and more.
- Codeigniter4/shield CodeIgniter library for simple Acces (orm).
Install
- php spark adn:install
DEV
- npm run watch --front
- npm run watch --front
- npm run production --admin --dark_mode
Test apps
php -d memory_limit=-1 vendor/bin/phpunit --path-coverage tests/system/Database/BaseQueryTest.php --coverage-html build/coverage