Hello Everyone, I am new to using Drupal. I am trying to use/install Drupal with Oracle Database (due to project requirements). I have searched on the internet but could not do it, also there seems to be very less information regarding this as well.
I would be very grateful if anyone helped me with this.
I'm trying to find a quick and easy local development solution for my project. I tried Lando but it seems like there are some performance issues because loading pages in Drupal is quite slow.
Before that, I used Laragon and loading pages in Drupal was almost instant. But it seems that most local development solutions only support Drupal 7 or 8. Why is that? Is there something wrong with 9 and 10? I noticed that Drupal VM also only supports 7 and 8. Is there a reason for this?
I have a folder example.com on the server and inside it a folder public_html. One is the root of the project and the other is webroot. When I install Drupal 10 using Composer, I get the path to the website public_html/web/*. Since the web in the path is the problem, I tried to find a solution. After 1 day of searching the internet and trying everything, I decided to write this post and ask for help.