In this article, we’ll see how to build a URL Shortener website with the basics of Laravel framework. The covered topics include:

  • Creating a database and migrating our URL Shortener’s table

  • Creating our form

  • Creating our Link model

  • Saving data to the database

  • Getting individual URL from the database and redirecting If you want to what laravel is