laradvance/admin

The Admin CRUD Generator based on Laravel Framework.

Maintainers

Details

github.com/laradvance/admin

Source

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 23 858

Type:project

7.8.3 2020-07-13 22:02 UTC

This package is auto-updated.

Last update: 2024-03-24 06:43:31 UTC


README

Build Status StyleCI Latest Stable Version Latest Unstable Version Total Downloads License

About Laradvance Admin

Laradvance Admin is an administrative interface builder for laravel which can help you build CRUD backends just with few lines of code.

Based on package encore/laravel-admin by z-song

Installation

composer create-project laradvance/admin

Update .env file based on your configuration

php artisan admin:install

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

Documentation

https://laradvance.github.io/admin-docs

License

The Laradvance Admin is open-sourced software licensed under the MIT license.