'Displaying not found error after deploying laravel project to netlify

I'm currently wanted to deploy my website to netlify. The deployment is success:

deploy succes image

But when I click the URL, it returns "not found":

not found image

What I have done is make a file called _redirects filled with

/*    /index.php    200

and set the "publish directory" on Netlify to "Public." It is still not working.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source