{"id":24763866,"url":"https://github.com/michaelnabil230/laravel-starter-kit","last_synced_at":"2025-09-08T20:35:41.889Z","repository":{"id":274328599,"uuid":"922583344","full_name":"michaelnabil230/laravel-starter-kit","owner":"michaelnabil230","description":"An opinionated Laravel starter kit.","archived":false,"fork":false,"pushed_at":"2025-08-18T11:12:51.000Z","size":2703,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-28T12:37:18.571Z","etag":null,"topics":["laravel","php","preline","preline-ui","starter-kit","talwindcss","typescript","vue","vue3","vue3-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/michaelnabil230.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","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},"funding":{"github":"MichaelNabil230"}},"created_at":"2025-01-26T15:48:42.000Z","updated_at":"2025-08-09T13:41:13.000Z","dependencies_parsed_at":"2025-07-18T14:50:47.261Z","dependency_job_id":"a94f5866-e3dd-45eb-b0e8-f93a83449ccb","html_url":"https://github.com/michaelnabil230/laravel-starter-kit","commit_stats":null,"previous_names":["michaelnabil230/laravel-starter-kit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michaelnabil230/laravel-starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelnabil230%2Flaravel-starter-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelnabil230%2Flaravel-starter-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelnabil230%2Flaravel-starter-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelnabil230%2Flaravel-starter-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelnabil230","download_url":"https://codeload.github.com/michaelnabil230/laravel-starter-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelnabil230%2Flaravel-starter-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231507,"owners_count":25245601,"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-09-08T02:00:09.813Z","response_time":121,"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":["laravel","php","preline","preline-ui","starter-kit","talwindcss","typescript","vue","vue3","vue3-typescript"],"created_at":"2025-01-28T21:20:26.204Z","updated_at":"2025-09-08T20:35:41.875Z","avatar_url":"https://github.com/michaelnabil230.png","language":"PHP","funding_links":["https://github.com/sponsors/MichaelNabil230","https://github.com/sponsors/michaelnabil230","https://ko-fi.com/michaelnabil230","https://www.buymeacoffee.com/michaelnabil230","https://www.paypal.com/paypalme/MichaelNabil23"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"public/logo.svg\" alt=\"App Logo\"\u003e\n  \u003ch2\u003eApp Starter Kit\u003c/h2\u003e\n\u003c/div\u003e\n\n\u003e [!TIP]\n\u003e Clone this repository and run `bash install.sh` to set up your application effortlessly.\n\n## Overview\n\nThe App Starter Kit is designed as a robust foundation for building web applications. It includes essential features such as authentication and a pre-configured dashboard to help you start coding quickly.\n\n## Features\n\n- **Authentication**: Secure and reliable user authentication.\n- **Dashboard Layout**: A pre-built, customizable dashboard.\n- **[Reka Ui](https://reka-ui.com)**: For components\n- **Tailwind CSS**: A utility-first CSS framework.\n- **Inertia.js + Vue 3 + TypeScript**: Seamless front-end integration with modern tools.\n- **Multi-Language Support**: Supports English and Arabic out of the box.\n\n## Installation\n\nThis project comes with a custom installation script to simplify the setup process. The `install.sh` script automates the following steps:\n\n1. Install required Composer packages.\n2. Execute the custom `app:install` Artisan command.\n3. Remove any existing Git repository.\n4. Initialize a new Git repository.\n5. Install Node.js dependencies.\n6. Configure the `.env` file.\n7. Reload environment variables.\n8. Generate the application key.\n9. Run database migrations.\n10. Seed the database.\n11. Create admin credentials.\n12. Update project settings (name and URL).\n13. Update specific environment variables.\n14. Clean up installation-related files.\n15. Run post-setup tasks (e.g., linking storage, clearing cache).\n\n### Steps to Install\n\n1. Clone the repository:\n   \n```bash\ngit clone https://github.com/michaelnabil230/laravel-starter-kit.git\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd laravel-starter-kit\n```\n\n3. Run the installation script:\n\n```bash\nbash install.sh\n```\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Support\n\n[![Image for sponsor](https://raw.githubusercontent.com/michaelnabil230/michaelnabil230/main/.assets/sponsors.png)](https://github.com/sponsors/michaelnabil230)\n\nOr\n\n[![Ko-fi](https://raw.githubusercontent.com/michaelnabil230/michaelnabil230/main/.assets/ko-fi.png)](https://ko-fi.com/michaelnabil230)\n[![Buymeacoffee](https://raw.githubusercontent.com/michaelnabil230/michaelnabil230/main/.assets/buymeacoffee.png)](https://www.buymeacoffee.com/michaelnabil230)\n[![Paypal](https://raw.githubusercontent.com/michaelnabil230/michaelnabil230/main/.assets/paypal.png)](https://www.paypal.com/paypalme/MichaelNabil23)\n\n## Credits\n\n- [Michael Nabil](https://github.com/michaelnabil230)\n- [All Contributors](../../contributors)\n\n## License\n\nThe App starter kit is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelnabil230%2Flaravel-starter-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelnabil230%2Flaravel-starter-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelnabil230%2Flaravel-starter-kit/lists"}