I have been using Laravel for quite few months. I switched to Spark for my new project and got few questions.
Where are the Model files in Spark? (I used to have my Model files in app/Model in Laravel)
I could not find logic where the DB connection and select or other mySql queries happens? Please help me find those.
How to completely disable the Subscription/Billing related elements from front-end. As I don't have to charge my Users
Do we have full documentation which covers all Spark concepts. I checked the basic videos of spark but I am searching for detailed documentation.
Please note that I freshly installed Spark so did not have any code that I tried to clear my doubts mentioned above.