laravel-crm icon indicating copy to clipboard operation
laravel-crm copied to clipboard

Problem with the views, controller and routes

Open rafacruz-te20 opened this issue 1 year ago • 1 comments

  • Laravel CRM Version: last version
  • PHP Version: 8.1

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.

rafacruz-te20 avatar Feb 14 '24 12:02 rafacruz-te20

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.

andrewdrake avatar Feb 18 '24 23:02 andrewdrake