venturedrake / laravel-crm

Open Source Laravel CRM Package
https://laravelcrm.com
MIT License
251 stars 95 forks source link

Problem with the views, controller and routes #51

Open rafacruz-te20 opened 6 months ago

rafacruz-te20 commented 6 months ago

Description:

Hello, if I install the crm-starter project, I do not have any view, controller or route to modify, how can I download the complete project with all the data.

andrewdrake commented 6 months ago

The laravel-crm is a vendor package, do you have experience working with Laravel packages? You can overwrite any vendor file if you need, there are few approaches to this however. I've been looking at adding some information in the docs for this. Otherwise you can searcg google for "how to overwrite vendor files in laravel"

Also you can publish views from any package and customize them.