0.1
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
AdminLTE is a premium Bootstrap theme for Backend.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

~> 3.3.4.1
 Project Readme

Gem


AdminLTE 2 Rails Gem

AdminLTE is a premium Bootstrap theme for backend.

Installation

Add this line to your application's Gemfile:

gem 'adminlte2-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install adminlte2-rails

Then, generate the default template:

$ bin/rails generate admin_lte2

Plugins

Add a new plugins

By default, there's no plugin installed. However, I've created a generator to help you install them

$ rails g admin_lte2_plugins PLUGIN_NAME

Plugins available

Plugins missing

  • ckeditor
  • datatables
  • fastclick
  • flot
  • input-mask
  • ionslider

Contributing

  1. Fork it ( https://github.com/nicolas-besnard/adminlte2-rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request