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

Build polished Laravel interfaces without rebuilding the same UI components every time. Basekit Laravel UI is a collection of 35 production-ready Blade components for Laravel, powered by Tailwind CSS and Alpine.js. Buttons, inputs, modals, tables, dropdowns, tabs, toasts, pagination and more — ready to drop into your Laravel application and customize to match your brand.

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


✨ Why Basekit?

Laravel makes building applications enjoyable. Building and maintaining the same buttons, inputs, modals, dropdowns and other UI primitives for every application doesn't.

Basekit gives you a reusable UI foundation while keeping you in the Laravel ecosystem:


🚀 Quick Start

Install the package:

Import Basekit's CSS into your application's stylesheet:

If you're already using Livewire, Alpine.js is available through @livewireScripts.

Otherwise, include Alpine.js in your layout:

Now use Basekit components directly from Blade:

That's it. No component scaffolding required.

See the installation guide for more details.


🎨 Built for Customization

Basekit comes with sensible defaults, but gives you full control when you need it.

CSS Variables

For quick customization, override Basekit's CSS variables in your application:

Publishing Views

Publish component views for full customization:

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

Publish the Configuration

Need more control over components, variants, sizes, and defaults? Publish the configuration file:

Customize the Theme

Publish the Basekit CSS theme to customize the source styles directly:

Build Your CSS

Build an optimized stylesheet based on your configuration:

While developing, use watch mode to automatically rebuild when your configuration or styles change:

Need complete control over the markup? You can also publish the component views and customize them directly:

Learn more about theming and customization.

🧩 Available Components

The package includes 35 components organized into 8 categories.

📝 Form Components (10)

💬 Feedback Components (7)

🧭 Navigation Components (5)

📐 Layout Components (4)

📊 Display Components (7)

🪟 Overlay Components (2)

🛠️ Utilities (2)

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


⚡ Ship Only What You Use

Basekit can build its stylesheet based on the components enabled in your configuration.

In the included bundle-size comparison:

Configure the components you need:

Then build your optimized stylesheet:

Use watch mode while developing:


📚 Documentation

Explore the full documentation for installation, configuration, theming and component APIs.

Want to see everything first?

Browse the interactive component style guide →


📄 License

Basekit Laravel UI is open-source software licensed under the MIT License.


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.7
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 ...