@boubou I've used backpack before and didn't have any issue upgrading between versions.
its takes a bit of getting used to, but as you don't need to license it for development my suggestion would be to download it and give it a try.
You aren't dependent on using it for everything. the project we used it on, we only did super admin CP and built a standard Laravel backend for normal administrators.
@boubou I've not used Nova. Watching the series on laracasts, it seems quite similar. As its Laravel you aren't tied to having everything built in Nova in the same way you aren't for Backpack.
What I am worried about is extensions with Nova.
As my client may ask me to add stripe or another payment gateway.
If I cannot custom code, I am worried to get stuck.
Also for the login, my client will need extras like a private code + password and things like that....a bit worried to struggle to add stuff to it if the framework is tightly close to its code use.
Yes I have used Nova on multiple applications, you are only bound to Nova in the way that you have to create components to create really custom functionalities, you can have your own controllers, vue components, routes, etc.
Thanks I see.
Can you generate blank pages and drop in your own vue components for example? Or create your own ajax calls completely independently from Nova?