{"id":20455577,"url":"https://github.com/rdp77/veyaz","last_synced_at":"2025-04-13T03:42:02.493Z","repository":{"id":43468964,"uuid":"375087653","full_name":"rdp77/veyaz","owner":"rdp77","description":"Dashboard Template For Laravel","archived":false,"fork":false,"pushed_at":"2024-02-12T05:28:02.000Z","size":18052,"stargazers_count":5,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T20:51:29.340Z","etag":null,"topics":["ajax","bootstrap","jquery","laravel","laravel-framework","php"],"latest_commit_sha":null,"homepage":"https://rdp77.gitbook.io/veyaz","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/rdp77.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null},"funding":{"github":"rdp77","patreon":null,"open_collective":null,"ko_fi":"rdp77","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://paypal.me/MohRaviDwiPutra","https://saweria.co/rdp77"]}},"created_at":"2021-06-08T17:12:12.000Z","updated_at":"2024-02-12T05:29:20.000Z","dependencies_parsed_at":"2023-11-22T06:43:16.531Z","dependency_job_id":null,"html_url":"https://github.com/rdp77/veyaz","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdp77%2Fveyaz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdp77%2Fveyaz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdp77%2Fveyaz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdp77%2Fveyaz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdp77","download_url":"https://codeload.github.com/rdp77/veyaz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248660983,"owners_count":21141380,"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":["ajax","bootstrap","jquery","laravel","laravel-framework","php"],"created_at":"2024-11-15T11:19:15.546Z","updated_at":"2025-04-13T03:42:02.474Z","avatar_url":"https://github.com/rdp77.png","language":"PHP","funding_links":["https://github.com/sponsors/rdp77","https://ko-fi.com/rdp77","https://paypal.me/MohRaviDwiPutra","https://saweria.co/rdp77"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"veyaz.png\" width=\"400\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Laravel Version\" src=\"https://img.shields.io/badge/Laravel%20Version-9.34.0-informational\"\u003e\n\u003cimg alt=\"GitHub repo size\" src=\"https://img.shields.io/github/repo-size/rdp77/veyaz\"\u003e\n\u003cimg alt=\"GitHub release (latest by date)\" src=\"https://img.shields.io/github/v/release/rdp77/veyaz\"\u003e\n\u003ca href=\"https://www.codacy.com/gh/rdp77/veyaz/dashboard?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=rdp77/veyaz\u0026amp;utm_campaign=Badge_Grade\"\u003e\u003cimg src=\"https://app.codacy.com/project/badge/Grade/d998aaac69b646dd9c5b06c9b386db04\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/rdp77/veyaz/actions/workflows/laravel.yml\"\u003e\u003cimg src=\"https://github.com/rdp77/veyaz/actions/workflows/laravel.yml/badge.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/rdp77/veyaz/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/laravel/framework\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Requirement\n\n- [Composer](https://getcomposer.org/).\n- [Node JS](https://nodejs.org/en/) (Optional).\n- Code editor for doing coding activities [Visual Studio Code](https://code.visualstudio.com/) or [Sublime](https://www.sublimetext.com/) or [Atom](https://atom.io/).\n- Php and Web server for running laravel in web browser, can use [XAMPP](https://www.apachefriends.org/) or [Laragon](https://laragon.org/).\n- Database Management System.\n\nBecause it uses Laravel migrations feature it can use any type of DBMS as long as it's a Relational Database.\n\n## Getting Started\n\n1. Clone repository with the command `git clone https://github.com/rdp77/veyaz.git`\n2. Installing package form Composer with command `composer install`\n3. Installing package module node js with command `npm install` (Optional) =\u003e `pnpm install` `yarn install` \n4. Run command `php artisan veyaz:setup` to setup the project\n5. Running web application using commands `php artisan serve` or running manually with web server.\n\nLogin using username `admin` and password `admin`\n\n## Command Reference\n\n```\n  php artisan command:name\n```\n\n| Name          | Description |\n| :------------ | :---------- |\n| `veyaz:setup` | Setup Veyaz |\n\n## Third-party Library\n\nThis template uses several libraries as helpers to improve the template, and can be seen [here](/library.md)\n\n## Code of Conduct\n\nIn order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct) or veyaz [Code of Conduct](https://github.com/rdp77/veyaz/blob/master/CODE_OF_CONDUCT.md).\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.\n\n## License\n\nThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdp77%2Fveyaz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdp77%2Fveyaz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdp77%2Fveyaz/lists"}