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.
 
 
 
 
 
Chris 2f79499b0d fix to show settings when not empty && instead of || 8 years ago
app fix to show settings when not empty && instead of || 8 years ago
bootstrap First commit 8 years ago
config added settings 8 years ago
database Added upgrade process 8 years ago
public Added upgrade process 8 years ago
resources Added upgrade process 8 years ago
routes search functionality and settings fixes 8 years ago
storage First commit 8 years ago
tests First commit 8 years ago
vendor added settings 8 years ago
.env added settings 8 years ago
.env.example First commit 8 years ago
.gitattributes First commit 8 years ago
.gitignore Add vendor and .env to make usable 8 years ago
CHANGELOG.md First commit 8 years ago
artisan First commit 8 years ago
composer.json changes 8 years ago
composer.lock fixes 8 years ago
package-lock.json fixes 8 years ago
package.json item sass 8 years ago
phpunit.xml First commit 8 years ago
readme.md Update readme.md 8 years ago
server.php First commit 8 years ago
webpack.mix.js added order saving, dragging and pinning 8 years ago

readme.md

alt text

About

An Application dashboard and launcher

Video

If you want to see a quick video of it in use, go to https://drive.google.com/file/d/1cijXgmjem_q2OfKMp36qVuXRiyOzvhWC/view

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.