flextra Svelte Themes

Flextra

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.

Flextra: Minimal Laravel Authentication Breeze support nWidart Laravel Modules

Laravel Authentication Breeze support with nWidart Laravel Modules with Frontend Frameworks (React, Vue, Svelte, Blade,API) and Tailwind CSS.

Project that inspired and used to build this package

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.


Features

  • Authentication Scaffolding: Provides a lightweight and modular authentication system for Laravel projects.
  • InertiaJS Integration: Supports frontends built with React, Vue, and Svelte via InertiaJS.
  • Blade Support: Offers traditional Blade views for projects that do not require frontend frameworks.
  • nWidart Laravel Modules: Leverages modular architecture to enable scalable and maintainable applications.
  • Tailwind CSS: Styled with modern and responsive design principles using Tailwind.

Installation

Install the package using Composer :

composer require tooinfinity/flextra

Usage

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

Example

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

Testing is not implement yet

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

Top categories

Loading Svelte Themes