Download the PHP package basekit-laravel/basekit-laravel-ui without Composer

On this page you can find all versions of the php package basekit-laravel/basekit-laravel-ui. 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 basekit-laravel-ui

Basekit Laravel UI

Latest Version on Packagist

A modular Laravel UI component library built with Blade components, Tailwind 4 CSS, and Alpine.js for rich, interactive interfaces.
Create rich, production‑ready UIs faster with 33 pre‑built components, configurable theming, and a built‑in style guide.

Explore all components in the style guide and read the full docs at basekit‑laravel.github.io/basekit‑laravel‑ui.


🌟 Features


📦 Installation

Basic Setup

Install via Composer:

Include the CSS in your main CSS file:

Include Alpine.js

Several Basekit components (Accordion, Dropdown Menu, Input password toggle, Modal, Multi-Select, Tabs, Toast, Tooltip, and Table) require Alpine.js. Add it to your layout:

Or with Livewire, use @livewireScripts which includes Alpine.js automatically:

See the installation guide for more details.

Advanced Setup

Publish the configuration file:

Publish the CSS theme:

Build optimized CSS based on your configuration:

For development, use watch mode:


🧩 Available Components

The package includes 33 components organized into 6 categories.

Form Components (8)

Feedback Components (7)

Navigation Components (5)

Layout Components (4)

Display Components (7)

Dialog & Overlay (2)


🧾 Example Form

Browse all available components in the style guide and read the full docs at basekit-laravel.github.io/basekit-laravel-ui.


⚙️ Configuration

Edit config/basekit-laravel-ui.php to customize components:

After changing configuration, rebuild CSS:

For development, use watch mode:


🎨 Customization

CSS Variables

Override theme variables in your CSS:

See the full list of available variables in the Complete CSS variable reference in the documentation.

Publishing Views

Publish component views for full customization:

Published views are copied to resources/views/vendor/basekit/ and automatically override package components.


📐 Styling Conventions


🧪 CI Quality Checks

The CI workflow validates production readiness on pushes and pull requests by running:

You can run these locally before opening a pull request.


⚡ Performance

Component‑based builds can significantly reduce bundle size:


🔄 Migration

See CHANGELOG.md for version changes and migration guides.


📚 Documentation

Full documentation available at:
https://basekit-laravel.github.io/basekit-laravel-ui

See also:


📄 License

The MIT License (MIT). Please see the LICENSE file for more information.


All versions of basekit-laravel-ui with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/support Version ^12.0|^13.0
illuminate/view Version ^12.0|^13.0
blade-ui-kit/blade-heroicons Version ^2.0
gehrisandro/tailwind-merge-laravel Version ^1.4
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 basekit-laravel/basekit-laravel-ui contains the following files

Loading the files please wait ...