Open source internal ticketing system
Go to file
2022-11-21 13:03:51 -05:00
assets Added Eloquent and Phinx for handling database connections and migrations; added a Ticket model and a simple ticket/create form to create new tickets 2022-11-20 22:25:29 -05:00
bin Initial PHP slim project structure 2022-11-19 13:51:05 -05:00
conf Added config module 2022-11-19 13:53:05 -05:00
data Added Eloquent and Phinx for handling database connections and migrations; added a Ticket model and a simple ticket/create form to create new tickets 2022-11-20 22:25:29 -05:00
db/migrations Added ticket status 2022-11-20 23:42:45 -05:00
public Initial PHP slim project structure 2022-11-19 13:51:05 -05:00
src Added ticket edit action 2022-11-21 13:03:51 -05:00
views Added ticket edit action 2022-11-21 13:03:51 -05:00
.gitignore Added Eloquent and Phinx for handling database connections and migrations; added a Ticket model and a simple ticket/create form to create new tickets 2022-11-20 22:25:29 -05:00
composer.json Added Eloquent and Phinx for handling database connections and migrations; added a Ticket model and a simple ticket/create form to create new tickets 2022-11-20 22:25:29 -05:00
composer.lock Added Eloquent and Phinx for handling database connections and migrations; added a Ticket model and a simple ticket/create form to create new tickets 2022-11-20 22:25:29 -05:00
Gruntfile.js Added grunt to project for SASS and CoffeeScript files 2022-11-19 13:58:35 -05:00
LICENSE Initial PHP slim project structure 2022-11-19 13:51:05 -05:00
package-lock.json Added grunt to project for SASS and CoffeeScript files 2022-11-19 13:58:35 -05:00
package.json Added grunt to project for SASS and CoffeeScript files 2022-11-19 13:58:35 -05:00
phinx.php Added Eloquent and Phinx for handling database connections and migrations; added a Ticket model and a simple ticket/create form to create new tickets 2022-11-20 22:25:29 -05:00
README.md Initial commit 2022-11-19 13:42:21 -05:00

goliath

Open source internal ticketing system