Skip to content

grupotesseract/TailwindAdmin-Laravel-template

Repository files navigation

TailwindAdmin + Laravel 5.7 Template with Docker Vessel

About

This project integrates Laravel 5.7 Framework with Tailwind Admin, the environment is set by Docker Vessel.

Tailwind Admin is a super simple admin panel made with Tailwind CSS.

alt text

Requirements

The Rest of the tools will run from inside the container.

Installation

# Clone the repository from GitHub and open the directory:

git clone https://github.com/grupotesseract/erp-time-tracking.git && cd erp-time-tracking

# Start Vessel and prepare the environment:

cp .env.example .env
./vessel start
./vessel comp install
./vessel art key:generate
./vessel art migrate --seed

# Prepare the assets:

./vessel yarn install
./vessel yarn run watch

Access http://localhost

Project made possible thanks to: