An open API service indexing awesome lists of open source software.

https://github.com/ferdiunal/nova-settings-test


https://github.com/ferdiunal/nova-settings-test

Last synced: 3 months ago
JSON representation

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
```