delete cache on host laravel
/**[SAFE] Clears all cache with 1 line!**/
php artisan route:clear &&
php artisan view:clear &&
php artisan config:clear &&
php artisan cache:clear &&
php artisan clear-compiled//Updated Dec 2020
//laravel artisan clear cache
php artisan view:clear
php artisan cache:clear
php artisan route:clear
php artisan config:clear
Also in PHP:
- add 10 days to date in php
- debug php with print
- asia time zone in php
- acf auto increment field
- count string char php
- boucle for php with data
- php check if string contains
- date to string php
- expire Cache Manually laravel
- $join is_array() in code
- What was the old name of PHP?
- Warning: func_get_arg() expects exactly 1 parameter, 0 given in
- Hie date format php
- create qr code png image of 200*200 using phpqrcode
- HOW TO GET LAST INSERTED ID FROM TABLE IN SQL IN CODEIGNITER
- actual url php
- element check cakphp
- artisan route:list
- check data type php
- create custom pagination in laravel 7 for api
- elementor hide button if input empty
- composer what to do get created laravel new project
- array in array php foreach
- check session in blade laravel