2017 © Pedro Peláez
 

library cpanel

Admin Panel for Laravel 4 with User, Groups and Permissions management using Cartalyst Sentry as auth provider

image

stevemo/cpanel

Admin Panel for Laravel 4 with User, Groups and Permissions management using Cartalyst Sentry as auth provider

  • Monday, December 1, 2014
  • by stevemo
  • Repository
  • 28 Watchers
  • 197 Stars
  • 5,547 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 65 Forks
  • 9 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Laravel Admin Panel

Build Status Total Downloads, (*1)

Laravel 4 package used to provide an admin panel with user, groups and permissions management. This package is currently under active development., (*2)

Features

  • Cartalyst Sentry package
  • Anahkiasen Former package
  • Twitter Bootstrap 2.3.1
  • Font-awesome 3.2.0
  • Users, Groups and Permissions out of the box.
  • Base controller for admin panel development
  • Most of the views can be replaced by your own in the config file

Installation

Begin by installing this package through Composer. Edit your project's composer.json file to require stevemo/cpanel., (*3)

{
    "require": {
        "stevemo/cpanel": "dev-master"
    }
}

Update your packages with composer update or install with composer install., (*4)

You need to add the following service provider. Open app/config/app.php, and add a new items to the providers array., (*5)

'Former\FormerServiceProvider',
'Cartalyst\Sentry\SentryServiceProvider',
'Stevemo\Cpanel\CpanelServiceProvider',

Then add the following Class Aliases, (*6)

'Former' => 'Former\Facades\Former',
'Sentry' => 'Cartalyst\Sentry\Facades\Laravel\Sentry',

Finally run the following command in the terminal. php artisan cpanel:install This will publish the config files for Cartalyst/Sentry, Anahkiasen/Former and Stevemo/Cpanel also it will run the migration., (*7)

To create a user simply do php artisan cpanel:user, (*8)

Done! Just go to http://localhost/admin to access the admin panel., (*9)

Missing

  • Send Activation code by email when user register
  • Password reset/reminder
  • unit test… started reading Laravel Testing decoded ;-)
  • Documentation

The Versions

01/12 2014

dev-v3.0-develop

dev-v3.0-develop http://github.com/stevemo/cpanel

Admin Panel for Laravel 4 with User, Groups and Permissions management using Cartalyst Sentry as auth provider

  Sources   Download

MIT

The Requires

 

by Steve Montambeault

laravel permissions backend admin sentry groups users cartalyst

28/11 2014

dev-master

9999999-dev http://github.com/stevemo/cpanel

Admin Panel for Laravel 4 with User, Groups and Permissions management using Cartalyst Sentry as auth provider

  Sources   Download

MIT

The Requires

 

by Steve Montambeault

laravel backend admin sentry cartalyst

28/11 2014

dev-develop

dev-develop http://github.com/stevemo/cpanel

Admin Panel for Laravel 4 with User, Groups and Permissions management using Cartalyst Sentry as auth provider

  Sources   Download

MIT

The Requires

 

by Steve Montambeault

laravel permissions backend admin sentry groups users cartalyst

19/09 2014

dev-feature-internationalization

dev-feature-internationalization http://github.com/stevemo/cpanel

Admin Panel for Laravel 4 with User, Groups and Permissions management using Cartalyst Sentry as auth provider

  Sources   Download

MIT

The Requires

 

by Steve Montambeault

laravel backend admin sentry cartalyst

13/02 2014

2.0

2.0.0.0 http://github.com/stevemo/cpanel

Admin Panel for Laravel 4 with User, Groups and Permissions management using Cartalyst Sentry as auth provider

  Sources   Download

MIT

The Requires

 

by Steve Montambeault

laravel backend admin sentry cartalyst

17/06 2013

1.0.1

1.0.1.0 http://github.com/stevemo/cpanel

Admin Panel for Laravel 4 with User, Groups and Permissions management using Cartalyst Sentry as auth provider

  Sources   Download

MIT

The Requires

 

by Steve Montambeault

laravel backend admin sentry cartalyst

17/06 2013

1.0.0

1.0.0.0 http://github.com/stevemo/cpanel

Admin Panel for Laravel 4 with User, Groups and Permissions management using Cartalyst Sentry as auth provider

  Sources   Download

MIT

The Requires

 

by Steve Montambeault

laravel backend admin sentry cartalyst