{"id":16462388,"url":"https://github.com/syntaxlexx/laravelte","last_synced_at":"2025-10-24T18:49:08.355Z","repository":{"id":154015087,"uuid":"621054550","full_name":"syntaxlexx/laravelte","owner":"syntaxlexx","description":"Laravel 10 ft. Inertiajs, Svelte, Typescript, TailwindCSS, Github CI/CD and Pest Tests","archived":false,"fork":false,"pushed_at":"2023-07-13T16:26:04.000Z","size":40486,"stargazers_count":22,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T14:51:11.498Z","etag":null,"topics":["githubactions","inertiajs","laravel","laravel-actions","svelte","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://laravelte.acelords.com","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/syntaxlexx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":"acelords","open_collective":null,"ko_fi":"acelords","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-03-29T22:43:51.000Z","updated_at":"2024-08-06T10:14:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"3c3f5dd6-5520-4ef7-ac3c-574a5fb20aa3","html_url":"https://github.com/syntaxlexx/laravelte","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/syntaxlexx/laravelte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxlexx%2Flaravelte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxlexx%2Flaravelte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxlexx%2Flaravelte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxlexx%2Flaravelte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syntaxlexx","download_url":"https://codeload.github.com/syntaxlexx/laravelte/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syntaxlexx%2Flaravelte/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280849773,"owners_count":26401813,"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","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["githubactions","inertiajs","laravel","laravel-actions","svelte","tailwindcss","typescript"],"created_at":"2024-10-11T11:11:09.052Z","updated_at":"2025-10-24T18:49:08.296Z","avatar_url":"https://github.com/syntaxlexx.png","language":"PHP","readme":"![Laravelte Logo](public/img/laravelte-logo-full.png \"text\")\n\n![workflow](https://github.com/SyntaxLexx/laravelte/actions/workflows/deploy-ci.yml/badge.svg)\n\n[![Buy Premium Version on Gumroad](public/img/gumroad-button.jpg)](https://syntaxlexx.gumroad.com/l/xfqol)\n\n\u003e The premium version contains a lot more code, tests, and 'swagger' than the open-source version. \n\n\n\n[Click here to view the Premium Version Online Demo](https://laravelte.acelords.com)\n\n\n![Screenshot 1](public/img/laravelte-screenshot-1.jpg)\n![Screenshot 2](public/img/laravelte-screenshot-2.jpg)\n![Screenshot 3](public/img/laravelte-screenshot-3.jpg)\n![Screenshot 4](public/img/laravelte-screenshot-4.jpg)\n\n\n## About Laravelte\n\nLaravelte is an entire webapp based on the [Laravel](https://laravel.com) web application framework and [Svelte](https://svelte.com) frontend. The main goals of this project is to provide a quick way to get started with your projects.\n\n[TODO List Found Here](TODO.md)\n\n\n\u003eNB: In this project, we shift our focus from \"What controllers do I need?\", \"should I make a FormRequest for this?\", \"should this run asynchronously in a job instead?\", etc. \n\nto\n\u003e \"What does my application actually do?\" Kinda like RPC\n\n\nIt features:\n- [All Laravel Features](https://laravel.com).\n- Light \u0026 Dark Mode.\n- Quick Frontend Scaffolding via [Svelte](https://svelte.com) via [Inertiajs](https://inertiajs.com). Svelte is extremely fast, and provides less boilerplate as compared to [Vue](https://vuejs.org) and [React](https://react.com). \n- Different **Admin** and **User** dashboard support.\n- CI/CD via [Github Actions](https://github.com/).\n- [Laravel Actions](https://laravelactions.com/): Instead of creating controllers, jobs, listeners and so on, it allows you to create a PHP class that handles a specific task and run that class as anything you want.\n- [Redis support](https://laravel.com/docs/queues) and Laravel Queues.\n- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).\n- [i18N (Localization) - Multiple languages support](https://laravel.com/docs/10.x/localization#main-content).\n\nLaravel is accessible, powerful, and provides tools required for large, robust applications.\n\nTooling:\n- Vite v4\n- Typescript\n- TailwindCSS\n- pnpm\n- Laravel 10\n- Laravel Sanctum\n- Svelte 3\n- Pest PHP Testing Library\n\n\n### Testing\nThe project uses [Pest Testing Library](https://pestphp.com/) that is fantastic to use.\n\nTests have been grouped to:\n```bash\n# All tests\nphp artisan test\n\n# Browser tests\nphp artisan test --group=browser\n\n# api tests\nphp artisan test --group=api\n\n# Setup tests\nphp artisan test --group=setup\n\n# test in parallel\nphp artisan test --parallel\nphp artisan test --parallel --processes=4\n\n# list of your ten slowest tests\nphp artisan test --profile\n```\n\n## Contributing\n\nThank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).\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).\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","funding_links":["https://patreon.com/acelords","https://ko-fi.com/acelords"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyntaxlexx%2Flaravelte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyntaxlexx%2Flaravelte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyntaxlexx%2Flaravelte/lists"}