2017 © Pedro Peláez
 

library laramin

Small Laravel Admin

image

simoja/laramin

Small Laravel Admin

  • Wednesday, March 14, 2018
  • by mohamedbenhida
  • Repository
  • 8 Watchers
  • 34 Stars
  • 153 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 13 Forks
  • 0 Open issues
  • 22 Versions
  • 26 % Grown

The README.md

, (*1)

Laramin - Small Laravel Admin

Laramin Screenshot , (*2)

, (*3)


Demo

Video Demo Demo, (*4)

BlogPost Demo Demo Here, (*5)

Getting Started

After creating your new Laravel application you can include the Laramin package with the following command:, (*6)

composer require simoja/laramin

Next make sure to create a new database and add your database credentials to your .env file:, (*7)

DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

Laravel 5.5 and up

You don't have to do anything else, this package uses the Package Auto-Discovery feature, and should be available as soon as you install it via Composer., (*8)

Laravel 5.4 or 5.3

Add the Laramin service provider to the config/app.php file in the providers array:, (*9)

'providers' => [
    // Laravel Framework Service Providers...
    //...

    // Package Service Providers
    Simoja\Laramin\LaraminServiceProvider::class,

    // ...

    // Application Service Providers
    // ...
],

Lastly, we can install laramin with simply run It Will Add Some Dummy Data, (*10)

php artisan Laramin:install

Seed

Then you need to seed the permissions roles dummy users Dont forget to launch First, (*11)

composer dump-autoload

by adding this lines on `database/seeds/DatabaseSeeder.php, (*12)

$this->call(LaraminDataSeeder::class);
$this->call(LaratrustSeeder::class);

and launch, (*13)

php artisan db:seed

You will Have Three Config Files Where you can update the Data As You Wish :, (*14)

config/laramin.php, (*15)

config/laratrust.php, (*16)

config/laratrust_seeder.php, (*17)

And we're all good to go!, (*18)

To connected There is some dummy data added you can check on Database Now Launch your website with prefix name by default /admin and enter this dummy credentials and all works fine, (*19)

email: superadministrator@app.com password: password, (*20)

How It Works

When you create a database it creates a migration file and model File also you will dont need to anything on the server side., (*21)

If you Created the Database you have to go to Roles and and assign the permissions of the new Database then refresh the page(it will change later) then you can see your new Model on Menu, (*22)

Inspired By :

Laratrust For The User Permissions Voyager The Idea of making a simple Admin Panel, (*23)

Contributing

You are more than welcome to contribute to this repo with anything you think is useful. fixes are more than welcome., (*24)

The Versions

14/03 2018

dev-master

9999999-dev

Small Laravel Admin

  Sources   Download

MIT MT

The Requires

 

by Mohamed Benhida

20/12 2017

v1.2.3

1.2.3.0

Small Laravel Admin

  Sources   Download

MIT

The Requires

 

by Mohamed Benhida

20/12 2017

v1.2.2

1.2.2.0

Small Laravel Admin

  Sources   Download

MIT

The Requires

 

by Mohamed Benhida

10/12 2017

v1.2.1

1.2.1.0

Small Laravel Admin

  Sources   Download

MIT

The Requires

 

by Mohamed Benhida

10/12 2017

v1.2.0

1.2.0.0

Small Laravel Admin

  Sources   Download

MIT

The Requires

 

by Mohamed Benhida

09/12 2017

v1.1.8

1.1.8.0

Small Laravel Admin

  Sources   Download

MIT

The Requires

 

by Mohamed Benhida

09/12 2017

v1.1.9

1.1.9.0

Small Laravel Admin

  Sources   Download

MIT

The Requires

 

by Mohamed Benhida

14/11 2017

v1.1.7

1.1.7.0

Small Laravel Admin

  Sources   Download

MIT

The Requires

 

by Mohamed Benhida

13/11 2017

v1.1.6

1.1.6.0

Small Laravel Admin

  Sources   Download

MIT

The Requires

 

by Mohamed Benhida

12/11 2017

v1.1.5

1.1.5.0

Small Laravel Admin

  Sources   Download

MIT

The Requires

 

by Mohamed Benhida

05/11 2017

v1.1.4

1.1.4.0

Small Laravel Admin

  Sources   Download

MIT

The Requires

 

by Mohamed Benhida

28/10 2017

v1.1.3

1.1.3.0

Small Laravel Admin

  Sources   Download

MT

The Requires

 

by Mohamed Benhida

25/10 2017

v1.1.2

1.1.2.0

Small Laravel Admin

  Sources   Download

MT

The Requires

 

by Mohamed Benhida

25/10 2017

v1.1.1

1.1.1.0

Small Laravel Admin

  Sources   Download

MT

The Requires

 

by Mohamed Benhida

23/10 2017

v1.0.5

1.0.5.0

Simple Laravel Blog

  Sources   Download

MT

The Requires

 

by Mohamed Benhida

23/10 2017

v1.0.4

1.0.4.0

Simple Laravel Blog

  Sources   Download

MT

The Requires

 

by Mohamed Benhida

22/10 2017

v1.0.3

1.0.3.0

Simple Laravel Blog

  Sources   Download

MT

The Requires

 

by Mohamed Benhida

27/09 2017

v1.0.2

1.0.2.0

Simple Laravel Blog

  Sources   Download

MT

The Requires

 

by Mohamed Benhida

26/09 2017

v1.0.0

1.0.0.0

Simple Laravel Blog

  Sources   Download

MT

The Requires

 

by Mohamed Benhida

26/09 2017

v1.1

1.1.0.0

Simple Laravel Blog

  Sources   Download

MT

The Requires

 

by Mohamed Benhida

26/09 2017

v1.0.1

1.0.1.0

Simple Laravel Blog

  Sources   Download

MT

The Requires

 

by Mohamed Benhida

26/09 2017

v1.0

1.0.0.0

Simple Laravel Blog

  Sources   Download

MT

The Requires

 

by Mohamed Benhida