venturedrake / laravel-crm-install
Install and setup a complete Laravel CRM application
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 3
Forks: 14
Open Issues: 4
Type:project
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^9.19
- laravel/sanctum: ^3.0
- laravel/tinker: ^2.7
- symfony/http-client: ^6.3
- symfony/mailgun-mailer: ^6.3
- venturedrake/laravel-crm: 1.2.*
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.12
- fakerphp/faker: ^1.9.1
- laravel/breeze: ^1.18
- laravel/pint: ^1.0
- laravel/sail: ^1.0.1
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^6.1
- phpunit/phpunit: ^9.5.10
- spatie/laravel-ignition: ^1.0
This package is auto-updated.
Last update: 2024-08-25 12:28:37 UTC
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