Skip to content

AhmedHelalAhmed/Laravel-Project

 
 

Repository files navigation

for template : https://github.com/almasaeed2010/AdminLTE

notification configration

step 1 :

in .nav file put make the values like that :

MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=yourpassword
MAIL_ENCRYPTION=tls
QUEUE_DRIVER=database

step 2 :

run the commend :

php artisan queue:work 

========================= stripe:

composer require stripe/stripe-php

About

An Hotel's system using PHP's laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 67.5%
  • HTML 32.3%
  • Vue 0.2%