Skip to content

Instantly share code, notes, and snippets.

@dirumahrafif
Last active May 26, 2025 21:35
Show Gist options
  • Select an option

  • Save dirumahrafif/d271dc7a110ac204d40d2b9263273a0e to your computer and use it in GitHub Desktop.

Select an option

Save dirumahrafif/d271dc7a110ac204d40d2b9263273a0e to your computer and use it in GitHub Desktop.
Update Saat Upload Hosting Laravel

1. File .htaccess

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]

2. file index.php

$app->bind('path.public', function() {
return __DIR__;
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment