TBlindaruk / laravel-certification-preparing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:PHP 79.9%Language:HTML 17.4%Language:Vue 1.8%Language:Dockerfile 0.8%