clear docker cache
//Updated Dec 2020
//laravel artisan clear cache
php artisan view:clear
php artisan cache:clear
php artisan route:clear
php artisan config:clear# Rebuild the image
docker build --no-cache
# Pull the base images again and rebuild
docker build --no-cache --pull
# Also works with docker-compose
docker-compose build --no-cache
# If nothing of the above works for you, you could also prune everything
docker system to prunedocker volume prune
Also in PHP:
- catch try php
- array_reverse function in php
- don't show php errors
- display error message in php
- base64 encode username password php example
- associative array example
- date time sql format php
- Create Laravel Project 7
- ->format('j')
- download laravel composer
- check if string has a string php
- apt install php7.4-mbstring php7.4-zip php7.4-xml
- create a folder php
- day in php time
- FORMATA DATA COM PHP
- codeigniter get last insert
- date in php in dats
- ?name="" value in php
- disable timestamps for a table
- convert base64 to image php
- @ production: `cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js` npm ERR! Exit status 1
- find first occurance of sentence in a string php
- Your Composer dependencies require a PHP version ">= 7.2.5". You are running 7.2.0. in
- cache laravel docs