Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robsontenorio/paper.mary-ui.com
Paper - Livewire 3 demo built with MaryUI
https://github.com/robsontenorio/paper.mary-ui.com
alpinejs blade livewire livewire-components tallstack
Last synced: about 1 month ago
JSON representation
Paper - Livewire 3 demo built with MaryUI
- Host: GitHub
- URL: https://github.com/robsontenorio/paper.mary-ui.com
- Owner: robsontenorio
- License: mit
- Created: 2023-11-05T13:12:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T01:32:45.000Z (7 months ago)
- Last Synced: 2024-10-01T09:23:23.148Z (about 1 month ago)
- Topics: alpinejs, blade, livewire, livewire-components, tallstack
- Language: PHP
- Homepage: https://paper.mary-ui.com
- Size: 1.08 MB
- Stars: 38
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
This is the source code of demo [paper.mary-ui.com](https://paper.mary-ui.com) built with [MaryUI](https://mary-ui.com).
## Sponsor
Let's keep pushing it, [sponsor me](https://github.com/sponsors/robsontenorio) ❤️
## Follow me
[@robsontenorio](https://twitter.com/robsontenorio)
## Install
This demo is made with Laravel, Livewire, Volt and Mary.
Clone the repository.
```bash
git clone [email protected]:robsontenorio/paper.mary-ui.com.git
```Create `.env` from `.env.example` and adjust few vars.
```bash
APP_ENV=local
APP_DEBUG=true
```Install, migrate and start.
```bash
composer start
```**Done! See http://localhost:8016**