Laravel Authentication Breeze support with nWidart Laravel Modules with Frontend Frameworks (React, Vue, Svelte, Blade,API) and Tailwind CSS.
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.
The name Flextra combines "Flex" (flexibility) and "Extra" (enhanced features), embodying the package's mission to deliver flexible and robust solutions for Laravel development.
Install the package using Composer :
composer require tooinfinity/flextra
this Package is installed and setup laravel modules and breeze authentication with stack you prefer and Tailwind CSS automatically.
by 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.
php artisan flextra:install [stack] --module=Authentications [--other-options]
Supported stacks: react, vue, svelte, blade and api
Options: --typescript, --ssr, --pest
php artisan flextra:install [stack] --options
React Stack
php artisan flextra:install react
Vue Stack with options
php artisan flextra:install vue --typescript --ssr --pest
php artisan flextra:install vue --module=Authentications --typescript --ssr --pest
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.