sepehrgostar / ticketing-client
Sepehrgostar Client Side for Ticketing
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- illuminate/support: ~7|~8|~9|~10
This package is auto-updated.
Last update: 2024-10-15 16:06:24 UTC
README
Installation
Via Composer
$ composer require sepehrgostar/ticketing-client
publish view and assets
php artisan vendor:publish --tag=sepehrgostar.ticketingClient --force
migrate
php artisan migrate
this command add column varchar 64 and nullabe "sepehrgostar_api_token" to users table
usage
add main route in your user dashboard
route('Sepehrgostar.TicketingClient.index')
2=dsf
Security
If you discover any security related issues, please email author email instead of using the issue tracker.