Copying Velocity Package to make my own
-
Hi,
I have been trying to copy the velocity package so I could start to develop on it myself instead of starting from stactch.
I have currently been making the changes on the velocity package itself but I realise that I need to create my own one so it doesn't cause issues when updating.
I keep getting the error.
In ProviderRepository.php line 208:Class "vitalpartsltd\vitalpartstheme\Providers\VitalpartsthemeServiceProvider" not found
I have tried doing it in the correct sequence and clearing all the cache but I just cant get passed this point.
The class is registered in the config/app.php file and I have added in the correct part in the package.json file.
Any help?
-
Hi there,
If you want to create your own package then please take a reference from Here