/laravel-simple-blog

simple blog with laravel

Primary LanguagePHPApache License 2.0Apache-2.0

Do it!

  • save as .env.example to .env
  • run migration first php artisan migrate
  • run application with php artisan serve