Coder Social home page Coder Social logo

tiny-hands's Introduction

About Tiny Hands

Tiny hands is a Laravel multi-tenant boilerplate with SPA and i18n using the following technology stack:

Backend

Frontend

  • Nuxtjs v3
  • Vue 3
  • Fetch
  • Tailwind CSS
  • Vue Notification
  • Vue i18n
  • Pinia

Out of the box Setup

  • composer install
  • php artisan migrate
  • php artisan tenancy:create tenant1 # this will create your first tenant (https://tenant1.tiny-hands.test/)
  • php artisan vendor:publish --tag=tiny-hands::ui # publishes ui from /ui/.output/public to /public

Compiling and publishing UI assets

UI assets resides in the /ui directory. It's a Nuxtjs installation. You can read more about Nuxtjs on their website (https://nuxtjs.org). You can modify the UI to your liking which you will then need to rebuild and regenerate them.

  • cd ui
  • yarn
  • yarn build
  • yarn generate # the generated assets will now reside in /ui/.output
  • cd ../public # remove the files you see inside this directory that is also in the directory /ui/.output/public
  • cd .. # cd back to the root of the project
  • php artisan vendor:publish --tag=tiny-hands::ui # publishes ui from /ui/.output/public to /public

tiny-hands's People

Contributors

bkintanar avatar

Stargazers

Suyadi avatar Oanh Nguyen avatar Marcos Rocha avatar Boar avatar Keen avatar usman avatar Yaneth Ramirez avatar  avatar Budi Ardianata avatar Márlon Etiene avatar alahoonk avatar Zdeněk Pašek avatar Iman Sugirman avatar Feras Mohamed avatar Talha avatar  avatar Rigel Kent Carbonel  avatar

Watchers

 avatar James Cloos avatar Ilir Nika avatar alahoonk avatar  avatar

tiny-hands's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.