{"id":23183548,"url":"https://github.com/cesarobedfl/service_tickets","last_synced_at":"2026-04-09T08:44:22.931Z","repository":{"id":111290476,"uuid":"528607826","full_name":"CesarObedFL/service_tickets","owner":"CesarObedFL","description":"web project to create tickets built with laravel/livewire, bootstrap5 y soft-ui-dashboard","archived":false,"fork":false,"pushed_at":"2024-11-05T16:47:18.000Z","size":17177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T12:13:16.774Z","etag":null,"topics":["bootstrap","laravel11","livewire","mysql"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CesarObedFL.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-24T22:00:10.000Z","updated_at":"2024-11-05T16:47:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"21c9e548-c4fd-4d44-a5bb-f693fa3f70e6","html_url":"https://github.com/CesarObedFL/service_tickets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesarObedFL%2Fservice_tickets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesarObedFL%2Fservice_tickets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesarObedFL%2Fservice_tickets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CesarObedFL%2Fservice_tickets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CesarObedFL","download_url":"https://codeload.github.com/CesarObedFL/service_tickets/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284917,"owners_count":20913691,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","laravel11","livewire","mysql"],"created_at":"2024-12-18T09:13:34.475Z","updated_at":"2026-04-09T08:44:17.890Z","avatar_url":"https://github.com/CesarObedFL.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# _Service Tickets_\n\nIt's a project to generate service and support tickets where you can keep track of incidents that occur in a local network or company...\nthe problems that can be registered are open to the needs of the company\n\n# Features\n\n- A dashboard with statistics of solved tickets, pending tickets and in process tickets\n- Admin of the users, support users and admin users\n- View of the user's tickets\n- User profile view where they can update their data like name or passwords\n- Admin and support view of all of the tickets and where their can be changed their status and priority and you can assign a support user to the ticket\n- Admin and support view of the users registered in the system\n- Ticket view with all the ticket funtionalities like write feedback messages, upload images and/or open or close the ticket if it's solved\n- Show notifications of the tickets\n\n# Technologies\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://laravel.com/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/laravel/laravel-original.svg\" alt=\"laravel\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e\n    \u003ca href=\"https://getbootstrap.com\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/devicons/devicon/master/icons/bootstrap/bootstrap-plain-wordmark.svg\" alt=\"bootstrap\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e\n    \u003ca href=\"https://mariadb.org/\" target=\"_blank\" rel=\"noreferrer\"\u003e \u003cimg src=\"https://www.vectorlogo.zone/logos/mariadb/mariadb-icon.svg\" alt=\"mariadb\" width=\"40\" height=\"40\"/\u003e \u003c/a\u003e \n\u003c/p\u003e\n\n- [Laravel] - Laravel 11 as backend technology \n- [Livewire] - Livewire as frontend technology\n- [AlpineJS] - It's used by livewire for _UX_\n- [Bootstrap] - Bootstrap v5 as responsive design framework _UI_\n- [Template] - The _Soft UI Dashboard Laravel Livewire_ design template is implemented in it's free version ([live_demo]) [docs]\n- [MariaDB] - as database technology\n\n\n# Install y Requeriments\n\n\n## _requeriments_\n\n- php ^8.2\n- composer ^2.2.4 \n- Calendar PHP library (php81-calendar)\n\n## _install_\n\n0. Open one terminal or cmd\n1. Clone this repo with `git clone repo` command \n2. Run command `composer install`\n3. Copy file `.env.example` to `.env` and update the config variables like database\n4. Run `php artisan key:generate` to generate the app key\n5. Run `php artisan migrate --seed` to create database and generate admin user\n6. Run `php artisan storage:link` to create the storage symlink \n\n\n\n\n[Template]: \u003chttps://www.creative-tim.com/product/soft-ui-dashboard-laravel-livewire\u003e\n[live_demo]: \u003chttps://soft-ui-dashboard-laravel-livewire.creative-tim.com/login\u003e\n[docs]: \u003chttps://soft-ui-dashboard-laravel-livewire.creative-tim.com/documentation/bootstrap/overview/soft-ui-dashboard/index.html\u003e\n[Laravel]: \u003chttps://laravel.com/docs/9.x\u003e\n[Livewire]: \u003chttps://laravel-livewire.com/\u003e\n[Bootstrap]: \u003chttps://getbootstrap.com/docs/5.0/getting-started/introduction/\u003e\n[MariaDB]: \u003chttps://mariadb.org/\u003e\n\n[AlpineJS]: \u003chttps://alpinejs.dev/\u003e\n[JQuery]: \u003chttps://jquery.com/\u003e\n[AJAX]: \u003chttps://api.jquery.com/jquery.ajax/\u003e\n[DatatablesJS]: \u003chttps://datatables.net/\u003e\n[ChartJS]: \u003chttps://www.chartjs.org/\u003e\n[SweetAlert]: \u003chttps://sweetalert2.github.io/\u003e\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesarobedfl%2Fservice_tickets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcesarobedfl%2Fservice_tickets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcesarobedfl%2Fservice_tickets/lists"}