Skip to content

elattariyassine/url-shortener-laravel-and-nostalgic-css

Repository files navigation

APP SCREENSHOTS:


URL SHORTENER with laravel 5 and design with Nostalgic css (you can check on github):

  • You can't shrink twice or more same link.
  • If you need to change shorted link then you need to delete him from database.
  • Error page included.
  • Validation included.
    • If link is empty.
    • If link does not respecting URL format.


##Here is how to run this project :
  • Download and copy the project to your wamp/xampp/laragon path.
  • Create a database locally utf8_general_ci.
  • Rename .env.example file to .envinside your project root and fill the database information.
  • Open the console and cd your project root directory.
  • Run composer install or php composer.phar install
  • Run php artisan key:generate.
  • Run php artisan migrate
  • Run php artisan db:seed to run seeders, if any.
  • Run php artisan serve

#####You can now access your project at localhost:8000 :)

About

URL shortener using laravel 5 and nostalgic css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages