Built with:
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.
- Download or clone this repo.
- Update your COMPOSER using
composer update
. - Update you
.env
file and connect the project to a new database. - Run all of the migrations using
php artisan migrate
. - Open your server using
php artisan serve
. - You're ready to use it.