Standalone nette forms without composer?

maman88
Member | 1
+
0
-

Hello is it possible to use nette forms without composer? Which file it need to require in my main php script?

I'm on shared hosting and can't install any composer and also don't know anything about composer.

David Matějka
Moderator | 6445
+
+8
-

Hi, developing without Composer nowadays is not recommended. Just invest 30 minutes to learn composer basics and you will save a lot of your time in the future.

And it's not an issue you are on shared hosting. You will install all the dependencies locally and then you will just transfer them using ftp.