Open Source ERP system build for enterprise over Laravel & FilamentPHP.
composer create-project zypta/zypta
git@github.com:zypta/zypta.git
cd zypta
cp .env.example .env
composer install
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan optimize
now you can run server
php artisan serve
or you can use docker
/vender/bin/sail up
composer test
composer format
composer analyse
Please see CHANGELOG for more information on what has changed recently.
The Zypta is open-sourced software licensed under the MIT license.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.