Skip to content

omar07ibrahim/QRMENU_SITE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test

sail artisan test --testsuite=Feature

License

The Laravel framework is open-source software licensed under the MIT license.

ENV

SHOW_DEMO_CREDENTIALS=true DB_CONNECTION=mysql DB_HOST=mysql DB_PORT=3306 DB_DATABASE=laravel DB_USERNAME=laravel DB_PASSWORD=laravel

MAIL_MAILER=smtp MAIL_HOST=mailhog MAIL_PORT=1025 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION= MAIL_FROM_ADDRESS='[email protected]' MAIL_FROM_NAME='App Demo'

Updates

git diff --name-only 49b736c231b1de9ae4ecdce31307960a9d13b087 0abba369fa214151892283d938f8e58dacabd592 > .diff-files.txt && npm run zipupdate

COMPOSER_MEMORY_LIMIT=-1 composer require /*

Clearing cache

sail artisan cache:clear ddcache sail artisan config:cache sail artisan config:clear sail artisan route:clear sail artisan config:cache sail artisan route:cache sail artisan optimize

Create new module

sail artisan module:make Fields sail artisan module:make-migration create_fields_table fields https://github.com/akaunting/laravel-module

Zip withoit mac

zip -r es_lang.zip . -x ".*" -x "__MACOSX"

Sync missing keys

sail artisan translation:sync-missing-translation-keys

Default .env

.env

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published