laravel admin


Keywords
admin, laravel
License
MIT

Documentation

Laravel Admin

Latest Version on Packagist Total Downloads

Installation

This package requires PHP 7+ and Laravel 8

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

$ composer require huztw/admin

Then run these commands to publish assets and config:

$ php artisan admin:publish

After run command you can find config file in config/admin.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 admin:install

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

Requirements

  • PHP >= 7.0.0
  • Laravel >= 8
  • Fileinfo PHP Extension

Configurations

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

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email c0s0c0z0@gmail.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.