Download the PHP package nfgarching/laravel-bootstrap-components without Composer
On this page you can find all versions of the php package nfgarching/laravel-bootstrap-components. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nfgarching/laravel-bootstrap-components
More information about nfgarching/laravel-bootstrap-components
Files in nfgarching/laravel-bootstrap-components
Package laravel-bootstrap-components
Short Description Bootstrap 5.3 Components for Laravel
License MIT
Homepage https://github.com/nfgarching
Informations about the package laravel-bootstrap-components
Laravel Bootstrap Componets
This package contains a set of useful Bootstrap Laravel Blade components. It promotes DRY principles and allows you to keep your BLADE FILES nice and clean.
Requirements
Installation
Install the package via composer:
The package will automatically register itself. You can publish the package with:
Installation from https://github.com/nfgarching/laravel-bootstrap-componets
To test out the package installation, you’ll need a new Laravel project. Create a new project somewhere on your computer with the name e.g. example-app.
By default, Composer pulls in packages from Packagist so you’ll have to make a slight adjustment to your new project composer.json file. Open the file and update include the following array somewhere in the object:
Execute the following command to install the package:
The package will automatically register itself. You can publish the package with:
Installation with Git Clone for Development
To further develop the package, you’ll need a new Laravel project. Create a new project somewhere on your computer with the name e.g. example-app.
Clone the package as follow:
Open composer.json an add in section
Now, open the bootstrap/provider.php file and add to the providers array following:
This will register the PackageServiceProvider class as one of the service providers for this project. Start the application using php artisan serve and visit the /dashboard route to get dashboard.
Problem with Livewire 3 - How to Resolve the “419 Page Expired” Error
Soution ist to disable CSRF token for Livewire 1 2 3
Add in bootstrap\app.php
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-bootstrap-components with dependencies
laravel/framework Version ^12.0
livewire/livewire Version ^3.6
kyslik/column-sortable Version ^7.0