Andrew Drake

Results 29 comments of Andrew Drake

Yes that is correct at the moment, in this pre-release stage :) We can work towards support for alternatives.

Looks like conflict with the laravel-auditing package I set up for audit logging. What version of Laravel are you using?

I'll take a look, yes it's Laravel 6. Might be an issue with PHP 7.4, I'll do some testing

I have just released some updates and with latest version managed to get the package to install via composer. Please note I haven't completed a full install on that school...

Ah ok, this is an interesting use case. The school management project has permissions tables already, which will conflict with the Spatie permissions package I have implemented. There is a...

Can you try this: 1. Add this to your env file `LARAVEL_CRM_PERMISSION_TABLE_PREFIX=crm_` 2. Replace the "permissions.php" file in the application config folder with this new version [https://github.com/venturedrake/laravel-crm/blob/master/config/permission.php](url) 3. Run the...

Link should be https://github.com/venturedrake/laravel-crm/blob/master/config/permission.php

Yes this is actually something I have on the roadmap. There is an "Activity" tab on a contact, it will show tasks, notes, etc. However will be looking to expand...

@inmanturbo do you have an example for me where you gave User model in another location? Current the package will support App\User and App\Models\User.

Thanks for reporting, I'll take a look at this. For reference the initial migrations were run in the one file `2023_01_19_045623_create_laravel_crm_tables.php` There is an update migration that adds the client_id...