2017 © Pedro Peláez
 

library laravel-admin-base

ByteNET Laravel Admin's base package, which offers admin authentication

image

bytenet/laravel-admin-base

ByteNET Laravel Admin's base package, which offers admin authentication

  • Friday, March 31, 2017
  • by ByteNet-Serbia
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

ByteNet\LaravelAdminBase

Laravel Admin's base package, which offers admin authentication and a blank admin panel, (*1)

Base

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*2)

Laravel AdminBase central package, which includes: - a customized version of Laravel's authentication interface; // TODO - basic user management page (edit password, name, email); - basic admin dashboard page; // TODO - pretty error pages; // TODO - admin-wide alerts system (notification bubbles); // TODO - roles / permissions; // TODO, (*3)

Install on Laravel 5.4

1) Run in your terminal:, (*4)

``` bash $ composer require bytenet/laravel-admin-base, (*5)


2) Add the service providers in config/app.php: ``` php ByteNet\LaravelAdminBase\BaseServiceProvider::class,

3) Then run a few commands in the terminal: ``` bash $ rm -rf app/Http/Controllers/Auth $ php artisan vendor:publish --provider="ByteNet\LaravelAdminBase\BaseServiceProvider" $ php artisan migrate, (*6)


4) Make sure the reset password emails have the correct reset link by editing the adding these to your ```User``` model: - before class name ```use ByteNet\LaravelAdminBase\app\Notifications\ResetPasswordNotification as ResetPasswordNotification;``` - as a method inside the User class: ``` php /** * Send the password reset notification. * * @param string $token * @return void */ public function sendPasswordResetNotification($token) { $this->notify(new ResetPasswordNotification($token)); }

5) [optional] Change values in config/bytenet/base.php to make the admin panel your own. Change menu color, project name, developer name etc., (*7)

Usage

  1. Register a new user at yourappname/admin/register
  2. Your admin panel will be available at yourappname/admin
  3. [optional] If you're building an admin panel, you should close the registration. In config/bytenet/base.php look for "registration_open" and change it to false.

Change log

Please see CHANGELOG for more information what has changed recently., (*8)

Todos

// TODO, (*9)

Testing

// TODO, (*10)

bash $ composer test, (*11)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*12)

Security

If you discover any security related issues, please email zexbre1@gmail.com instead of using the issue tracker., (*13)

Credits

License

The MIT License (MIT). Please see License File for more information., (*14)

The Versions

31/03 2017

dev-master

9999999-dev https://github.com/ByteNet-Serbia/laravel-admin-base

ByteNET Laravel Admin's base package, which offers admin authentication

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel base admin bytenet

31/03 2017

v0.2.0

0.2.0.0 https://github.com/ByteNet-Serbia/laravel-admin-base

ByteNET Laravel Admin's base package, which offers admin authentication

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel base admin bytenet

31/03 2017

dev-develop

dev-develop https://github.com/ByteNet-Serbia/laravel-admin-base

ByteNET Laravel Admin's base package, which offers admin authentication

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel base admin bytenet

31/03 2017

v0.1.2

0.1.2.0 https://github.com/ByteNet-Serbia/laravel-admin-base

ByteNET Laravel Admin's base package, which offers admin authentication

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel base admin bytenet

31/03 2017

v0.1.1

0.1.1.0 https://github.com/ByteNet-Serbia/laravel-admin-base

ByteNET Laravel Admin's base package, which offers admin authentication

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel base admin bytenet

30/03 2017

v0.1.0

0.1.0.0 https://github.com/ByteNet-Serbia/laravel-admin-base

ByteNET Laravel Admin's base package, which offers admin authentication

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel base admin bytenet

30/03 2017

v0.0.1-alpha

0.0.1.0-alpha https://github.com/ByteNet-Serbia/laravel-admin-base

ByteNET Laravel Admin's base package, which offers admin authentication

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel base admin bytenet