Skip to content

YvesBoah/BlogMVC-Laravel

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 74.2%
  • HTML 24.5%
  • Other 1.3%