I created this url shortner for fun using the CRUD principle and the Laravel framework
- Clone this repo
composer installnpm installnpm run production- Copy
.env.exampleto.env - run the migration
php artisan migrate
- You must run this command:
php artisan create-admin {username} {password} {email}