Skip to content

Commit 0a30eb3

Browse files
committed
feat: vite support with components
1 parent d1bd989 commit 0a30eb3

File tree

19 files changed

+84
-307
lines changed

19 files changed

+84
-307
lines changed

adminlte-stubs/auth-localized/login.blade.php

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }}</title>
7-
8-
<!-- Tell the browser to be responsive to screen width -->
9-
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
10-
11-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
12-
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
13-
crossorigin="anonymous"/>
14-
15-
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
16-
17-
</head>
18-
<body class="hold-transition login-page">
1+
<x-laravel-ui-adminlte::adminlte-layout>
192
<div class="login-box">
203
<div class="login-logo">
214
<a href="{{ url('/home') }}"><b>{{ config('app.name') }}</b></a>
@@ -87,8 +70,4 @@ class="form-control @error('password') is-invalid @enderror">
8770

8871
</div>
8972
<!-- /.login-box -->
90-
91-
<script src="{{ mix('js/app.js') }}"></script>
92-
93-
</body>
94-
</html>
73+
</x-laravel-ui-adminlte::adminlte-layout>

adminlte-stubs/auth-localized/passwords/confirm.blade.php

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }}</title>
7-
8-
<!-- Tell the browser to be responsive to screen width -->
9-
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
10-
11-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
12-
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
13-
crossorigin="anonymous"/>
14-
15-
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
16-
17-
</head>
18-
<body class="hold-transition login-page">
1+
<x-laravel-ui-adminlte::adminlte-layout>
192
<div class="login-box">
203
<div class="login-logo">
214
<a href="{{ url('/home') }}"><b>{{ config('app.name') }}</b></a>
@@ -60,7 +43,4 @@ class="form-control{{ $errors->has('password') ? ' is-invalid' : '' }}"
6043

6144
</div>
6245

63-
<script src="{{ mix('js/app.js') }}"></script>
64-
65-
</body>
66-
</html>
46+
</x-laravel-ui-adminlte::adminlte-layout>

adminlte-stubs/auth-localized/passwords/email.blade.php

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }}</title>
7-
8-
<!-- Tell the browser to be responsive to screen width -->
9-
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
10-
11-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
12-
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
13-
crossorigin="anonymous"/>
14-
15-
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
16-
17-
</head>
18-
<body class="hold-transition login-page">
1+
<x-laravel-ui-adminlte::adminlte-layout>
192
<div class="login-box">
203
<div class="login-logo">
214
<a href="{{ url('/home') }}"><b>{{ config('app.name') }}</b></a>
@@ -67,8 +50,4 @@ class="form-control{{ $errors->has('email') ? ' is-invalid' : '' }}"
6750
</div>
6851
</div>
6952
<!-- /.login-box -->
70-
71-
<script src="{{ mix('js/app.js') }}"></script>
72-
73-
</body>
74-
</html>
53+
</x-laravel-ui-adminlte::adminlte-layout>

adminlte-stubs/auth-localized/passwords/reset.blade.php

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }}</title>
7-
8-
<!-- Tell the browser to be responsive to screen width -->
9-
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
10-
11-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
12-
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
13-
crossorigin="anonymous"/>
14-
15-
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
16-
17-
</head>
18-
<body class="hold-transition login-page">
1+
<x-laravel-ui-adminlte::adminlte-layout>
192
<div class="login-box">
203
<div class="login-logo">
214
<a href="{{ url('/home') }}"><b>{{ config('app.name') }}</b></a>
@@ -87,8 +70,4 @@ class="form-control"
8770
</div>
8871

8972
</div>
90-
91-
<script src="{{ mix('js/app.js') }}"></script>
92-
93-
</body>
94-
</html>
73+
</x-laravel-ui-adminlte::adminlte-layout>

adminlte-stubs/auth-localized/register.blade.php

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }} | Registration Page</title>
7-
8-
<!-- Tell the browser to be responsive to screen width -->
9-
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
10-
11-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
12-
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
13-
crossorigin="anonymous"/>
14-
15-
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
16-
17-
</head>
18-
<body class="hold-transition register-page">
1+
<x-laravel-ui-adminlte::adminlte-layout>
192
<div class="register-box">
203
<div class="register-logo">
214
<a href="{{ url('/home') }}"><b>{{ config('app.name') }}</b></a>
@@ -110,8 +93,4 @@ class="form-control"
11093
<!-- /.form-box -->
11194
</div>
11295
<!-- /.register-box -->
113-
114-
<script src="{{ mix('js/app.js') }}"></script>
115-
116-
</body>
117-
</html>
96+
</x-laravel-ui-adminlte::adminlte-layout>

