Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit 44243c3

Browse files
committed
docs: readme updated
1 parent 4c3581b commit 44243c3

File tree

1 file changed

+16
-23
lines changed

1 file changed

+16
-23
lines changed

README.md

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,32 @@
1-
# Laravel UI AdminLTE
1+
# Laravel UI Stisla
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-
8-
[Laravel Frontend Scaffolding](https://laravel.com/docs/7.x/frontend) for [AdminLTE3](https://adminlte.io/themes/v3/) Theme.
3+
[Laravel Frontend Scaffolding](https://laravel.com/docs/7.x/frontend) for [Stisla UI](https://demo.getstisla.com/index.html) Theme.
94

105
## Installation
116

127
Run a command,
138

14-
`composer require infyomlabs/laravel-ui-adminlte`
9+
`composer require infyomlabs/laravel-ui-stisla`
1510

1611
For Laravel 7,
1712

18-
`composer require infyomlabs/laravel-ui-adminlte:^2.0`
13+
`composer require infyomlabs/laravel-ui-stisla:^2.0`
1914

2015
For Laravel 6,
2116

22-
`composer require infyomlabs/laravel-ui-adminlte:^1.0`
17+
`composer require infyomlabs/laravel-ui-stisla:^1.0`
2318

2419
## Usage
2520

2621
Run a command,
2722

2823
To Generate a full authentication UI,
2924

30-
`php artisan ui adminlte --auth`
25+
`php artisan ui stisla --auth`
3126

3227
To Install just AdminLTE theme assets,
3328

34-
`php artisan ui adminlte`
29+
`php artisan ui stisla`
3530

3631
And then run,
3732

@@ -49,7 +44,7 @@ This package also provides support for Laravel Fortify for authentication scaffo
4944

5045
Run a command,
5146

52-
`php artisan ui adminlte-fortify --auth`
47+
`php artisan ui adminlte-stisla --auth`
5348

5449
And then run,
5550

@@ -59,29 +54,27 @@ Or for production,
5954

6055
`npm install && npm run prod`
6156

62-
## Tutorial
63-
Here you can find a video tutorial. (**Credits**: [shailesh-ladumor](https://github.com/shailesh-ladumor))
64-
65-
[<img src="https://img.youtube.com/vi/jA7hr2gE9yc/0.jpg" width="480">](https://youtu.be/jA7hr2gE9yc)
66-
6757
## Screenshots
6858

6959
### Login
7060

71-
![Login](https://raw.github.com/InfyOmLabs/laravel-ui-adminlte/master/screenshots/Login.png)
61+
![Login](screenshots/Login.png)
7262

7363
### Register
7464

75-
![Register](https://raw.github.com/InfyOmLabs/laravel-ui-adminlte/master/screenshots/Register.png)
65+
![Register](screenshots/Register.png)
7666

7767
### Reset Password Form
7868

79-
![Reset Password Form](https://raw.github.com/InfyOmLabs/laravel-ui-adminlte/master/screenshots/Reset-Password-Form.png)
69+
![Reset Password Form](screenshots/Reset-Password-Form.png)
8070

8171
### Reset Password
8272

83-
![Reset Password](https://raw.github.com/InfyOmLabs/laravel-ui-adminlte/master/screenshots/Reset-Password.png)
73+
![Reset Password](screenshots/Reset-Password.png)
8474

8575
### Admin Layout
8676

87-
![Reset Password](https://raw.github.com/InfyOmLabs/laravel-ui-adminlte/master/screenshots/Admin-Layout.png)
77+
![Reset Password](screenshots/Admin-Layout.png)
78+
79+
### Edit Profile
80+
![Edit Profile](screenshots/Edit-Profile.png)

0 commit comments

Comments
 (0)