saw/admin_panel

There is no license information available for the latest version (dev-master) of this package.

This demo package will do some admin panel integration

dev-master 2019-02-25 08:36 UTC

This package is auto-updated.

Last update: 2025-06-25 23:36:50 UTC


README

A simple admin panel implementation for Laravel.

Installation

Install the package through Composer.

Run the Composer require command from the Terminal:

composer require saw/admin_panel

Laravel 5.x

After updating composer, add the ServiceProvider to the providers array in config/app.php

SAW\AdminPanel\AdminPanelServiceProvider::class

First publish the views and assets files so you can modify it to your needs:

php artisan vendor:publish