Package Data | |
---|---|
Maintainer Username: | tray-labs |
Package Create Date: | 2017-08-10 |
Package Last Update: | 2017-10-03 |
Language: | Vue |
License: | MIT |
Last Refreshed: | 2024-12-15 15:02:45 |
Package Statistics | |
---|---|
Total Downloads: | 14 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 7 |
Total Watchers: | 0 |
Total Forks: | 4 |
Total Open Issues: | 0 |
Admin dashboard for startups based in locawebstyle-tray.
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
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
This project is licensed under the MIT License.