seakee/seakee-admin

This package is abandoned and no longer maintained. No replacement package was suggested.

The background management scaffolding developed based on Laravel, Vue and Element.

v1.0.1 2019-11-20 02:36 UTC

README

SeakeeAdmin

Build Status Total Downloads Latest Stable Version License

About SeakeeAdmin

The background management scaffolding developed based on Laravel6.0, Vue2.6 and Element-ui 2.10

Install

Require this package with composer using the following command:

composer create-project seakee/seakee-admin

After updating composer,Edit the .env to update your database configuration:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

Run the following command to run all of your outstanding migrations, execute the migrate Artisan command:

php artisan migrate

After migrated,you may use the db:seed Artisan command to seed your database.

php artisan db:seed

Install your project's frontend dependencies using the Node package manager (NPM):

npm install

Once the dependencies have been installed using npm install, you can compile your SASS files to plain CSS using Laravel Mix. The npm run dev command will process the instructions in your webpack.mix.js file. Typically, your compiled CSS will be placed in the public/css directory:

npm run dev

Default Account

url:http://localhost/admin

username:admin

password:admin123456

Screenshots

Dashboards

Configs

Menus

menus_create

Users

Users_create

Roles

Profile

Settings

License

The Laravel framework is open-sourced software licensed under the MIT license.