This repository was archived by the owner on Sep 23, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change to specifying framework in config file
- Loading branch information
1 parent
03657e3
commit 9bcb01d
Showing
13 changed files
with
52 additions
and
11,433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| CSS Framework Configuration | ||
|-------------------------------------------------------------------------- | ||
| | ||
| Here you may configure the CSS framework to be used by Laravel-Casts. | ||
| This allows you to switch or upgrade frameworks without having to | ||
| recreate all your forms. | ||
| | ||
| Available Settings: "vanilla", "bootstrap3", "bootstrap4" | ||
| | ||
*/ | ||
|
||
'framework' => 'bootstrap3', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.