Skip to content

Commit 640c81f

Browse files
committed
Merge branch 'master' into 1.x
# Conflicts: # AdminLTEPreset.php
2 parents 1dde0d7 + 5dbe65f commit 640c81f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Laravel UI AdminLTE
22

3+
[![Total Downloads](https://poser.pugx.org/infyomlabs/laravel-ui-adminlte/downloads)](https://packagist.org/packages/infyomlabs/laravel-ui-adminlte)
4+
[![Monthly Downloads](https://poser.pugx.org/infyomlabs/laravel-ui-adminlte/d/monthly)](https://packagist.org/packages/infyomlabs/laravel-ui-adminlte)
5+
[![Daily Downloads](https://poser.pugx.org/infyomlabs/laravel-ui-adminlte/d/daily)](https://packagist.org/packages/infyomlabs/laravel-ui-adminlte)
6+
[![License](https://poser.pugx.org/infyomlabs/laravel-ui-adminlte/license)](https://packagist.org/packages/infyomlabs/laravel-ui-adminlte)
7+
[![Build Status](https://travis-ci.org/InfyOmLabs/laravel-ui-adminlte.svg?branch=test-cases)](https://travis-ci.org/InfyOmLabs/laravel-ui-adminlte)
8+
39
[Laravel Frontend Scaffolding](https://laravel.com/docs/7.x/frontend) for [AdminLTE3](https://adminlte.io/themes/v3/) Theme.
410

511
## Installation
@@ -52,4 +58,4 @@ Or for production,
5258

5359
### Admin Layout
5460

55-
![Reset Password](https://raw.github.com/InfyOmLabs/laravel-ui-adminlte/master/screenshots/Admin-Layout.png)
61+
![Reset Password](https://raw.github.com/InfyOmLabs/laravel-ui-adminlte/master/screenshots/Admin-Layout.png)

src/AdminLTEPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected function scaffoldAuth()
100100
FILE_APPEND
101101
);
102102

103-
tap(new Filesystem, function ($filesystem) {
103+
tap(new Filesystem(), function ($filesystem) {
104104

105105
$filesystem->copyDirectory(__DIR__.'/../adminlte-stubs/auth', resource_path('views/auth'));
106106
$filesystem->copyDirectory(__DIR__.'/../adminlte-stubs/layouts', resource_path('views/layouts'));

src/AdminLTEPresetServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class AdminLTEPresetServiceProvider extends ServiceProvider
1010
public function boot()
1111
{
1212
UiCommand::macro('adminlte', function (UiCommand $command) {
13-
1413
$adminLTEPreset = new AdminLTEPreset($command);
1514
$adminLTEPreset->install();
1615

0 commit comments

Comments
 (0)