https://github.com/ahawazi/black-box
Cafe management for black box
https://github.com/ahawazi/black-box
cafe filament jalali-date laravel overlook permissions php roles shield
Last synced: 8 days ago
JSON representation
Cafe management for black box
- Host: GitHub
- URL: https://github.com/ahawazi/black-box
- Owner: ahawazi
- Created: 2024-11-09T09:33:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-06T06:39:06.000Z (5 months ago)
- Last Synced: 2025-05-06T07:52:07.863Z (5 months ago)
- Topics: cafe, filament, jalali-date, laravel, overlook, permissions, php, roles, shield
- Language: PHP
- Homepage:
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Black Box
## The Tech Stack
- [Laravel](https://laravel.com/).
- [Filament](https://filamentphp.com/).## Used Packages
- [shield](https://filamentphp.com/plugins/bezhansalleh-shield) For roles and permissions.
- [Jalali](https://filamentphp.com/plugins/mokhosh-jalali) For showing jalali date.
- [Overlook](https://v2.filamentphp.com/plugins/overlook) For showing an overview of app models in the admin panel.
- [Blade tabler icons](https://github.com/anodyne/blade-tabler-icons) For extra icons.
- [Blade tabler icons](https://tabler.io/icons) For extra icons.
- [Hero icons](https://heroicons.com/) For extra icons.
- [Wireui](https://wireui.dev/) For components.### Project for:
this help to the cafe for management and analysis date.
## Running Locally
run:
```bash
composer install
```next:
```bash
npm install
```next:
```bash
cp .env.example .env
```next:
```php
php artisan key:generate
```next:
```php
php artisan storage:link
```next:
```
php artisan migrate
```next:
```bash
npm run dev
```### run this command and have SuperAdmin:
```php
php artisan db:seed --class=SuperAdminSeeder
```### Install shield:
- By this command your user become to SuperAdmin (if you have more then one user you can chose what user want to be SuperAdmin)
```php
php artisan shield:install
```### Add policy:
```php
php artisan shield:generate --all
```### run:
```php
php artisan serve
```## Deployment
- todo