velkymx / tickets

An agile ticket tracker build using the Laravel PHP framework
MIT License
19 stars 7 forks source link
agile issues jira sprint tickets

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.