{"id":36991063,"url":"https://github.com/zacksmash/clean-af","last_synced_at":"2026-01-13T23:41:13.190Z","repository":{"id":310419106,"uuid":"1039773169","full_name":"zacksmash/clean-af","owner":"zacksmash","description":"Laravel Starter Kit that's clean af 🧼","archived":false,"fork":false,"pushed_at":"2025-12-22T20:38:44.000Z","size":311,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-24T09:53:12.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zacksmash.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-18T00:27:21.000Z","updated_at":"2025-12-22T20:37:10.000Z","dependencies_parsed_at":"2025-08-18T02:25:53.591Z","dependency_job_id":"1ef1d358-66b8-48c1-9741-8cd1480783a4","html_url":"https://github.com/zacksmash/clean-af","commit_stats":null,"previous_names":["zacksmash/clean-af"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/zacksmash/clean-af","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksmash%2Fclean-af","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksmash%2Fclean-af/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksmash%2Fclean-af/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksmash%2Fclean-af/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zacksmash","download_url":"https://codeload.github.com/zacksmash/clean-af/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zacksmash%2Fclean-af/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-13T23:41:12.578Z","updated_at":"2026-01-13T23:41:13.172Z","avatar_url":"https://github.com/zacksmash.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clean af 🧼 - A Laravel starter kit that's clean af\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/zacksmash/clean-af.svg?style=flat-square)](https://packagist.org/packages/zacksmash/clean-af)\n[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/zacksmash/clean-af/tests.yml?branch=main\u0026label=tests\u0026style=flat-square)](https://github.com/zacksmash/clean-af/actions?query=workflow%3Arun-tests+branch%3Amain)\n[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/zacksmash/clean-af/lint.yml?branch=main\u0026label=code%20style\u0026style=flat-square)](https://github.com/zacksmash/clean-af/actions?query=workflow%3A\"Fix+PHP+code+style+issues\"+branch%3Amain)\n[![Total Downloads](https://img.shields.io/packagist/dt/zacksmash/clean-af.svg?style=flat-square)](https://packagist.org/packages/zacksmash/clean-af)\n\n- Minimal Tailwind styles, that can be completely removed in the app.css if you want.\n- Uses [Laravel Fortify](https://laravel.com/docs/12.x/fortify) to handle authentication, 2FA, etc.\n- Uses [Laravel Wayfinder](https://github.com/laravel/wayfinder) for routing\n- Intentially bare-bones so you can install whatever frontend you'd like without having to strip out existing components and structures.\n\n## Screenshots\n![Login Screen](https://github.com/zacksmash/assets/blob/main/clean-af/img/login-screen.png)\n![Dashboard Screen](https://github.com/zacksmash/assets/blob/main/clean-af/img/dashboard-screen.png)\n\n## Installation\n### Via Laravel Herd\nOne-click install a new application using this starter kit through [Laravel Herd](https://herd.laravel.com):\n\n\u003ca href=\"https://herd.laravel.com/new?starter-kit=zacksmash/clean-af\"\u003e\u003cimg src=\"https://img.shields.io/badge/Install%20with%20Herd-fff?logo=laravel\u0026logoColor=f53003\" alt=\"Install with Herd\"\u003e\u003c/a\u003e\n\n### Via the Laravel Installer\nCreate a new Laravel application using this starter kit through the official [Laravel Installer](https://laravel.com/docs/12.x/installation#installing-php):\n\n```bash\nlaravel new my-app --using=zacksmash/clean-af\n```\n\n## Configuration\nIf you run into errors, you'll probably need to review the [Laravel Fortify](https://laravel.com/docs/12.x/fortify) docs. This just a frontend starter kit, so nothing is configured for things like 2FA or Email Verification out of the box.\n\n### Email Verification\n- Visit `app/Models/User.php` and implement the `MustVerifyEmail` interface.\n- Visit `app/Providers/FortifyServiceProvider.php` and uncomment `Fortify::verifyEmailView`\n- Visit `config/fortify.php` and uncomment `Features::emailVerification()`\n- Visit `resources/js/pages/auth/VerifyEmail.vue` and uncomment the import\n\n### Two-Factor Authentication\n- Visit `app/Models/User.php` and use the `TwoFactorAuthenticatable` trait\n- Visit `app/Providers/FortifyServiceProvider.php` and uncomment `Fortify::twoFactorChallengeView`\n- Visit `config/fortify.php` and uncomment `Features::twoFactorAuthentication()`\n- Visit `resources/js/pages/auth/TwoFactorChallenge.vue` and uncomment the import\n- Visit `resources/js/pages/settings/TwoFactorAuth.vue` and uncomment the imports\n\n### Wayfinder Issues\nIf you run into Node error screens, you may need to compile the Wayfinder types again.\n\n```bash\ncomposer wayfinder\n```\n\n### Other Helper Commands\nRun ESLint\n```bash\nnpm run lint\n```\n\nRun Pint\n```bash\ncomposer lint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzacksmash%2Fclean-af","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzacksmash%2Fclean-af","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzacksmash%2Fclean-af/lists"}