Added Eloquent and Phinx for handling database connections and migrations; added a Ticket model and a simple ticket/create form to create new tickets
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,9 @@
|
||||
# Composer dependencies
|
||||
vendor/
|
||||
|
||||
# Local data
|
||||
data/
|
||||
|
||||
# NPM dependencies (building CSS and JS)
|
||||
node_modules/
|
||||
|
||||
|
Reference in New Issue
Block a user