8000 Readme update · mdbootstrap/adminlte-laravel@435afda · GitHub
[go: up one dir, main page]

Skip to content

Commit 435afda

Browse files
committed
Readme update
1 parent 38c67b7 commit 435afda

File tree

1 file changed

+6
-39
lines changed

1 file changed

+6
-39
lines changed

README.md

Lines changed: 6 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# AdminLTE template Laravel 5 package
2-
A Laravel 5 package that switch default Laravel scaffolding / boilerplate to AdminLTE template with Bootstrap 3.0 and Pratt Landing Page
1+
# AdminLTE template Laravel package
2+
A Laravel package that switch default Laravel scaffolding / boilerplate to AdminLTE template with Bootstrap 3.0 and Pratt Landing Page
33

44
See demo here:
55

@@ -17,31 +17,12 @@ If you are looking for the Laravel 4 version, use 0.1.5 version/tag and see [OLD
1717
[![StyleCI](https://styleci.io/repos/35628567/shield)](https://styleci.io/repos/35628567)
1818
[![Build Status](https://travis-ci.org/acacha/adminlte-laravel.svg?branch=master)](https://travis-ci.org/acacha/adminlte-laravel)
1919

20-
# Installation & use
21-
22-
**So easy to install!** Install globally with composer:
23-
24-
```bash
25-
composer global require "acacha/adminlte-laravel-installer"
26-
```
27-
28-
And convert any Laravel installation to AdminLTE/Pratt with:
29-
30-
```bash
31-
laravel new laravel-with-admin-lte
32-
cd laravel-with-admin-lte
33-
adminlte-laravel install
34-
```
35-
Enjoy! If you wish you can use [llum](https://github.com/acacha/llum) to start your app:
20+
# Installation
3621

3722
```bash
38-
llum boot
23+
composer require "acacha/admin-lte-template-laravel"
3924
```
4025

41-
To start using you Laravel with AdminLTE. Llum will configure database (sqlite),execute migrations, install devtools and serve for you.
42-
43-
More info about llum commands in Github [Acacha/llum](https://github.com/acacha/llum).
44-
4526
# Requirements
4627

4728
This packages use (no need to install):
@@ -50,12 +31,10 @@ This packages use (no need to install):
5031
* [Laravel](http://laravel.com/)
5132
* [AdminLTE](https://github.com/almasaeed2010/AdminLTE). You can see and AdminLTE theme preview at: http://almsaeedstudio.com/preview/
5233
* [Pratt](http://blacktie.co/demo/pratt/). Pratt Landing Page
53-
* [Acacha/user](https://github.com/acacha/user): providing boosted Laravel Users. This could be optional through configuration.
5434
* [acacha/helpers](https://github.com/acacha/helpers) : Extra helpers for Laravel provided by acacha.
5535
* [creativeorange/gravatar](https://github.com/creativeorange/gravatar): Gravatar support for user's profile images. This could be optional through configuration.
5636
* [league/flysystem](https://github.com/thephpleague/flysystem) : Filesystem support.
5737
* [acacha/forms](https://github.com/acacha/forms) : Javascript Form objects implementation.
58-
* [acacha/llum](https://github.com/acacha/llum). Easy Laravel packages installation (and other tasks). Used to modify config/app.php file without using stubs (so you changes to this file would be respected)
5938
* [thephpleague/skeleton](https://github.com/thephpleague/skeleton). This package use/has been adapted to use the phpleague skeleton.
6039
* Acacha llum requires GNU sed. on MAC OS install GNU sed with:
6140

@@ -88,21 +67,9 @@ Please be sure to check you environment.
8867
## Optional requirements
8968
* [Laravel menu](https://github.com/spatie/laravel-menu): only used with command adminlte:menu that replaces default adminlte menu with a menu with spatie/laravel-menu support.
9069

91-
## Laravel 5.8
92-
93-
This package works smoothly with Laravel 5.8 with 6.2 version.
94-
95-
## Laravel 5.7
96-
97-
This package works smoothly with Laravel 5.7 with 6.1 version.
98-
99-
## Laravel 5.6
100-
101-
This package works smoothly with Laravel 5.6 with 6.1 version.
102-
103-
## Laravel 5.5
70+
## Laravel 5.8 and older
10471

105-
This package now use new Laravel 5.5 feature Package Auto Discover.
72+
This package works smoothly with Laravel 5.x with 6.x version
10673

10774
## Laravel 5.4
10875

0 commit comments

Comments
 (0)
0