Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update README.md
A little clarity as I accidentally published a view for a similarly named package.
  • Loading branch information
mrl22 authored Dec 3, 2021
commit 117dc8e456f4a77d1c8e3b9f5c54a0fc3dc4f8a3
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The `action` attribute is optional, but you can pass a hard-coded, primitive val

## Configuration

You can switch frameworks by updating the `framework` setting in the `form-components.php` configuration file. Use the `artisan vendor:publish` command to publish the configuration file.
You can switch frameworks by updating the `framework` setting in the `form-components.php` configuration file. Either create this file yourself or use the `artisan vendor:publish` command to publish "Provider: ProtoneMedia\LaravelFormComponents\Support\ServiceProvider". Note that this will publish the configuration files aswell as the views.

```php
return [
Expand Down