ismaail / BlogMVC-Laravel

BlogMVC done with Laravel 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlogMVC : Laravel 5.4

This is my contribution to BlogMVC.com using Laravel 5.4. I used this project to learn the framework so if you think some patterns are not respected please create an issue :).

composer install
php artisan key:generate # Edit your .env
php artisan migrate
php artisan db:seed # fill the database with some data
php artisan serve # http://localhost:8000/

I wrote a test for the counter cache that can be accessed using

./vendor/bin/phpunit

About

BlogMVC done with Laravel 5


Languages

Language:PHP 74.1%Language:HTML 24.6%Language:JavaScript 0.9%Language:Vue 0.4%