Skip to content

Commit 3df694b

Browse files
committed
Update theme support
1 parent 55aa06a commit 3df694b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+142
-121
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2727
SOFTWARE.
2828
```
2929

30+
### Credits
31+
A listing of projects used with this panel.
32+
33+
Animate.css - [license](https://github.com/daneden/animate.css/blob/master/LICENSE) - [homepage](http://daneden.github.io/animate.css/)
34+
BinaryJS - [license](https://github.com/binaryjs/binaryjs/blob/master/LICENSE) - [homepage](http://binaryjs.com)
35+
Bootstrap - [license](https://github.com/twbs/bootstrap/blob/master/LICENSE) - [homepage](http://getbootstrap.com)
36+
BootStrap Notify - [license](https://github.com/mouse0270/bootstrap-notify/blob/master/LICENSE) - [homepage](http://bootstrap-notify.remabledesigns.com)
37+
FontAwesome - [license](http://fontawesome.io/license/) - [homepage](http://fontawesome.io)
38+
FuelUX - [license](https://github.com/ExactTarget/fuelux/blob/master/LICENSE) - [homepage](http://getfuelux.com)
39+
jQuery - [license](https://github.com/jquery/jquery/blob/master/LICENSE.txt) - [homepage](http://jquery.com)
40+
Socket.io - [license](https://github.com/socketio/socket.io/blob/master/LICENSE) - [homepage](http://socket.io)
41+
SweetAlert - [license](https://github.com/t4t5/sweetalert/blob/master/LICENSE) - [homepage](http://t4t5.github.io/sweetalert/)
42+
3043
### Additional License Information
3144
Some Javascript and CSS used within the panel is licensed under a `MIT` or `Apache 2.0`. Please check their respective header files for more information.
3245

config/app.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
PragmaRX\Google2FA\Vendor\Laravel\ServiceProvider::class,
157157
igaster\laravelTheme\themeServiceProvider::class,
158158
Prologue\Alerts\AlertsServiceProvider::class,
159-
Krucas\Settings\Providers\SettingsServiceProvider::class
159+
Krucas\Settings\Providers\SettingsServiceProvider::class,
160160

161161
],
162162

@@ -209,7 +209,7 @@
209209
'Settings' => Krucas\Settings\Facades\Settings::class,
210210
'Session' => Illuminate\Support\Facades\Session::class,
211211
'Storage' => Illuminate\Support\Facades\Storage::class,
212-
'Theme' => igaster\laravelTheme\Facades\Theme::class,
212+
'Theme' => igaster\laravelTheme\Facades\Theme::class,
213213
'URL' => Illuminate\Support\Facades\URL::class,
214214
'Uuid' => Webpatser\Uuid\Uuid::class,
215215
'Validator' => Illuminate\Support\Facades\Validator::class,

config/themes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44
'enabled' => true,
5-
'themes_path' => realpath(base_path('resources/themes')),
5+
'themes_path' => realpath(base_path('resources/themes')),
66
'asset_not_found' => 'LOG_ERROR',
77
'active' => 'default',
88

@@ -13,4 +13,4 @@
1313
'asset-path' => 'themes/default',
1414
],
1515
],
16-
];
16+
];
File renamed without changes.
File renamed without changes.

public/themes/default/css/fontawesome/fonts/fontawesome-webfont.eot renamed to public/css/fontawesome/fonts/fontawesome-webfont.eot

File renamed without changes.

public/themes/default/css/fontawesome/fonts/fontawesome-webfont.svg renamed to public/css/fontawesome/fonts/fontawesome-webfont.svg

File renamed without changes.

public/themes/default/css/fontawesome/fonts/fontawesome-webfont.ttf renamed to public/css/fontawesome/fonts/fontawesome-webfont.ttf

File renamed without changes.

public/themes/default/css/fontawesome/fonts/fontawesome-webfont.woff renamed to public/css/fontawesome/fonts/fontawesome-webfont.woff

File renamed without changes.

0 commit comments

Comments
 (0)