You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Bootstrap](https://getbootstrap.com) (via [Tatter\Bootstrap](https://packagist.org/packages/tatter/bootstrap)) - Mobile-first front-end CSS framework directed at responsive web development
51
-
*[DataTables](https://datatables.net) - To enhance the accessibility of data in HTML tables
52
37
*[FontAwesome](https://fontawesome.com) - Popular icon set and toolkit for vector icons and social logos
38
+
*[jQuery](https://jquery.com) - A fast, small, and feature-rich JavaScript library
53
39
54
40
### Support Libraries
55
41
@@ -89,8 +75,8 @@ want them to be applied. **app/Config/Assets.php**:
89
75
90
76
namespace Config;
91
77
92
-
use Tatter\AdminLTE\Bundles\AdminLTEBundle;
93
-
use Tatter\Bootstrap\Bundles\BootstrapBundle;
78
+
use Tatter\Frontend\Bundles\AdminLTEBundle;
79
+
use Tatter\Frontend\Bundles\BootstrapBundle;
94
80
use Tatter\Frontend\Bundles\FontAwesomeBundle;
95
81
96
82
class Assets extends \Tatter\Assets\Config\Assets
@@ -111,7 +97,18 @@ class Assets extends \Tatter\Assets\Config\Assets
111
97
}
112
98
```
113
99
114
-
Note that Bundles include their dependency (e.g. AdminLTE includes Bootstrap, Bootstrap 4
100
+
Note that each Bundle includes its dependency (e.g. AdminLTE includes Bootstrap, Bootstrap
115
101
includes jQuery), so while there is no harm in repeating assets it is also unnecessary.
116
-
This does not extend to optional plugins, e.g. if we want to use FontAwesome in AdminLTE
102
+
This does not extend to optional plugins, e.g. if you want to use FontAwesome in AdminLTE
117
103
you will need to include both.
104
+
105
+
## Versioning
106
+
107
+
The intent is to maintain two major versions of this library for an indefinite amount of
108
+
time until AdminLTE 4 is fully released and stable for production use. The core differences
109
+
will be around the dependency stack for AdminLTE, Bootstrap, and jQuery.
110
+
111
+
| Library version | Bootstrap version | AdminLTE version | jQuery |
0 commit comments