HEX
Server: Apache
System: Linux webgate.marslia.com 5.14.0-611.30.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 06:42:00 EST 2026 x86_64
User: marslia (1040)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source
Upload Files
File: /home/marslia/public_html/wha.marslia.com/README.md
## About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. 

## Clearing cache
php artisan cache:clear
ddcache
php artisan config:cache
php artisan config:clear
php artisan route:clear
php artisan config:cache
php artisan route:cache
php artisan optimize

## Create new module
php artisan module:make Contacts
php artisan module:make-migration create_whatsappwidgets_table embedwhatsapp
php artisan module:make-model Whatsappwidget embedwhatsapp
php artisan module:make-factory ReservationFactory --model=Reservation tablereservations
php artisan tinker 
\Modules\Tablereservations\Models\Reservation::factory()->count(10)->create();

https://github.com/akaunting/laravel-module

## Updates
git diff --name-only 396dbbd2068a61a658222f1a3c079dddeda0dcf0 > .diff-files.txt && npm run zipupdate