devinci-it/bladekit

The skeleton application for the Laravel framework.

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:project

v0.8.1 2024-06-18 01:50 UTC

README

devinci-it/bladekit

Bladekit is a comprehensive library that offers a collection of pre-built Blade components for Laravel applications. With Bladekit, developers can rapidly create dynamic user interfaces without the need to write extensive custom code. The library includes various UI elements such as forms, tables, search bars, and more, all designed to streamline the development process and enhance user experience.

Installation

To install Bladekit in your Laravel project, simply require the package using Composer:

composer require devinci-it/bladekit

After installation, publish the package assets to customize and include them in your project:

php artisan vendor:publish --tag=bladekit-assets

Additionally, publish Bladekit views to incorporate them into your application:

php artisan vendor:publish --tag=bladekit-views

For detailed usage instructions and documentation on each Bladekit component, refer to the Bladekit Documentation available with the package or visit the official Bladekit GitHub repository.

Contribution

Contributions to Bladekit are welcome! If you encounter any issues, have suggestions for improvements, or would like to contribute new features, please open an issue or submit a pull request on the Bladekit GitHub repository.

License

Bladekit is open-source software licensed under the MIT License. You are free to use, modify, and distribute the library in accordance with the terms of the license.