• Stars
    star
    122
  • Rank 291,219 (Top 6 %)
  • Language
    PHP
  • Created over 6 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Course project for docker

Docker

Project run

$ docker-compose up -d

Status check

$ docker-compose ps

Log in to container

$ docker exec -ti <CONTAINER_NAME> bash 

CONTAINER_NAME for server = courseprojectdocker_todo-server_1

Laravel cache clear

Clear Laravel configuration cache. You can cache the configuration files in Laravel using

$ php artisan config:cache  

There's also a way to clear the cache

$ php artisan cache:clear  

But, this won't clear the configuration cache. To do that you need to use

$ php artisan config:clear  

Certification question

https://certification.laravel.com/prepare/

certification topics with explanation