- Clone the project
- Enter the project directory and set up dependencies & environment:
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate- Run the server:
php artisan serveRunning tests:
php artisan test"Generate New Link" button: Allows regenerating the current link (important: it does NOT create a new record, only updates the existing link).