I have created about 25 database tables in the migrations folder by first creating the files with ph...
Hi all! How do I get rid of the index.php file in the URL? Currently my site works either way: http:...
dudzio12 said: You can basicly do this by renaming files. You can call php artisan migrate one by o...
popolla said: RewriteRule ^index.php/?(.*)$ $1 [R=301,L] Thanks a lot for this one! In IIS it is &...
popolla said: With Apache you would use the R flag. You can try adding something like this before t...
popolla said: Let me understand... You imported some mod_rewrite rules inside IIS and now the site...
The Laravel portal for problem solving, knowledge sharing and community building.
The community