##About
Simple CRUD for handling links to the stored images
You need to configure your .env file.
Then run commands:
- composer install
- npm i
- php artisan migrate:refresh --seed
3.1. You can also uncomment LinkSeeder in DatabaseSeeder to see example data - npm run dev
Run command
- php artisan serve
You can also run "npm run watch" if you want edit some js code