Skip to content

My memo Wall

A collection of my tech notes

  • Home
  • AWS
    • Bitnami
  • Language Specific
    • Python
    • Perl
    • C#
    • Java
    • Visual Basic
  • Web
    • JQUERY
    • PHP
    • Apache
    • CSS
    • Demo
    • AJAX
    • HTML
    • Node.js
  • Git
  • OS
    • Android
    • Windows
    • Linux
    • Shell Script
  • Database
    • Foxpro
    • Postgresql
    • MYSQL
    • SQL
  • Open Source ERP
    • Dolibarr
    • OfBiz
  • EDI
  • General
    • Bar Code
    • Domain
    • Email
    • G Suite
    • Slack
    • wiki

Category: Web

Browser Storage

September 2, 2022 Yvonne Lu Javascript, Web

Redux May not be persistent. Local Storage Shared between all tabs and windows from the same origin. The data does

Continue reading

Laravel Job and Queue

June 12, 2021 Yvonne Lu Laravel

To place job on the queue using tinker: use Illuminate\Contracts\Bus\Dispatcher; //for command app(Dispatcher::class)->dispatch($command); //for job app(Dispatcher::class)->dispatch(new App\Jobs\TestJob); //or $pending =

Continue reading

Laravel Model

May 14, 2021 Yvonne Lu Eloquent, Laravel

To create a new model php artisan make:model model_name This will make a model file in App directory. As a

Continue reading

PHP access object properties

April 20, 2021 Yvonne Lu PHP

When encounter access problem to an object’s property, you can Transfer object to array $obj_arr=$obj->toArray(); Access the member $Status =

Continue reading

Ways to Dispatch Laravel Work Process

March 2, 2021 Yvonne Lu Laravel

With minimum configuration according to this stackoverflow post: nohup php artisan queue:work –daemon & This will run the queue:work process

Continue reading

Larave Nested Where Clause

February 24, 2021 Yvonne Lu Laravel

A good link to look at: https://stackoverflow.com/questions/60559442/nested-orwhere-in-one-where-laravel To implement the following SQL: select * from logs where created_at between “2021-02-23”

Continue reading

Laravel Config and Env

February 17, 2021 Yvonne Lu Laravel

Good discussion env() calls work as long as you don’t use php artisan config:cache. So it’s very dangerous because it

Continue reading

Adding DS Data Structure Extension to PHP

January 1, 2021 Yvonne Lu PHP

This is for Windows running PHP through XAMPP Go to https://pecl.php.net/package/ds download dll, choose 32 or 64 bit version.  Note,

Continue reading

Laravel Multiple Database Connection

December 11, 2020 Yvonne Lu Laravel

For Laravel > 5.3 Add in .env file properties of the second connection (DB_HOST, DB_PORT, DB_DATABASE, DBUSERNAME, DB_PASSWORD) Add second

Continue reading

Laravel Console Command

December 9, 2020 Yvonne Lu Laravel

Generate the command php artisan make:command command_name Call command php artisan command:command_name –options arguments Optionally, register An Command, add yourCommand

Continue reading

Posts navigation

1 2 3 … 7 Next Posts»

Recent Posts

  • AWS Event Bridge Pipe Filtering
  • Twilio Keep plugins up to date
  • npm notes
  • Windows notes
  • Twilio Call Back

Archives

  • March 2023
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • June 2022
  • May 2022
  • April 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • May 2018
  • April 2018
  • November 2017
  • May 2017
  • April 2017
  • February 2017
  • January 2017
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • April 2014
WordPress Theme: Tortuga by ThemeZee.