Projemiz haber sitesi uygulamasıdır. Haber oluşturulur. Yorum yapılır. Aktivite takibi yapılır. Takibe aldığınız kategorilere göre haber akışınız oluşur. Özel akışınızın oluşması için kategorileri takip etmeniz gerekmektedir.
git clone https://github.com/fuloskop/news.git
docker-compose up -d --build
"Check docker mysql. On some systems it does not start itself on the first build."
cp .env.example .env
docker exec -it "here-docker-php-container" bash
composer install
php artisan key:generate
php artisan cache:clear
php artisan migrate:fresh --seed