Nextsuite is a Laravel-based web application designed to manage customers and companies, along with their associated skills, attributes, and other customizable characteristics. It provides a flexible structure for organizing and enriching entity data, making it suitable for CRM-like use cases, talent tracking, or business intelligence workflows.
- Manage Customers and Companies
- Each Skills, Attributes, and custom characteristics to entities
- Modular and extensible data relationships
- Authentication powered by Laravel Fortify
- Role and permission management
- Activity logging and auditing
- Data visualization with charts
- PDF generation support
- API-ready with token authentication
- Laravel 12
- PHP 8.4
- Livewire 4 + Volt + Flux
- Laravel Jetstream
- Laravel Fortify (authentication backend)
- Laravel Sanctum (API authentication)
laravel/frameworklaravel/fortifylaravel/jetstreamlaravel/sanctumlivewire/livewirelivewire/voltlivewire/flux
blade-ui-kit/blade-heroiconsouthebox/blade-flagsrinvex/countriespropaganistas/laravel-phone
icehouse-ventures/laravel-chartjsbarryvdh/laravel-dompdf
spatie/laravel-permissionspatie/laravel-activitylog
openai-php/clientopenai-php/laravel
guzzlehttp/guzzlefakerphp/fakersalahhusa9/laravel-updater
laravel/saillaravel/telescopebarryvdh/laravel-debugbarpestphp/pestpestphp/pest-plugin-laravellaravel/pintmockery/mockery
git clone https://github.com/danilo-quattrini/nextsuite.git
cd nextsuite
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate
npm run buildRun the full development environment:
composer run devThis starts:
- Laravel development server
- Queue worker
- Log viewer
- Vite dev server
This project is licensed under the MIT License.
