/Book

Primary LanguagePHP

Book with Reminders

Installation

  1. Clone Project
git clone https://github.com/imrantechwiz/Book.git
  1. Composer install
composer install
  1. Copy .env.example file and create .env file
  2. Add Database Credential like yours in .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_db_name
DB_USERNAME=root
DB_PASSWORD=
  1. Go to the project -
cd Book
  1. Run Project inside that directory -
php artisan serve
  1. Open in Browser
http://localhost:8000