Laravel nova exposing my unlimited license to my customers?
Hi, Laravel-nova requires me to add all the production urls to their dashboard and also set the license key in the app's env file to mark it as registered and to not show the red colored "Unregistered" label. But if I have to include the license key on the source code then when I provide this code to my customer he/she will get my license key which I dont want.
@MohamedTammam Well that's not what I want. Anyways I think I have found the solution I can add as many as license keys I want in unlimited version So giving a customer of mine his/her own production license key is not a problem. Thanks for your response!
@iftekhs , I do not think this is how it works with unlimited licenses. read the FAQ's.
Can I use an unlimited license for all of my client projects?
Not exactly. An unlimited license provides you unlimited access to Nova for all of your projects, but it doesn't mean your client is also allowed to use your license. Your clients will need their own license to use Nova for their projects.
@Shaden I think I get it now first I need to generate a key then I need to activate it to the project by adding the key to .env file and then run command for checking the license
Then I can remove the NOVA_LICENSE_KEY from .env file.
If every single one of my customer needs to buy nova then there is no point for me to buy unlimited one. I want to get unlimited key only because I want to provide nova dashboard to all my client's projects.