IceburgCRM SASS. Code behind IceburgCRM.com Host customer IceburgCRMs. Made with Laravel JetStream, Socialite, Tailwinds and DaisyUI.
iceburgcrm/iceburgsaas is a Laravel package for iceburgcrm sass. code behind iceburgcrm.com host customer iceburgcrms. made with laravel jetstream, socialite, tailwinds and daisyui..
It currently has 18 GitHub stars and 6 downloads on Packagist (latest version v1.1.5).
Install it with composer require iceburgcrm/iceburgsaas.
Discover more Laravel packages by iceburgcrm
or browse all Laravel packages to compare alternatives.
Last updated
This is the repository for the IceburgCRM SaaS project, which powers IceburgCRM.com and allows customers to host their own IceburgCRMs.
Screenshots:
.env.example to .env and configure the database settings, Stripe API key, and GitHub OAuth key for Socialite.composer install to install the PHP dependencies.npm install to install the Node.js dependencies.php artisan key:generate to generate an application key.php artisan migrate to run the database migrations.npm run dev to compile the assets.php artisan serve or use a web server like Apache or Nginx.