{"id":28249092,"url":"https://github.com/kachidk/atlas","last_synced_at":"2025-07-23T17:32:19.680Z","repository":{"id":42582146,"uuid":"367368198","full_name":"kachidk/atlas","owner":"kachidk","description":"Atlas: A React (Typescript), Laravel, Tailwind \u0026 Inertia starter kit. (Jetstream alternative)","archived":false,"fork":false,"pushed_at":"2023-02-20T17:59:21.000Z","size":1913,"stargazers_count":91,"open_issues_count":1,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-20T19:57:55.046Z","etag":null,"topics":["inertiajs","laravel","react","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/kachidk.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}},"created_at":"2021-05-14T13:17:37.000Z","updated_at":"2025-05-14T08:55:06.000Z","dependencies_parsed_at":"2024-11-14T12:56:18.387Z","dependency_job_id":"22df8342-fc6e-4363-b6cd-62b40d3c77b9","html_url":"https://github.com/kachidk/atlas","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.0625,"last_synced_commit":"773119d97f2cccf0ba2f4abb69c8659c8473f39f"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kachidk/atlas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kachidk%2Fatlas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kachidk%2Fatlas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kachidk%2Fatlas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kachidk%2Fatlas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kachidk","download_url":"https://codeload.github.com/kachidk/atlas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kachidk%2Fatlas/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266332369,"owners_count":23912660,"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-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["inertiajs","laravel","react","tailwindcss","typescript"],"created_at":"2025-05-19T13:14:08.777Z","updated_at":"2025-07-23T17:32:19.670Z","avatar_url":"https://github.com/kachidk.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Atlas\n\n## A Laravel, React (Typescript), Inertia \u0026 Tailwind starter kit. (Jetstream alternative)\n\nIncludes Laravel Fortify for authentication\n\n## Introduction\n\nThis starter kit provides a minimal and simple starting point for building a Laravel application with authentication. Styled with Tailwind. It also includes [Laravel Fortify](https://laravel.com/docs/8.x/fortify) which publishes authentication controllers to your application that can be easily customized based on your own application's needs.\n\nThis starter is powered by React, Inertia, Tailwind and Laravel.\n\n### Includes\n\n- Laravel v10.0\n- Laravel Fortify v1.7\n- Laravel Sail v1.18\n- React v18.2\n- Inertia React v1.0.2\n- Inertia Laravel v0.6.9\n- Tailwind CSS v3.2\n- Ziggy v1.5\n\n## Notable Packages\n\n- [Laravel](https://laravel.com) - Backend 🎰\n- [ReactJs](https://reactjs.com) - Frontend 💻\n- [InertiaJs](https://inertiajs.com) - Mediator(Helps discard API) 🧑‍🦯\n- [Tailwind CSS](https://tailwindcss.com) - Styling 💅\n\n## How do I set this up\n\n### Installation Via Composer\n\nIf your computer already has PHP and Composer installed, you may create a new project by using Composer directly.\n\n```bash\ncomposer create-project nwanguma/atlas \u003cyour-project-name\u003e\n\ncd \u003cyour-project-name\u003e\n\nnpm install\n\nphp artisan storage:link\n\nphp artisan migrate\n\nnpm run dev\n\nphp artisan serve\n```\n\n## To remove the documentation\n\n- Windows\n  ```bash\n  rmdir /s docs\n  del README.md\n  ```\n- Linux\n  ```bash\n  sudo rm -r docs\n  rm README.md\n  ```\n\n## Just Reminders 😅\n\n- Make Hard Visits with\n\n  ```php\n  Inertia::Location(route('login'));\n  ```\n\n  Good for those pages that require refresh of sessions, to avoid 419 error (Page Expired).\n\n- Global alias\n\n  ```js\n  const path = require(\"path\");\n\n  export default defineConfig({\n    // ...\n    resolve: {\n      alias: {\n        \"@\": path.resolve(__dirname, \"resources/ts\"),\n      },\n    },\n  });\n  ```\n\n  Global alias `@` for absolute path imports.\n\n## How it looks\n\n\u003cimg src='docs/images/login-page.png' /\u003e\n\n\u003cimg src='docs/images/home-page.png' /\u003e\n\n\u003cimg src='docs/images/profile-page.png' /\u003e\n\n\u003cimg src='docs/images/menu-page.png' /\u003e\n\n## Want to Contribute?\n\nFeel free to create a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkachidk%2Fatlas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkachidk%2Fatlas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkachidk%2Fatlas/lists"}