All Projects → appstract → Laravel Bootstrap Components

appstract / Laravel Bootstrap Components

Licence: mit
Bootstrap components as Laravel components

Projects that are alternatives of or similar to Laravel Bootstrap Components

Laravel Notify
Flexible Flash notifications for Laravel
Stars: ✭ 787 (+314.21%)
Mutual labels:  laravel, laravel-package, blade
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (+4.21%)
Mutual labels:  laravel, laravel-package, blade
Laravel Blade Directives
A collection of nice Laravel Blade directives
Stars: ✭ 813 (+327.89%)
Mutual labels:  laravel, laravel-package, blade
Laravel Form Components
A set of Blade components to rapidly build forms with Tailwind CSS (v1.0 and v2.0) and Bootstrap 4. Supports validation, model binding, default values, translations, Laravel Livewire, includes default vendor styling and fully customizable!
Stars: ✭ 295 (+55.26%)
Mutual labels:  laravel, laravel-package, bootstrap
Laravel Settings
Simple Settings package for a laravel application
Stars: ✭ 45 (-76.32%)
Mutual labels:  laravel, laravel-package, bootstrap
Laravel Early Access
This package makes it easy to add early access mode to your existing application.
Stars: ✭ 160 (-15.79%)
Mutual labels:  laravel, laravel-package
Base
YASCMF 基础开发版(YASCMF/BASE)
Stars: ✭ 162 (-14.74%)
Mutual labels:  laravel, blade
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+1064.21%)
Mutual labels:  laravel, laravel-package
Laravel Selfupdater
This package provides some basic methods to implement a self updating functionality for your Laravel application. Already bundled are some methods to provide a self-update mechanism via Github or some private repository via http.
Stars: ✭ 170 (-10.53%)
Mutual labels:  laravel, laravel-package
Servermonitor
💓 Laravel package to periodically monitor the health of your server and application.
Stars: ✭ 148 (-22.11%)
Mutual labels:  laravel, laravel-package
Laravel Page Speed
Package to optimize your site automatically which results in a 35%+ optimization
Stars: ✭ 2,097 (+1003.68%)
Mutual labels:  laravel, laravel-package
Laravel Source Encrypter
Laravel and Lumen Source Code Encrypter
Stars: ✭ 175 (-7.89%)
Mutual labels:  laravel, laravel-package
Laravel Auto Translate
Automatically translate your language files using a translator service
Stars: ✭ 153 (-19.47%)
Mutual labels:  laravel, laravel-package
Laravelresources
Speed Up package development for Laravel Apps with API's
Stars: ✭ 152 (-20%)
Mutual labels:  laravel, laravel-package
Laravel Security Checker
Added Laravel functionality to Enlightn Security Checker. Adds a command to check for, and optionally emails you, vulnerabilities when they affect you.
Stars: ✭ 163 (-14.21%)
Mutual labels:  laravel, laravel-package
Adminlte Laravel
A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0
Stars: ✭ 1,814 (+854.74%)
Mutual labels:  laravel, bootstrap
Ignition Go
Bootstrap4 /Codeigniter 3 Modular (HMVC) App Building Framework - to build enterprise class web applications... Versions: CodeIgniter 3.1.9 AdminLTE 3.4 Bootstrap 4.5.0
Stars: ✭ 166 (-12.63%)
Mutual labels:  laravel, bootstrap
Laravel Identify
📦 📱 Laravel 5 Package to Detect Users Browsers, Devices, Languages and Operating Systems
Stars: ✭ 177 (-6.84%)
Mutual labels:  laravel, laravel-package
Blade Heroicons
A package to easily make use of Heroicons in your Laravel Blade views.
Stars: ✭ 173 (-8.95%)
Mutual labels:  laravel, blade
Laravel Bootstrap 4 Forms
Bootstrap 4 forms for Laravel 5/6/7/8
Stars: ✭ 181 (-4.74%)
Mutual labels:  laravel, bootstrap

Laravel Bootstrap Components

Latest Version on Packagist Total Downloads Software License

Easily use Bootstrap 4 components as Laravel components.

You can help with adding components by creating a pull request.

Installation

You can install the package via composer:

composer require appstract/laravel-bootstrap-components

Usage

Examples:

@component('bootstrap::modal')
    This is the content of the modal
@endcomponent

@component('bootstrap::progress', ['value' => 75]) 
    // Extra bars
@endcomponent

More components and documentation in the wiki.

Contributing

Contributions are very welcome! If you want to add a component, please keep the following in mind when creating a pull request:

  • Have a look at the existing components for examples.
  • Customization of the component (like custom classes and options for the component).
  • Provide some docs in the wiki.

Thanks to all the contributors

About Appstract

Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment and write about related subjects on Medium. You can follow us on Twitter, buy us a beer or support us on Patreon.

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].