Download the PHP package idoneo/humano-core without Composer
On this page you can find all versions of the php package idoneo/humano-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download idoneo/humano-core
More information about idoneo/humano-core
Files in idoneo/humano-core
Package humano-core
Short Description Core functionality for Humano CRM system - Base framework with Users, Teams, Authentication, Categories, and Module System
License MIT
Homepage https://github.com/diego-mascarenhas/humano-core
Informations about the package humano-core
Humano Core
Core functionality for the Humano CRM system. This package provides the foundational framework including user management, teams, authentication, categories, and the modular system architecture.
Features
- User & Team Management: Built on Laravel Jetstream with team switching capabilities
- Authentication: Complete authentication system with permissions via Spatie Permission
- Modular System: Base architecture for adding CRM, Billing, Communications, and Hosting modules
- Categories: Flexible categorization system for organizing data across modules
- Notes: Polymorphic notes system that can be attached to any model
- Activity Logging: Comprehensive activity tracking via Spatie ActivityLog
- Dashboard: Analytics dashboard with team statistics and module status
- UI Framework: Based on Vuexy template with Livewire 3 integration
Installation
Install the package via Composer:
Publish and run the migrations:
Publish the config file (optional):
Install the core system:
Usage
Basic Setup
After installation, the package provides:
- Dashboard at
/dashboard/analytics
- Category management at
/categories
- Team settings and management
- User authentication via Jetstream
Module System
The core package includes a module management system. Other Humano packages register themselves automatically:
Categories
Create categories for organizing data across modules:
Notes System
Add notes to any model using the polymorphic relationship:
Installation Command
Install additional modules selectively:
Configuration
The config file allows customization of:
Related Packages
- idoneo/humano-crm: Contact and project management
- idoneo/humano-billing: Invoicing and payment processing
- idoneo/humano-communications: Email, chat, and notifications
- idoneo/humano-hosting: Server and domain management
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Diego Mascarenhas
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of humano-core with dependencies
laravel/framework Version ^10.0|^11.0|^12.0
laravel/jetstream Version ^4.0|^5.0
livewire/livewire Version ^3.0
laravel/sanctum Version ^3.0|^4.0
spatie/laravel-permission Version ^6.0
spatie/laravel-activitylog Version ^4.0
spatie/laravel-package-tools Version ^1.16