How to install krayin/laravel-crm. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
krayin/laravel-crm Installation Guide
How to install krayin/laravel-crm. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for krayin/laravel-crm. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i krayin/laravel-crmor
Install via npx
npx @hexmos/ipm i krayin/laravel-crmPrerequisites
PHP
languageVersion: 8.1 or higher
Composer
package_managerVersion: 2.5 or higher
Apache 2 or NGINX
system_toolWeb server for serving the application.
MySQL
system_packageVersion: 5.7.23 or higher
MariaDB
system_packageVersion: 10.2.7 or higher
Node.js
build_toolVersion: 8.11.3 LTS or higher
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Composer Installation
php artisan krayin-crm:install
php artisan route:clear
php artisan servePost Installation Steps
- Open your browser and navigate to the URL you configured in the .env file (e.g., http://localhost:8000). This will take you to the admin dashboard.
- You can now start exploring the CRM's features, such as creating new leads, managing customers, and analyzing sales data.
