https://github.com/moonshine-software/demo-project
MoonShine example demo project
https://github.com/moonshine-software/demo-project
cutcode moonshine
Last synced: about 2 months ago
JSON representation
MoonShine example demo project
- Host: GitHub
- URL: https://github.com/moonshine-software/demo-project
- Owner: moonshine-software
- Created: 2022-12-30T16:05:56.000Z (over 2 years ago)
- Default Branch: 3.0
- Last Pushed: 2025-04-09T07:57:12.000Z (about 2 months ago)
- Last Synced: 2025-04-09T22:18:52.949Z (about 2 months ago)
- Topics: cutcode, moonshine
- Language: PHP
- Homepage: https://demo.moonshine-laravel.com
- Size: 9.54 MB
- Stars: 42
- Watchers: 4
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
### Docker
- Create a .env file and copy the values from .env.example,
- Change DOCKER_USER value,
- Configure the ports and database to work (optional).The demo can be run to docker-compose. Use:
```
make demo-install
```
And go to http://localhost or http://localhost/admin**Settings.**
Before you run "make demo-install", you can configure the ports and database to work.
In .env.example replace
```
DOCKER_USER=laravel #OS user
LOCAL_WEB_PORT=80
LOCAL_MYSQL_PORT=3306
LOCAL_REDIS_PORT=6379
```The database setup is located in docker/volumes/MySQL/dump
Default:
```
DB_DATABASE=moonshine_demo
DB_USERNAME=moonshine_demo
DB_PASSWORD=12345
```### Manually
- Add database
- Run composer install
- Add .env and configure
- php artisan key:generate
- php artisan storage:link
- php artisan migrate --seed
- Go to /admin
- Optionally, you can configure github or tinymce file manager