https://github.com/unix-user/inertweb
Experimentando laravel + inertia + vue
https://github.com/unix-user/inertweb
Last synced: 11 months ago
JSON representation
Experimentando laravel + inertia + vue
- Host: GitHub
- URL: https://github.com/unix-user/inertweb
- Owner: Unix-User
- Created: 2022-08-16T03:47:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T17:21:04.000Z (over 3 years ago)
- Last Synced: 2025-01-01T14:27:24.594Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 161 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Inertweb
CRUD Básico para gestão de produtos
```
composer install
npm install
touch database/database.sqlite
cp .env.example .env
```
editar o arquivo .env para usar o sqlite
```
php artisan key:generate
php artisan migrate
npm run dev
php artisan serve
```