adminlte-stubs/auth/login.blade.php

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }}</title>
7-
8-
<!-- Tell the browser to be responsive to screen width -->
9-
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
10-
11-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
12-
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
13-
crossorigin="anonymous"/>
14-
15-
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
16-
17-
</head>
18-
<body class="hold-transition login-page">
1+
<x-laravel-ui-adminlte::adminlte-layout>
192
<div class="login-box">
203
<div class="login-logo">
214
<a href="{{ url('/home') }}"><b>{{ config('app.name') }}</b></a>
@@ -87,8 +70,4 @@ class="form-control @error('password') is-invalid @enderror">
8770

8871
</div>
8972
<!-- /.login-box -->
90-
91-
<script src="{{ mix('js/app.js') }}"></script>
92-
93-
</body>
94-
</html>
73+
</x-laravel-ui-adminlte::adminlte-layout>

adminlte-stubs/auth/passwords/confirm.blade.php

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }}</title>
7-
8-
<!-- Tell the browser to be responsive to screen width -->
9-
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
10-
11-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
12-
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
13-
crossorigin="anonymous"/>
14-
15-
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
16-
17-
</head>
18-
<body class="hold-transition login-page">
1+
<x-laravel-ui-adminlte::adminlte-layout>
192
<div class="login-box">
203
<div class="login-logo">
214
<a href="{{ url('/home') }}"><b>{{ config('app.name') }}</b></a>
@@ -59,8 +42,4 @@ class="form-control{{ $errors->has('password') ? ' is-invalid' : '' }}"
5942
</div>
6043

6144
</div>
62-
63-
<script src="{{ mix('js/app.js') }}" defer></script>
64-
65-
</body>
66-
</html>
45+
</x-laravel-ui-adminlte::adminlte-layout>

adminlte-stubs/auth/passwords/email.blade.php

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }}</title>
7-
8-
<!-- Tell the browser to be responsive to screen width -->
9-
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
10-
11-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
12-
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
13-
crossorigin="anonymous"/>
14-
15-
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
16-
17-
</head>
18-
<body class="hold-transition login-page">
1+
<x-laravel-ui-adminlte::adminlte-layout>
192
<div class="login-box">
203
<div class="login-logo">
214
<a href="{{ url('/home') }}"><b>{{ config('app.name') }}</b></a>
@@ -67,8 +50,4 @@ class="form-control{{ $errors->has('email') ? ' is-invalid' : '' }}"
6750
</div>
6851
</div>
6952
<!-- /.login-box -->
70-
71-
<script src="{{ mix('js/app.js') }}" defer></script>
72-
73-
</body>
74-
</html>
53+
</x-laravel-ui-adminlte::adminlte-layout>

adminlte-stubs/auth/passwords/reset.blade.php

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }}</title>
7-
8-
<!-- Tell the browser to be responsive to screen width -->
9-
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
10-
11-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
12-
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
13-
crossorigin="anonymous"/>
14-
15-
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
16-
17-
</head>
18-
<body class="hold-transition login-page">
1+
<x-laravel-ui-adminlte::adminlte-layout>
192
<div class="login-box">
203
<div class="login-logo">
214
<a href="{{ url('/home') }}"><b>{{ config('app.name') }}</b></a>
@@ -91,8 +74,4 @@ class="form-control"
9174
</div>
9275

9376
</div>
94-
95-
<script src="{{ mix('js/app.js') }}" defer></script>
96-
97-
</body>
98-
</html>
77+
</x-laravel-ui-adminlte::adminlte-layout>

adminlte-stubs/auth/register.blade.php

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6-
<title>{{ config('app.name') }} | Registration Page</title>
7-
8-
<!-- Tell the browser to be responsive to screen width -->
9-
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
10-
11-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
12-
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
13-
crossorigin="anonymous"/>
14-
15-
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
16-
17-
</head>
18-
<body class="hold-transition register-page">
1+
<x-laravel-ui-adminlte::adminlte-layout>
192
<div class="register-box">
203
<div class="register-logo">
214
<a href="{{ url('/home') }}"><b>{{ config('app.name') }}</b></a>
@@ -110,8 +93,4 @@ class="form-control"
11093
<!-- /.form-box -->
11194
</div>
11295
<!-- /.register-box -->
113-
114-
<script src="{{ mix('js/app.js') }}" defer></script>
115-
116-
</body>
117-
</html>
96+
</x-laravel-ui-adminlte::adminlte-layout>

0 commit comments

Comments
 (0)