You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
KodeStar ffcc4127f8 css changes 7 years ago
app Order list view by title and added different dash icon 7 years ago
bootstrap First commit 7 years ago
config Initial upload icon support 7 years ago
database fixes to alerts and soft deleting 7 years ago
public css changes 7 years ago
resources css changes 7 years ago
routes fixes to alerts and soft deleting 7 years ago
storage First commit 7 years ago
tests First commit 7 years ago
vendor initial support for supported applications 7 years ago
.env Add vendor and .env to make usable 7 years ago
.env.example First commit 7 years ago
.gitattributes First commit 7 years ago
.gitignore Add vendor and .env to make usable 7 years ago
CHANGELOG.md First commit 7 years ago
artisan First commit 7 years ago
composer.json changes 7 years ago
composer.lock fixes 7 years ago
package-lock.json fixes 7 years ago
package.json item sass 7 years ago
phpunit.xml First commit 7 years ago
readme.md Update readme.md 7 years ago
server.php First commit 7 years ago
webpack.mix.js added order saving, dragging and pinning 7 years ago

readme.md

About

An Application dashboard and launcher

Web Server Configuration

Apache

A .htaccess file ships with the app, however, if it 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;
}

License

This app is open-sourced software licensed under the MIT license.