Download the PHP package themesberg/flowbite-laravel-components without Composer

On this page you can find all versions of the php package themesberg/flowbite-laravel-components. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package flowbite-laravel-components

Flowbite Blade

Laravel Blade components for Flowbite. 60+ UI components, 80+ pre-built blocks, dark mode, and Tailwind CSS v4 — all as composable Blade components.

Documentation: flowbite-laravel.com

Installation

Or get started even faster with the Flowbite Laravel Starter Kit which includes authentication, layouts, dark mode, and everything pre-configured:

Manual setup

Add the Flowbite theme and plugin to your resources/css/app.css:

Quick Start

Components

All components use the x-fwb. prefix.

Core UI

Component Alias Sub-components
Accordion x-fwb.accordion .item
Alert x-fwb.alert
Avatar x-fwb.avatar .group
Badge x-fwb.badge
Button x-fwb.button .group
Card x-fwb.card
Indicator x-fwb.indicator
Pricing Card x-fwb.pricing-card .feature
Progress x-fwb.progress
Rating x-fwb.rating
Spinner x-fwb.spinner

Navigation

Component Alias Sub-components
Breadcrumb x-fwb.breadcrumb .item
Bottom Nav x-fwb.bottom-nav .item
Navbar x-fwb.navbar .brand, .link
Pagination x-fwb.pagination
Sidebar x-fwb.sidebar .item, .group
Tabs x-fwb.tabs .item

Overlays & Interactive

Component Alias
Drawer x-fwb.drawer
Dropdown x-fwb.dropdown + .item
Modal x-fwb.modal
Popover x-fwb.popover
Speed Dial x-fwb.speed-dial
Toast x-fwb.toast
Tooltip x-fwb.tooltip

Data Display

Component Alias Sub-components
Carousel x-fwb.carousel
Chat Bubble x-fwb.chat-bubble
Gallery x-fwb.gallery .image
List Group x-fwb.list-group .item
Skeleton x-fwb.skeleton
Table x-fwb.table .head, .row, .cell
Timeline x-fwb.timeline .item

Forms

Component Alias
Checkbox x-fwb.checkbox
File Input x-fwb.file-input
Floating Label x-fwb.floating-label
Input x-fwb.input
Radio x-fwb.radio
Range x-fwb.range
Select x-fwb.select
Textarea x-fwb.textarea
Toggle x-fwb.toggle

Content & Layout

Component Alias Sub-components
Banner x-fwb.banner
Footer x-fwb.footer
Jumbotron x-fwb.jumbotron
Kbd x-fwb.kbd
Stepper x-fwb.stepper .item
Video x-fwb.video

Layouts

Layout Alias
Admin x-fwb.layouts.admin
Auth x-fwb.layouts.auth
Settings x-fwb.layouts.settings

Blocks

Pre-built page sections available as x-fwb.blocks.{category}.{name}.

Marketing (34 blocks)

Hero, header, footer, pricing, CTA, features, testimonials, social proof, FAQ, contact form, blog, portfolio, team, newsletter, error pages, login/register forms, and more.

Application (28 blocks)

CRUD tables, modals, drawers, forms, filters, navigation, dashboard shell, and more.

Ecommerce (24 blocks)

Product pages, shopping cart, checkout, order tracking, payment forms, reviews, and more.

Publisher (2 blocks)

Blog templates and comment sections.

Composition Pattern

Components use parent-child composition:

Configuration

Publish the config file:

Customizing Views

Publish all blade views to customize them:

Views are published to resources/views/vendor/flowbite-blade/.

Icons

This package depends on flowbite-blade-icons for icons:

Requirements

License

MIT


All versions of flowbite-laravel-components with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^12.0
illuminate/view Version ^12.0
themesberg/flowbite-blade-icons Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package themesberg/flowbite-laravel-components contains the following files

Loading the files please wait ...