mrlutin/esx-panel

This package is abandoned and no longer maintained. No replacement package was suggested.

Webadmin panel for FiveM ESX servers

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 5

Forks: 4

Open Issues: 0

Language:HTML

Type:project

dev-master 2017-12-31 17:59 UTC

This package is not auto-updated.

Last update: 2020-01-24 17:18:14 UTC


README

This is a work in progress.

Apache

Laravel includes a public/.htaccess file that is used to provide URLs without the index.php front controller in the path. Before serving Laravel with Apache, be sure to enable the mod_rewrite module so the .htaccess file will be honored by the server. If the .htaccess file does not work with your Apache installation, try this alternative:

Options +FollowSymLinks RewriteEngine On

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

Nginx

If you are using Nginx, the following directive in your site configuration will direct all requests to the index.php front controller:

location / { try_files $uri $uri/ /index.php?$query_string; }

SCREENSHOT

Home Page screenshot

Member List screenshot

Issue Tracker screenshot

Issue Topic screenshot

Whitelist Request screenshot