| Install | |
|---|---|
composer require iceburgcrm/iceburgsaas |
|
| Latest Version: | v1.1.5 |
| PHP: | ^8.0.2 |
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.