{"id":15105774,"url":"https://github.com/ivanaquino/codigoaxaca-starter","last_synced_at":"2025-09-27T05:30:50.181Z","repository":{"id":222069951,"uuid":"756157841","full_name":"IvanAquino/codigoaxaca-starter","owner":"IvanAquino","description":"Laravel Starter with better dashboard ui ","archived":true,"fork":false,"pushed_at":"2024-03-10T22:07:37.000Z","size":311,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-26T20:44:00.477Z","etag":null,"topics":["admin","admin-dashboard","admin-panel","flowbite","jetstream","jetstream-laravel","laravel","laravel-framework","laravel-livewire","livewire","starter","starter-kit","tailwindcss","template"],"latest_commit_sha":null,"homepage":"https://github.com/IvanAquino/jet-admin","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IvanAquino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-02-12T04:38:33.000Z","updated_at":"2024-03-10T22:08:18.000Z","dependencies_parsed_at":"2024-09-16T06:00:52.343Z","dependency_job_id":"20b20a9c-3611-4988-a65f-ecda01cfe4cd","html_url":"https://github.com/IvanAquino/codigoaxaca-starter","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"ffbf4e2b19e73d776dcebb91aee382de5c717c62"},"previous_names":["ivanaquino/codigoaxaca-starter"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanAquino%2Fcodigoaxaca-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanAquino%2Fcodigoaxaca-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanAquino%2Fcodigoaxaca-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanAquino%2Fcodigoaxaca-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IvanAquino","download_url":"https://codeload.github.com/IvanAquino/codigoaxaca-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234391377,"owners_count":18824809,"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":["admin","admin-dashboard","admin-panel","flowbite","jetstream","jetstream-laravel","laravel","laravel-framework","laravel-livewire","livewire","starter","starter-kit","tailwindcss","template"],"created_at":"2024-09-25T20:43:04.995Z","updated_at":"2025-09-27T05:30:49.498Z","avatar_url":"https://github.com/IvanAquino.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codigoaxaca Starter Kit\n\nWe're moving this starter into a package\n\n[JetAdmin](https://github.com/IvanAquino/jet-admin)\n\nThis is a starter kit for [Laravel](https://laravel.com/) projects using [Jetstream](https://jetstream.laravel.com/) with [Livewire](https://livewire.laravel.com) and [Flowbite](https://flowbite.com/).\n\n\u003cp\u003e\n    \u003cimg src=\"docs/landing.jpg\" style=\"max-width=400px;\" /\u003e\n\u003c/p\u003e\n\u003cp\u003e\n    \u003cimg src=\"docs/dashboard_dark.jpg\" style=\"max-width=400px;\" /\u003e\n    \u003cimg src=\"docs/dashboard_light.jpg\" style=\"max-width=400px;\" /\u003e\n\u003c/p\u003e\n\n## Requirements\n\n- PHP \u003e= 8.2\n\n## Icons\n\n[Blade Icons](https://blade-ui-kit.com/blade-icons) preinstalled [Heroicons](https://heroicons.com/)\n\n```blade\n@svg('heroicon-o-ellipsis-horizontal', 'hi-solid hi-dots-horizontal inline-block h-5 w-5')\n\n\u003cx-heroicon-o-moon class=\"hi-outline hi-moon hidden h-5 w-5 dark:inline-block\" /\u003e\n```\n\n## Main color\n\nIt's simple to change main color, you just have to modify the tailwind config file `tailwind.config.js`.\n\n```js\n{\n    theme: {\n        extend: {\n            // ...\n            colors: {\n                'primary': {\n                    '50': '#eaf5ff',\n                    '100': '#d9ecff',\n                    '200': '#badbff',\n                    '300': '#91c1ff',\n                    '400': '#659bff',\n                    '500': '#4273ff',\n                    '600': '#2149ff',\n                    '700': '#183bec',\n                    '800': '#1533be',\n                    '900': '#1b3494',\n                    '950': '#101d56',\n                },\n            },\n        },\n    },\n}\n```\n\n## Dashboard navigation\n\nTo add a new entry to the dashboard's sidebar navigation, follow the steps outlined below. This process involves updating the `navigation` array located in your application's configuration file `config/dashboard.php`.\n\n### Add a New Entry to the Navigation Array\n\nIn the `navigation` array, each entry is an associative array that defines the properties of a navigation item. To add a new item, append a new associative array to the `navigation` array with the following keys:\n\n- `name`: The label that will be displayed in the sidebar for this navigation item.\n- `route`: The name of the route or a URL to which the navigation item will link. This should correspond to a route defined in your application's routing configuration.\n- `active_route`: The route name or URL that will be used to determine if the navigation item is active. This is used for highlighting the current page in the sidebar.\n- `icon`: The icon that will be displayed next to the navigation item in the sidebar. The value should correspond to a Heroicons name.\n\n#### Example\n\nTo add a \"Profile\" page to the navigation with a corresponding route named `profile`, your updated `navigation` array might look like this:\n\n```php\n'navigation' =\u003e [\n    [\n        'name' =\u003e 'Dashboard',\n        'route' =\u003e 'dashboard',\n        'active_route' =\u003e 'dashboard*',\n        'icon' =\u003e 'home',\n    ],\n    [\n        'name' =\u003e 'Profile',\n        'route' =\u003e 'profile.show',\n        'active_route' =\u003e 'profile*',\n        'icon' =\u003e 'user',\n    ],\n    [\n        'name' =\u003e 'Url example',\n        'route' =\u003e 'my-url',\n        'active_route' =\u003e 'my-url',\n        'icon' =\u003e 'shield-exclamation',\n    ],\n],\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanaquino%2Fcodigoaxaca-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanaquino%2Fcodigoaxaca-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanaquino%2Fcodigoaxaca-starter/lists"}