An Application dashboard and launcher
Go to file
2018-02-04 17:19:48 +00:00
app Changed .env to production and cache config and route 2018-02-04 17:19:48 +00:00
bootstrap First commit 2018-01-26 14:35:01 +00:00
config Initial upload icon support 2018-02-02 15:16:55 +00:00
database fixes to alerts and soft deleting 2018-02-03 15:46:14 +00:00
public fixes to tile css 2018-02-04 15:56:59 +00:00
resources Remove description column and made url clickable in list view 2018-02-04 17:01:00 +00:00
routes fixes to alerts and soft deleting 2018-02-03 15:46:14 +00:00
storage First commit 2018-01-26 14:35:01 +00:00
tests First commit 2018-01-26 14:35:01 +00:00
vendor initial support for supported applications 2018-02-01 23:10:08 +00:00
.env Changed .env to production and cache config and route 2018-02-04 17:19:48 +00:00
.env.example First commit 2018-01-26 14:35:01 +00:00
.gitattributes First commit 2018-01-26 14:35:01 +00:00
.gitignore Add vendor and .env to make usable 2018-02-01 20:01:12 +00:00
artisan First commit 2018-01-26 14:35:01 +00:00
CHANGELOG.md First commit 2018-01-26 14:35:01 +00:00
composer.json changes 2018-02-01 14:45:59 +00:00
composer.lock fixes 2018-02-01 19:55:03 +00:00
package-lock.json fixes 2018-02-01 19:55:03 +00:00
package.json item sass 2018-02-02 15:29:17 +00:00
phpunit.xml First commit 2018-01-26 14:35:01 +00:00
readme.md Update readme.md 2018-02-03 21:18:07 +00:00
server.php First commit 2018-01-26 14:35:01 +00:00
webpack.mix.js added order saving, dragging and pinning 2018-02-03 00:22:42 +00:00

alt text

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.