venturedrake/laravel-crm-starter
Composer 安装命令:
composer create-project venturedrake/laravel-crm-starter
包简介
Install and setup a complete Laravel CRM application
关键字:
README 文档
README
A complete starter project for the Laravel CRM Package.
This project uses Laravel 9 with the starter kit Laravel Breeze.
Requirements
- PHP: 8.0 or higher
- For MySQL users: 5.7.23 or higher
- For MariaDB users: 10.2.7 or higher
Installation
Clone the repo
git clone --depth=1 https://github.com/venturedrake/laravel-crm-starter.git
This will create a shallow clone of the repo, from there you would just need to remove the .git folder and reinitialise it to make it your own.
Then install composer dependencies
composer install
Configure the Laravel app
Copy the .env.example file to .env and make sure the details match to your install.
cp .env.example .env
All the relevant configuration files should be present in the repo.
Complete the installation
Generate the application key
php artisan key:generate
Link the storage directory
php artisan storage:link
Install Laravel CRM
php artisan laravelcrm:install
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-04