PHPackages                             xsaven/laravel-ide-admin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. xsaven/laravel-ide-admin

ActiveProject[Admin Panels](/categories/admin)

xsaven/laravel-ide-admin
========================

Laravel-IDE Admin Manager.

018PHP

Since Apr 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Xsaven/LaravelIDE-Admin)[ Packagist](https://packagist.org/packages/xsaven/laravel-ide-admin)[ RSS](/packages/xsaven-laravel-ide-admin/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-IDE Admin.
==================

[](#laravel-ide-admin)

Requirements
------------

[](#requirements)

- PHP &gt;= 7.1.0
- Laravel &gt;= 5.5.0
- Fileinfo PHP Extension

Installation
------------

[](#installation)

> This package requires PHP 7.1+ and Laravel 5.5

First, install laravel 5.5, and make sure that the database connection settings are correct.

```
composer require xsaven/laravel-ide-admin

```

Then run these commands to publish assets and config：

```
php artisan vendor:publish --provider="Lia\LaravelIdeAdminProvider"

```

After run command you can find config file in `config/lia.php`, in this file you can change the install directory,db connection or table names.

At last run following command to finish install.

```
php artisan lia:install

```

Open `http://localhost/admin/` in browser,use username `admin` and password `admin` to login.

Configurations
--------------

[](#configurations)

The file `config/lia.php` contains an array of configurations, you can find the default configurations in there.

Exception reporter
------------------

[](#exception-reporter)

Open `app/Exceptions/Handler.php`, call `Reporter::report()` inside `report` method:

```
