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!
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!
Tickets! is open-sourced software licensed under the MIT license.