uneca / census-app-scaffold
Census application scaffold
Installs: 53
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.1
- ext-intl: *
- ext-redis: *
- ext-zip: *
- laravel/jetstream: ^4.0
- livewire/livewire: ^3.0
- spatie/laravel-package-tools: ^1.15
- spatie/laravel-translatable: ^6.5
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.18
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^7.0
- phpunit/phpunit: ^10.1
- spatie/laravel-ignition: ^2.0
README
This is a Laravel package (built with Laravel Jetstream) that has some census/survey related functionalities built into it. It provides a basic structure for building census applications and is meant to be used within the UNECA/ACS org.
It helps speed up the development process and reduce the amount of code that needs to be written from scratch. It also ensures that all applications in the organization have the same look and feel as it provides basic UI components.
Features
- User management (with invitation based registration)
- Role based permissions
- Announcements (to role or everyone)
- Area hierarchy definition
- Areas (shapefile and csv import)
- Usage stats
- Notifications (with inbox)
- Adminify command (for creating super user accounts)
- Data import and export (for production)
- Dockerization (command)
- Production checklist command
- i18n
- 2FA enforcement
- Queued jobs for scalability
Included Livewire Components
- Area Filter
- Area Restriction
- Language Switcher
- Notification (bell, dropdown and inbox)
- Role Manager
Installation
composer require uneca/census-app-scaffold