FarizInk / rebooks

Simple Online Book Store with laravel 5.4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rebooks

Rebooks App, simple online book store.

  1. Clone this repository
  2. cd laravel
  3. cp .env.example .env
  4. composer install
  5. php artisan key:generate
  6. php artisan migrate --seed
  7. cd ..
  8. php -S localhost:8000
    or other ports
  9. Open your browser with port.

Setting Register email validation :

  1. open .env
  2. edit mail like this :
QUEUE_DRIVER=database
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=youremail@gmail.com
MAIL_PASSWORD=yourpassword
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=youremail@gmail.com
MAIL_FROM_NAME="Your Name"

Your account must meet the requirements :

  1. enable the 2-step verification to google Here
  2. Create App Password to be use by your system Here

i have problem and solved with this solution

Thanks for visiting my repository :).

About

Simple Online Book Store with laravel 5.4


Languages

Language:PHP 41.3%Language:HTML 31.2%Language:CSS 27.2%Language:Vue 0.4%