huztw / admin
laravel admin
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: ^7.2.5
- laravel/laravel: ^8.0
- laravel/ui: ^2.0
Requires (Dev)
- fzaninotto/faker: ^1.9.1
This package is auto-updated.
Last update: 2024-12-24 19:17:36 UTC
README
Laravel Admin
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.