README
To start develop environment
Production
TODO: fill production steps here, windows
# docker-compose.prod.yml ?
Development
Using windows
# For windows,
# on project root directory, under windows command prompt
>.\scripts\up.ps1
# For Linux,
$ ./scripts/up.sh
# inside docker, run
/app$ ./dev.sh
# follow setup steps inside docker prompt
# ...
# ...
Do you really wish to run this command? (yes/no) [no]
# answer -> yes
# ...
# ...
# setup steps complete
# browse localhost:8000
Using linux
# for linux machine
$ cd src
$ ./up.sh
# inside docker
# options :
# 1. to start laravel only:
$ ./dev.sh
# 2. to start refreshing when src update:
$ npm run dev
# brows:
# page http://localhost:3000
# mail test node http://localhost:8025
pack for delivery
# under project root directory, run
>./pack_delivery.bat
# delivery file available on <PROJ_ROOT>\dist\delivery.zip
report materials
-
password reset email template:
- https://laravel.com/docs/10.x/passwords
php artisan make:notification ResetPasswordNotification
php artisan vendor:publish --tag=laravel-notifications
-
mailhog
still useful ?
/home/logic/_workspace/laravel-playlist/laravel-docker-helloworld/blog-stripe-tryout/php74-httpd/blog-stripe/resources/views/pages/home/index.blade.php
references :
https://github.com/AngelJayMedia/blog-stripe https://laravel.com/docs/10.x/controllers#basic-controllers