tray-labs/admin

TrayLabs Admin

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 0

Forks: 4

Open Issues: 0

Language:Vue

Type:project

1.0.1 2017-08-30 19:03 UTC

This package is not auto-updated.

Last update: 2024-04-23 05:02:56 UTC


README

Admin dashboard for startups based in locawebstyle-tray.

Installation

You must install TrayLabs Admin by composer:

$ composer create-project --prefer-dist tray-labs/admin /path/to/project

Or download a zip file.

Create TrayLabs Admin database:

CREATE DATABASE admin;

Setup .env file for database access.

Install php dependencies:

$ composer install

Install javascript dependencies:

$ yarn

Run npm to compile:

$ npm run dev

Run migrations and seeds:

$ php artisan migrate --seed

Configuration

By default, the namespace's project is TrayLabs\Admin. If you want, you can change manually the namespace:

Run composer for update namespace:

$ composer dump

Default Login

License

This project is licensed under the MIT License.