File upload wrongly + delete not complete
PierRapt authored
a24e8bb4

FERIT - Advanced Web Programming - Project

Start the server :

Start Laravel's local development server in a terminal:

cd youfiles
 
php artisan serve

In a new terminal, start the Vite development server:

cd youfiles
 
npm run dev

And then your server is running properly!