Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 223 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 223 Bytes

Laravel - Book Share

Quick Installation

git clone https://github.com/kemalmutlu/book-share-laravel.git

cd book-share-laravel

composer install

cp .env.example .env

php artisan migrate 

php artisan serve