{"id":24763899,"url":"https://github.com/tooinfinity/flextra","last_synced_at":"2025-08-14T21:15:33.881Z","repository":{"id":272354445,"uuid":"916314729","full_name":"tooinfinity/flextra","owner":"tooinfinity","description":"Flextra is a minimal Laravel authentication scaffolding package that integrates seamlessly with InertiaJS (React, Vue, Svelte), nWidart Laravel Modules, and Tailwind CSS, offering a lightweight and modular solution for modern web applications.","archived":false,"fork":false,"pushed_at":"2025-03-02T13:24:25.000Z","size":430,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T05:51:48.757Z","etag":null,"topics":["authentication","laravel","modules"],"latest_commit_sha":null,"homepage":"","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/tooinfinity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2025-01-13T21:25:16.000Z","updated_at":"2025-04-07T16:52:02.000Z","dependencies_parsed_at":"2025-01-13T22:30:53.350Z","dependency_job_id":"93acdde7-41a0-4594-be35-3970ffea4e20","html_url":"https://github.com/tooinfinity/flextra","commit_stats":null,"previous_names":["tooinfinity/flextra"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/tooinfinity/flextra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Fflextra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Fflextra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Fflextra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Fflextra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tooinfinity","download_url":"https://codeload.github.com/tooinfinity/flextra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tooinfinity%2Fflextra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270482381,"owners_count":24591343,"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-08-14T02:00:10.309Z","response_time":75,"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":["authentication","laravel","modules"],"created_at":"2025-01-28T21:20:41.439Z","updated_at":"2025-08-14T21:15:33.874Z","avatar_url":"https://github.com/tooinfinity.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flextra: Minimal Laravel Authentication Breeze support  nWidart Laravel Modules\n\nLaravel Authentication Breeze support with nWidart Laravel Modules with Frontend Frameworks (React, Vue, Svelte, Blade,API) and Tailwind CSS.\n\n## Project that inspired and used to build this package\n- Laravel [Breeze](https://github.com/laravel/breeze)\n- Laravel Modules [nWidart/laravel-modules](https://github.com/nWidart/laravel-modules)\n- [xavi7th/laravel-inertiajs-tailwindcss-starter](https://github.com/xavi7th/laravel-inertia-svelte-starter-template/tree/main)\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/tooinfinity/flextra.svg?style=flat-square)](https://packagist.org/packages/tooinfinity/flextra)  [![Total Downloads](https://img.shields.io/packagist/dt/tooinfinity/flextra.svg?style=flat-square)](https://packagist.org/packages/tooinfinity/flextra)  ![GitHub Actions](https://github.com/tooinfinity/flextra/actions/workflows/tests.yml/badge.svg)  [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n\n**Flextra** is a versatile Laravel package designed to simplify authentication scaffolding. It seamlessly integrates **InertiaJS** (React, Vue, Svelte), Blade, **nWidart Laravel Modules**, and **Tailwind CSS**, enabling you to build modular, scalable, and modern web applications effortlessly.\n\nThe name **Flextra** combines \"Flex\" (flexibility) and \"Extra\" (enhanced features), embodying the package's mission to deliver flexible and robust solutions for Laravel development.\n\n---\n\n## Features\n\n- **Authentication Scaffolding:** Provides a lightweight and modular authentication system for Laravel projects.\n- **InertiaJS Integration:** Supports frontends built with React, Vue, and Svelte via InertiaJS.\n- **Blade Support:** Offers traditional Blade views for projects that do not require frontend frameworks.\n- **nWidart Laravel Modules:** Leverages modular architecture to enable scalable and maintainable applications.\n- **Tailwind CSS:** Styled with modern and responsive design principles using Tailwind.\n\n---\n\n## Installation\n\nInstall the package using Composer : \n\n```bash\ncomposer require tooinfinity/flextra\n```\n## Usage\n\nthis Package is installed and setup laravel modules and breeze authentication with stack you prefer and Tailwind CSS automatically.\nby default the name of the module is `Auth` but you can change it by passing the name of the module as an options like this.\n    \n```php\nphp artisan flextra:install [stack] --module=Authentications [--other-options]\n```\n\nSupported stacks: **react**, **vue**, **svelte**, **blade** and **api**\n\nOptions: **--typescript**, **--ssr**, **--pest**\n\n```php\nphp artisan flextra:install [stack] --options\n```\n### Example\n\nReact Stack\n\n```php\nphp artisan flextra:install react\n```\nVue Stack with options\n\n```php\nphp artisan flextra:install vue --typescript --ssr --pest\n```\n\n```php\nphp artisan flextra:install vue --module=Authentications  --typescript --ssr --pest\n```\n\n### Testing is not implement yet\n\n```bash\ncomposer test\n```\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Credits\n\n-   [TouwfiQ Meghlaoui](https://github.com/tooinfinity)\n-   [Nicolas Widart](https://github.com/nWidart)\n-   [Taylor Otwell](https://github.com/taylorotwell)\n-   [Akhile E. Daniel](https://github.com/xavi7th)\n-   [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftooinfinity%2Fflextra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftooinfinity%2Fflextra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftooinfinity%2Fflextra/lists"}