- In
.env
update theDB_DATABASE
to be the full path todatabase.sqlite
file npm install && composer install
npm run dev
php artisan serve
Go to http://127.0.0.1:8000/
in browser
app/Http/Controllers/NoteController.php
app/Note.php
database/migrations/2019_08_06_005827_create_notes_table.php
resources/*
routes/api.php
routes/web.php