A support ticket application in Laravel

Related tags

Laravel laravel
Overview

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.

Comments
  • database config file

    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

    opened by jespersgaard 4
  • failed to open stream: No such file or directory ... autoload.php on line 17

    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
    
    opened by connor11528 4
  • Error php artisan optimize

    Error php artisan optimize

    Eliminating this line will solve the error when executing php artisan optimize command, only configure the .env file with the configuration of your database.

    opened by RichardJMora 0
  • Where the

    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,

    opened by zhoupeng 0
  • Login and Register button throws an error

    Login and Register button throws an error "Whoops something went wrong"

    I noticed the login and register button throws and error Whoops something went wrong . Am a newbie to laravel and i was just going through the demo before diving into the code. Thanks in Advance @ammezie

    opened by tomiwatech 5
Owner
Chimezie Enyinnaya
Teacher @adonismastery
Chimezie Enyinnaya
Support multi theme for Laravel application

Very short description of the package This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention o

Ephraïm SEDDOR 1 Dec 1, 2021
Bring multi themes support to your Laravel application with a full-featured Themes Manager

Introduction hexadog/laravel-themes-manager is a Laravel package which was created to let you developing multi-themes Laravel application. Installatio

hexadog 86 Dec 15, 2022
Laravel Sanctum support for Laravel Lighthouse

Lighthouse Sanctum Add Laravel Sanctum support to Lighthouse Requirements Installation Usage Login Logout Register Email Verification Forgot Password

Daniël de Wit 43 Dec 21, 2022
A package that uses blade templates to control how markdown is converted to HTML inside Laravel, as well as providing support for markdown files to Laravel views.

Install Install via composer. $ composer require olliecodes/laravel-etched-blade Once installed you'll want to publish the config. $ php artisan vendo

Ollie Codes 19 Jul 5, 2021
Laravel package to generate and to validate a UUID according to the RFC 4122 standard. Only support for version 1, 3, 4 and 5 UUID are built-in.

Laravel Uuid Laravel package to generate and to validate a universally unique identifier (UUID) according to the RFC 4122 standard. Support for versio

Christoph Kempen 1.7k Dec 28, 2022
Dead simple Laravel backend support for FilePond js.

Laravel FilePond Backend This package provides a straight forward backend support for Laravel application to work with FilePond file upload javascript

rahulhaque 64 Jan 3, 2023
📦 Adds Laravel Packages Support to Lumen and Vendor Publish Artisan Command.

Laravel Package Support for Lumen: Makes Lumen compatible with Laravel Packages. You can use any Laravel Packages in Lumen by installing Larasupport Package.

Irfaq Syed 127 Dec 17, 2022
CORS (Cross-Origin Resource Sharing) support for Laravel and Lumen

Description This package adds Cross-Origin Resource Sharing (CORS) support to your Laravel application. The package is based on Framework agnostic (PS

null 48 Feb 1, 2020
Reactive Form Builder for Vue.js with Laravel Support

Dynamic Form Builder for Laravel with Vue.js Create even the most complex forms with ease, using two-sided validation, eloquent, nested elements, cond

Laraform 340 Dec 31, 2022
This package provides extended support for our spatie/enum package in Laravel.

Laravel support for spatie/enum This package provides extended support for our spatie/enum package in Laravel. Installation You can install the packag

Spatie 264 Dec 23, 2022
Use eloquent joins in Laravel way, with composite key support.

Eloquent Power Joins with Compoships Support This package is an Eloquent Power Joins extension to support Compoships. You can now use joins in Laravel

Kit Loong 13 Dec 23, 2022
View themes is a simple package to provide themed view support to Laravel.

Laravel View Themes View themes is a simple package to provide themed view support to Laravel. Installation Add alexwhitman/view-themes to the require

Alex Whitman 15 Nov 29, 2022
Tag support for Laravel Eloquent models - Taggable Trait

Laravel Taggable Trait This package is not meant to handle javascript or html in any way. This package handles database storage and read/writes only.

Rob 859 Dec 11, 2022
An opinionated support package for Laravel, that provides flexible and reusable helper methods and traits for commonly used functionality.

Support An opinionated support package for Laravel, that provides flexible and reusable helper methods and traits for commonly used functionality. Ins

Ian Olson 3 Apr 14, 2021
Laravel Philips Hue package to control your lights with remote support

Laravel Philips Hue ?? Introduction I created this package for my company Ploi (https://ploi.io) to control our office lights. For example, when we re

Dennis Smink 81 Aug 11, 2022
Sweetalert and Toaster notifications for Laravel livewire with support for tailwind and bootstrap.

Larabell Integrate livewire with sweetalert. Installation How to use Sweetalert Toast Available configuration Installation composer require simtabi/la

Simtabi 3 Jul 27, 2022
Easily set up a sync endpoint to support Watermelon DB in your Laravel projects.

Laravel Watermelon This package provides a Watermelon DB backend sync implementation for Laravel. Watermelon DB is a robust local database synchroniza

Nathan Heffley 18 Dec 21, 2022
A Collections-only split from Laravel's Illuminate Support

Collect - Illuminate Collections Deprecated: With the separation of Illuminate's Collections package, Collect is no longer necessary ?? . We will main

Tighten 1.5k Dec 28, 2022
Laravel Eloquent CASE Statement Support

This packages adds CASE statement support to Laravel Query Builder. It supports Laravel 8.x & 9.x.

Agli Pançi 87 Jan 2, 2023