Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.07 KB

PastebinClone

Built with:

About

One day I've decided to learn Laravel so this is my first project made in Laravel. This one is a PasteBin Clone with possibility to storage only the title and the text to any database.

How to use?

  1. Download or clone this repo.
  2. Update your COMPOSER using composer update.
  3. Update you .env file and connect the project to a new database.
  4. Run all of the migrations using php artisan migrate.
  5. Open your server using php artisan serve.
  6. You're ready to use it.

Screenshots

home login view-list the_bin