Please guys this is my first time use of laravel i know where the views/ controllers/ models/ folder but i dont know how to remove the index.php form the server Example **http://localhost/popibay/public/index.php/index** how do i remove the index.php please guys...???
If you are using Apache 2.4 or so, make sure you have installed mod_rewrite, enabled it, AllowOverride All in httpd.conf and resarted apache after that.
Did you try reading the documentation?
http://laravel.com/docs/installation#pretty-urls
Your answer is in the last section (Pretty URLs) of the installation instructions.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community