velkymx / tickets

An agile ticket tracker build using the Laravel PHP framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tickets!

Tickets is an agile style ticket tracker using the Laravel PHP framework and Bootstrap 3. Please feel free to add features and grow the project. See the screenshots below!

Installing

Copy files to your server.

Run composer update to get all of the updated libraries

composer update

Edit the .env to reference the new database

From the command line run the migrations.

php artisan migrate

Seed the database

php artisan db:seed --class=DefaultsSeeder

Load in a web browser and enjoy!

Screenshots

Alt text

Alt text

Alt text

Alt text

Alt text

License

Tickets! is open-sourced software licensed under the MIT license.

About

An agile ticket tracker build using the Laravel PHP framework

License:MIT License


Languages

Language:PHP 58.6%Language:Blade 40.6%Language:JavaScript 0.6%Language:CSS 0.2%