Skip to content

Latest commit

 

History

History
66 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

66 lines (26 loc) · 1.18 KB

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.