Git Product home page Git Product logo

support-ticket's Introduction

Support Ticket

A support ticket application built using the Laravel framework.

Getting Started

Clone the project repository by running the command below if you use SSH

git clone [email protected]:ammezie/support-ticket.git

If you use https, use this instead

git clone https://github.com/ammezie/support-ticket.git

Run the command below to install Laravel dependencies

composer install

Setting Up

Setup your database and cd into the project directory then run:

php artisan migrate

Once the database is settup and migrations are up, run

php artisan serve

and visit http://localhost:8000/ to see the application in action.

support-ticket's People

Contributors

ammezie avatar richardjmora avatar

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

support-ticket's Issues

failed to open stream: No such file or directory ... autoload.php on line 17

I am getting an error when I try to fire up this project!

$ php artisan migrate

Warning: require(/Users/connorleech/Projects/support-ticket-full/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /Users/connorleech/Projects/support-ticket-full/bootstrap/autoload.php on line 17

Fatal error: require(): Failed opening required '/Users/connorleech/Projects/support-ticket-full/bootstrap/../vendor/autoload.php' (include_path='.:') in /Users/connorleech/Projects/support-ticket-full/bootstrap/autoload.php on line 17

Where the "AppMailer $mailer" passed to store?

in Controller/TicketsController.php, the store needs parameter mailer:
public function store(Request $request, AppMailer $mailer)

In the router it's: Route::post('new_ticket', 'TicketsController@store');
In views/tickets/create.blade.php, it's:
form class="form-horizontal" role="form" method="POST" action="{{ url('/new_ticket') }}"

I haven't find the place where parameter mailer supplied, but I test it works, So how or where the mailer parameter is passed please?

Thanks,

database config file

Hello

what settings do i put in here:
$url = parse_url(getenv("CLEARDB_DATABASE_URL"));
$server = $url["host"];
$username = $url["user"];
$password = $url["pass"];
$database = substr($url["path"], 1);

it gives me an error?

rgds Martin

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.