tray-labs/admin

TrayLabs Admin
14 8
Install
composer require tray-labs/admin
Latest Version:1.0.1
PHP:>=7.0.0
License:MIT
Last Updated:Oct 3, 2017
Links: GitHub  ·  Packagist
Maintainer: tray-labs

TrayLabs Admin

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.

Related Packages

myra/framework

A Laravel + Inertia.js + Vue 3 admin framework with schema-driven forms, tables,...

4 0
vortexpanel/vortexpanel

VortexPanel — Futuristic, ultra-fast admin panel for Laravel 10+.

3 0
tuandm/laravue

A beautiful dashboard for Laravel built by VueJS

16,620 2,196
christyoga123/vuelament

Lightning-fast Admin Dashboard & CRUD Generator for Laravel (VILT Stack)

42 1
myra/starter-kit

A production-ready Laravel + Inertia.js + Vue 3 admin dashboard with user manage...

8 0