Skip to content

MasterSolut/template-panel-administration

Repository files navigation

This is my package panel-administration

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Installation

You can install the package via composer:

composer require mastersolut/panel-administration

et POUR L'INSTALLATION EN LOCAL
Il faut :
- Ajouter "mastersolut/panel-administration": "dev-develop" dans require{}
- Ajouter
"repositories": [
        {
            "type": "path",
            "url": "../template-panel-administration"
        }
    ], 
composer update 

You can publish and run the migrations with:

php artisan vendor:publish --tag="panel-administration-migrations"

et

php artisan panel:install
S'IL Y A UNE ERREUR, IL FAUT FAIRE :
- php artisan vendor:publish simple
-Choisir migrations et seed

Ensuite exécuter : php artisan panel:install

You can publish the config file with:

composer require infyomlabs/adminlte-templates
        et
php artisan ui adminlte --auth
        ensuite
npm install && npm run dev

You will need this to read and write the forms:

composer require laravelcollective/html

Optionally, you can publish the views using

php artisan vendor:publish --tag="views"

Usage

 php artisan serve  
         Se connecter sur la partie login ou créer un compte
 puis aller sur /admin/
 et creer un menu sur /admin/menus

Fonctionnalités du package

Le package propose différentes fonctionnalités à l'utilisateur :

- Créations des Menus et sous menus
- Création des utilisateurs et droits sur les menus
- Notification ( pour l'envoi d'un login de connexion à un utilisateur
et de réinitialisation de mot de passe)
- Intégration des middlewares pour la gestion des utilisateurs et  activité de
de l'utilisateur 
- Intégration de google 2FA

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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