I deployed my application in GAE with php 8.2.My deployment successfully finished.My index page also came. But I included some jquery files and other css,bootstrap and all in my application.. That and all not working.
<?php
echo phpinfo();
?>
<html>
<head>
<script src="JS/jquery-3.6.4.min.js"></script>
<script>
$(document).ready(function(){
alert('inside');
})
</script>
</head>
In my sample I included JS file and in document ready i put alert for checking.
This is my file structure.

Am waiting for your valuable response.
Thanks for your valuable response.As per Your Solution, your telling about App Engine Standard Environment.But My case in App Engine Flexible Environment.
Did you look at the browser network (Under developer tools) output? I am facing similar issue with PHP8, GCP Flex deployment of Laravel Project. I noticed that the console logs were showing incorrect MIME type error for my CSS and JS files
Also, the handlers will not working in flex deployment. I think it is not needed.
Yes, it is not working in php81 also. I am also not able to load the images
or any content from public directory.
If you are comfortable, please ping me in Skype, we can work together and
debug the problem.
my index.php works fine in the root folder. But if i put it in any other folder it stops working.
Can Google please respond to this. I have been scrtaching my head over this for days
Can you please tell, how to use php 8.2 in App engine Flexible environment.Pls tell me the soution for my question.I didn’t get any solution yet for past one month.