https://github.com/wire-elements/pro-demo
https://github.com/wire-elements/pro-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wire-elements/pro-demo
- Owner: wire-elements
- Created: 2022-09-05T17:11:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T09:01:47.000Z (9 months ago)
- Last Synced: 2025-04-05T12:11:26.931Z (3 months ago)
- Language: PHP
- Size: 234 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Wire Elements Pro - Demo
This repository is for Wire Elements Pro license holders to browse examples on how to use the different components.
## Installation
To install this demo application you only need to run the following commands after cloning the repository:
```shell
composer install
php artisan migrate --seed
npm run build
```Once installed, you can login with the following credentials:
```
Email: [email protected]
Password: password
```