Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Unable to complete Installation Process #575

Open
ashi006 opened this issue Feb 1, 2021 · 3 comments
Open

Unable to complete Installation Process #575

ashi006 opened this issue Feb 1, 2021 · 3 comments

Comments

@ashi006
Copy link

ashi006 commented Feb 1, 2021

Hello..

I'm trying to integrate ticketit package with my existing laravel project, but I'm unable to make it through.

I have installed the package using composer require 'kordy/ticketit:0.*'
Added Kordy\Ticketit\TicketitServiceProvider::class in config/app.php
Authentication is already working in my project and admins users are also created.

Now I'm stuck at further installation steps.
When I run php artisan migrate command, it says nothing to migrate.
http://my-project-url/tickets-install this url is also not working, says 404 not found.
Also how to create mater view file? I have my project's base file located at resources/views/layouts/app.blade.php, will it work? or do I have to create separate view file for ticketit?

I'm using Laravel Framework 6.15.0
Any help would be appreciated..

@ashi006
Copy link
Author

ashi006 commented Feb 7, 2021

Can someone please assist me?

@angemort
Copy link

angemort commented Apr 5, 2021

Quelqu'un peut-il m'aider s'il vous plaît?

Hi, did you try :
php artisan migrate --path=vendor/kordy/ticketit/src/Migrations
Ref: https://github.com/thekordy/ticketit/wiki/How-to-install-Ticketit

@angemort
Copy link

angemort commented Apr 5, 2021

Then, in your Users table, you have to change the value of 'ticketit_admin' by 1, for your user Admin.
For Debian 8 :

#mysql -u root
> use <DATABASE_NAME>;
>UPDATE users SET ticketit_admin = '1' WHERE id = <ID_USER_ADMIN>;

For me this works.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants