You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.
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..
The text was updated successfully, but these errors were encountered:
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.phpAuthentication 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..
The text was updated successfully, but these errors were encountered: