{"id":28927968,"url":"https://github.com/bemtorres/dinoshop-multiusers-laravel","last_synced_at":"2026-04-18T13:31:42.803Z","repository":{"id":299741042,"uuid":"1002756798","full_name":"bemtorres/dinoshop-multiusers-laravel","owner":"bemtorres","description":"Dinoshop multiusers","archived":false,"fork":false,"pushed_at":"2025-06-23T14:27:30.000Z","size":12483,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-25T12:34:30.214Z","etag":null,"topics":["laravel","laravel-framework","multitenant"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bemtorres.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-16T05:13:42.000Z","updated_at":"2025-06-23T14:27:34.000Z","dependencies_parsed_at":"2025-06-18T04:37:18.084Z","dependency_job_id":null,"html_url":"https://github.com/bemtorres/dinoshop-multiusers-laravel","commit_stats":null,"previous_names":["bemtorres/apa-store-laravel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bemtorres/dinoshop-multiusers-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemtorres%2Fdinoshop-multiusers-laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemtorres%2Fdinoshop-multiusers-laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemtorres%2Fdinoshop-multiusers-laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemtorres%2Fdinoshop-multiusers-laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bemtorres","download_url":"https://codeload.github.com/bemtorres/dinoshop-multiusers-laravel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bemtorres%2Fdinoshop-multiusers-laravel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel","laravel-framework","multitenant"],"created_at":"2025-06-22T14:11:28.572Z","updated_at":"2026-04-18T13:31:42.777Z","avatar_url":"https://github.com/bemtorres.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦖 DinoShop\n\n**DinoShop** es un sistema multitienda open source construido con Laravel que permite crear múltiples tiendas desde una sola instalación. Ideal para desarrolladores que quieren probar APIs, lanzar tiendas rápidamente o construir soluciones SaaS personalizadas.\n\n---\n\n## 🚀 Características Principales\n\n- 🏪 **Multitienda real**: Crea y gestiona múltiples tiendas independientes bajo un solo sistema.\n- ⚙️ **API RESTful**: Prueba endpoints fácilmente, ideal para desarrollo frontend o integración con apps externas.\n- 🧪 **Entorno de pruebas**: Perfecto para testing, prototipos o sandbox de comercio electrónico.\n- 🧩 **Extensible**: Arquitectura modular, pensada para escalar.\n- 🌐 **Multiusuario y multitenant**: Cada usuario puede crear su propia tienda con su propio catálogo.\n- 🔐 **Autenticación y permisos**: Gestión completa de usuarios por tienda.\n- 📦 **Open Source**: Puedes contribuir, modificar o usarlo como base para tu próximo proyecto SaaS.\n\n---\n\n\u003ccenter\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/bemtorres/apa-store-laravel/refs/heads/master/public/logo.png\" width=\"100px\"\u003e\n\u003c/center\u003e\n\n## Descripción\n\n\n## Requisitos\n\n- PHP 8.2.5\u003e\n- MySQL\n\n## Tecnologías\n\n- [Bootstrap 5.3](https://getbootstrap.com/docs/5.3/getting-started/introduction/)\n- [Tailwind CSS](https://tailwindcss.com/docs/installation)\n- [VUE 3](https://v3.vuejs.org/guide/introduction.html)\n\n## start project 🚀\n\nin your terminal run:\n\n```shell\ngit clone https://github.com/bemtorres/dinoshop-laravel tienda\n\ncd tienda\n\ncomposer install\n\nnpm install\n\nnpm run build\n\nphp artisan storage:link\n\nphp artisan key:generate\n\ncp .env.example .env\n\n```\n### create database\n\nIn the file .env.example change the name to .env and change the following lines:\n\n```shell\n  DB_CONNECTION=mysql\n  DB_HOST=127.0.0.1\n  DB_PORT=3306\n  DB_DATABASE=tienda\n  DB_USERNAME=root\n  DB_PASSWORD=\n```\nonce the changes are made, run the following command:\n\n```shell\nphp artisan migrate\n```\n\nif you reinstall the database, run the following command: 😄\n\n```shell\nphp artisan migrate:fresh\n```\n\n### Others\n\n * CoreUI - HTML, CSS, and JavaScript UI Components Library\n * @version v4.2.6\n * @link https://coreui.io/\n * Copyright (c) 2022 creativeLabs Łukasz Holeczek\n * License MIT  (https://coreui.io/license/)\n\n## License\nMIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbemtorres%2Fdinoshop-multiusers-laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbemtorres%2Fdinoshop-multiusers-laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbemtorres%2Fdinoshop-multiusers-laravel/lists"}