Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
accellarando authored Sep 27, 2022

Verified

This commit was signed with the committer’s verified signature.
samuel-nogueira-kununu Samuel Nogueira
1 parent bd60902 commit 0cd4ae0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -12,8 +12,9 @@
]`
2. `composer require accellarando/ticketbear`
3. Edit `vendor/accellarando/ticketbear/src/files/config.php` to set up various constants unique to your installation.
4. Run `php artisan ticketbear:install` to move some files around, use my pre-designed views, and run migrations.
5. Edit the new controller placed in app/Http/Controllers/IssueController to customize how you want to handle tickets.
4. Set up database connections etc in .env, if you haven't already.
5. Run `php artisan ticketbear:install` to move some files around, use my pre-designed views, and run migrations.
6. Edit the new controller placed in app/Http/Controllers/IssueController to customize how you want to handle tickets.

## Usage
Configure and install the package. Create a form. Use the form. Use my views if you don't want to design your own.

0 comments on commit 0cd4ae0

Please sign in to comment.