1. Go to this page and download the library: Download wiensa/support-ticket library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
wiensa / support-ticket example snippets
// Destek talepleri için route'ları roup(function () {
Route::prefix('support')->name('support.')->group(function () {
// Admin için destek talepleri route'larını roup(function () {
Route::prefix('admin/support')->name('admin.support.')->group(function () {