laravel-crm
laravel-crm copied to clipboard
Problem with the views, controller and routes
- 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.
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.