IceburgCRM SASS. Code behind IceburgCRM.com Host customer's IceburgCRMs. Made with Laravel JetStream, Socialite, Tailwinds and DaisyUI
IceburgCRM SaaS is a repository for the IceburgCRM SaaS project, used to power IceburgCRM.com and enable customers to host their own IceburgCRMs. It is built on Laravel JetStream, Socialite, Tailwinds, and DaisyUI, and allows users to authenticate with GitHub using Socialite. Integration with Stripe for payment processing is also supported.
To install the IceburgCRM SaaS project, follow these steps:
git clone [repository_url]
Copy the .env.example file to .env and configure the database settings, Stripe API key, and GitHub OAuth key for Socialite.
Install the PHP dependencies using composer.
composer install
npm install
php artisan key:generate
php artisan migrate
npm run dev
php artisan serve or by setting up a web server like Apache or Nginx.IceburgCRM SaaS is a powerful project that allows customers to host their own IceburgCRMs. With its integration of popular frameworks and libraries like Laravel JetStream, Socialite, Tailwinds, and DaisyUI, it offers a seamless and user-friendly experience. The project also provides integration with Stripe for easy payment processing and authentication with GitHub using Socialite. The installation process is straightforward and can be done by following the provided steps.