huztw/admin

laravel admin

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

1.0.0 2020-09-24 08:57 UTC

This package is auto-updated.

Last update: 2024-04-24 17:55:12 UTC


README

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.