All Projects → devitools → starter-kit

devitools / starter-kit

Licence: other
📊 A complete dashboard built on laravel and quasar abstractions, ready to be used

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
Vue
7211 projects
Blade
752 projects
typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to starter-kit

issue-blog
基于 GitHub API 的博客工具,尽情享受 GitHub Issue 带来的便利吧。
Stars: ✭ 44 (+120%)
Mutual labels:  quasar-framework, quasar
Api-Doc
A Technology for Rest API Documentation 💻 📜 "Dockerized"
Stars: ✭ 14 (-30%)
Mutual labels:  quasar-framework, quasar
stepmania-song-manager
Download and update song packs for StepMania with ease.
Stars: ✭ 23 (+15%)
Mutual labels:  quasar-framework, quasar
alighieri
A distraction-free tool for novelists and writers
Stars: ✭ 105 (+425%)
Mutual labels:  quasar-framework, quasar
quasar-manage
基于 Quasar-cli 的中后台前端解决方案
Stars: ✭ 62 (+210%)
Mutual labels:  quasar-framework, quasar
quasar-ui-qactivity
Create activity timeline
Stars: ✭ 38 (+90%)
Mutual labels:  quasar-framework, quasar
nuxt-quasar
Nuxt module for the Quasar Framework
Stars: ✭ 36 (+80%)
Mutual labels:  quasar-framework, quasar
fd-vue-webapp
A Vue.js web application for Freedomotic Open IoT framework
Stars: ✭ 63 (+215%)
Mutual labels:  quasar-framework, quasar
laravel-hmvc-sample
Sample project, building a HMVC structure for Laravel 5,6,7,8
Stars: ✭ 28 (+40%)
Mutual labels:  laravel-framework
hacktoberfest2021
C , C++ , Python & Java Snippets can be adedd here
Stars: ✭ 32 (+60%)
Mutual labels:  hacktoberfest-accepted
quasar-web-apis
🌐 📱 Exemplos de Web Api's com Vue.js e Quasar Framework.
Stars: ✭ 47 (+135%)
Mutual labels:  quasar-framework
Quizzon
Quizzon: Create and play quizzes free
Stars: ✭ 48 (+140%)
Mutual labels:  hacktoberfest-accepted
DataStructures-Algorithms
A collections of many CP-based or DSA-based Questions that is stored various algorithms and datastructures to increase coding aptitutde. Anybody with a knack for coding can feel free to add more solutions and questions in the respective folders
Stars: ✭ 15 (-25%)
Mutual labels:  hacktoberfest-accepted
Creative-Simple-Landing-Pages
This is a Hacktoberfest Repository for Creative & Simple Landing Pages.
Stars: ✭ 35 (+75%)
Mutual labels:  hacktoberfest-accepted
vue-quasar-company-profile-website
Kudos - Company profile website made using Vue.js and Quasar Framework
Stars: ✭ 119 (+495%)
Mutual labels:  quasar-framework
HacktomberfestHelloWorld
HacktomberFest Repo for getting R shirts and Swags from Digital Ocean
Stars: ✭ 18 (-10%)
Mutual labels:  hacktoberfest-accepted
Open-Source-Enthusiast
Showcase Your Programming Skills here without hesitation
Stars: ✭ 102 (+410%)
Mutual labels:  hacktoberfest-accepted
cncnet-yr-client-package
The official CnCNet Yuri's Revenge package for online.
Stars: ✭ 84 (+320%)
Mutual labels:  hacktoberfest-accepted
Quasar-JWT
Quasar - JWT Authentication Starter Kit
Stars: ✭ 38 (+90%)
Mutual labels:  quasar-framework
server-monitor-ui
Server Operation Monitor
Stars: ✭ 17 (-15%)
Mutual labels:  quasar

cover

Devitools "Laravel-Quasar" Starter Kit

Get Started

Init submodules

git submodule init
git submodule update

Start backend

Open the terminal on laravel dir and run the command below

docker-compose up -d

Install dependencies

docker exec -it devitools-nginx bash -c "su -c 'composer install' application"

Generate key

docker exec -it devitools-nginx bash -c "su -c 'php artisan env' application"
docker exec -it devitools-nginx bash -c "su -c 'php artisan key:generate' application"
docker exec -it devitools-nginx bash -c "su -c 'php artisan jwt:secret' application"

Migrate the database

docker exec -it devitools-nginx bash -c "su -c 'php artisan migrate:fresh' application"

Stop the backend

docker-compose down

Start frontend

Open the terminal on quasar dir and run the command below

yarn

After install all dependencies, use the command below to start dev mode

yarn dev
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].