Giter Site home page Giter Site logo

laraveldaily / laravel-support-ticketing Goto Github PK

View Code? Open in Web Editor NEW
267.0 21.0 172.0 701 KB

Laravel 6 Project for Support Tickets. Partly generated with QuickAdminPanel.

Home Page: https://2019.quickadminpanel.com

PHP 54.34% Vue 0.14% Shell 0.19% Blade 45.33%

laravel-support-ticketing's Introduction

Demo support ticketing project based on Laravel 8.

Project is partly generated with QuickAdminPanel


Laravel Support Tickets 01


Laravel Support Tickets 02


Laravel Support Tickets 03


Laravel Support Tickets 04


Laravel Support Tickets 05


Laravel Support Tickets 06


How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • That's it: launch the main URL
  • If you want to login, click Login on top-right and use credentials [email protected] - password
  • Agent's credentials are [email protected] - password

License

Basically, feel free to use and re-use any way you want.


More from our LaravelDaily Team

laravel-support-ticketing's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-support-ticketing's Issues

Migration Fail

image

SQLSTATE[HY000]: General error: 1005 Can't create table untfo.role_user (errno: 150 "Foreign key constraint is incorrectly formed") (SQL: alter table role_user add constraint user_id_fk_583559 foreign key (user_id) references users (id) on delete cascade)

PHP Version 8.2.0
Laravel 9.47
Server type: MariaDB
Server charset: UTF-8 Unicode (utf8mb4)

error

I am not able to run php artisan migrate --seed, seems like I am missing some details. Is laravel the db name?

MariaDB 10.1 issues

Looks like a nice project!

Testing environment: Windows XAMPP Apache 2.4 Php 7.3 MariaDB 10.1

I had to update \app\Providers\AppServiceProvider.php to get past a 'key was too long' error when running php artisan migrate --seed:

Added at the top:

use Illuminate\Support\Facades\Schema;

and:

    public function boot()
    {
        Schema::defaultStringLength(191);
    }

Ref: laravel/framework#17508

Next error occurs at: Migrating: 2019_11_10_000001_create_media_table
An SQL syntax error near 'json not null, custom_properties json not null, responsive_images json not n'. Looks like MariaDB JSON Datatype is available from Version 10.2.7+. I replaced 'json' with 'text', deleted all database tables and re-ran artisan.

Ref: laravel/framework#13622 (comment)

Seems to be working now even with old MariaDB 10.1, which I should upgrade!

Support with this sofware

Hello, firstly I would like to commend the team who put this up together. Brilliant work and creative minds. However, I encountered some challenges and i'll try to state them with check boxes:

  • I get an error when trying to submit a new ticket: {Swift_TransportException. Cannot send message without a sender address}. I'll attach a screenshot to show this error.

  • Secondly, I would need help creating a menu for REPORTING on the dashboard, where I can download it as excel, pdf or any other format

  • I would like to change the LARAVEL showing at the top left corner of the application with something of my preferred choice. If I can get directions as to where to see the code for that, I would be grateful

  • I would also like to have an image on the login screen as well as the page where the user has to submit a ticket as well as have a logo on the header.
    I would really appreciate help with the stated issues

header
error

Adding a new content for the home form

i was having a issue in adding a new content for the forms like contact number. i keep getting a SQLSTATEHY000 General error: 1364. as this project isn't using a models where can i put the indicated db addition to make up my needs?

Swift_TransportException

I cloned the packaged, followed instructions and put on a working custom smtp...but I still have this when i tried to create a ticket without logging in:

Swift_TransportException
Expected response code 250 but got code "530", with message "530 5.7.1 Authentication required
"
http://localhost:8000/tickets

can you please help?

Your project is really promising :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.