Skip to content

Skidush69/RestApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoodTiger | QR SaaS | WhatsApp | LionPOS

FT QR WP

Test

php 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='test@example.com' MAIL_FROM_NAME='App Demo'

Updates

git diff --name-only 07f20373480c2237d3e5a743aca217089afeee02 > .diff-files.txt && npm run zipupdate

COMPOSER_MEMORY_LIMIT=-1 composer require /*

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 Fields php 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

php 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