https://github.com/ferdiunal/nova-settings-test
https://github.com/ferdiunal/nova-settings-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ferdiunal/nova-settings-test
- Owner: ferdiunal
- Created: 2024-08-03T11:28:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T11:52:22.000Z (over 1 year ago)
- Last Synced: 2025-09-19T12:34:54.420Z (4 months ago)
- Language: PHP
- Size: 3.91 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nova Settings - Test
Test repo for Nova Settings
```bash
git clone git@github.com:ferdiunal/nova-settings-test.git
```
```bash
composer install
```
```bash
cp .env.example .env
```
```bash
php artisan migrate
```
```bash
php artisan nova:user
```
```bash
php artisan storage:link
```
```bash
php artisan serve --host=localhost --port=3000
```