https://github.com/estivenm0/compranax
https://github.com/estivenm0/compranax
moonshine panel-admin sistema-inventario
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/estivenm0/compranax
- Owner: estivenm0
- Created: 2025-02-05T15:08:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-07T00:53:07.000Z (3 months ago)
- Last Synced: 2025-03-07T01:34:48.348Z (3 months ago)
- Topics: moonshine, panel-admin, sistema-inventario
- Language: PHP
- Homepage:
- Size: 707 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Package | Version
--- | ---
Laravel | v11
MoonShine | v3
moonshine-roles-permissions | v3## Instalación
Así es como puedes ejecutar el proyecto localmente:1. Clona el repositorio
```sh
git clone https://github.com/estivenm0/compranax.git
```2. Navega al directorio raíz del proyecto
```sh
cd compranax
```3. Copia el archivo `.env.example` a `.env`
```sh
cp .env.example .env
```4. Instala las dependencias
```sh
composer install
```5. Genera la clave de la aplicación
```sh
php artisan key:generate
```6. Ejecuta las migraciones
```sh
php artisan migrate
```7. Genera permisos y role Super Admin
```sh
php artisan moonshine:generate-permissions
```8. Crea un Usuario
```sh
php artisan moonshine-rbac:user
```