dev-master
9999999-deva simple ticketing system
MIT
The Requires
- php >=5.5.9
- illuminate/support ~5.0
by amin mazrouei
v1.0
1.0.0.0a simple ticketing system
MIT
The Requires
- php >=5.5.9
- illuminate/support ~5.0
by amin mazrouei
a simple ticketing system
a simple tickets system for laravel 5.2+ which integrates with Laravel default users system., (*1)
First make sure you have got this Laravel setup working:, (*2)
Install Irticket package, (*3)
composer require amin101/irticket:1.*
Add this line on your config/app.php
in Service Providers section., (*4)
Amin101\Irticket\IrticketServiceProvider::class
Run this code to publish migrations and assets, (*5)
php artisan vendor:publish
Run three migrations, (*6)
php artisan migrate
after publishing , irticket views files are under resources/views/vendor/irticket
path. feel free to edit app.blade.php
to fit it to your site template structure.
just dont forget to add @yield('content')
., (*7)
a simple ticketing system
MIT
a simple ticketing system
MIT