/blogapp-laravel-api

A laravel rest api for blog application.

Primary LanguagePHP

Build Status Total Downloads Latest Stable Version License

Requirements

First of all rename .env.example to .env from your text editor.

  • run php artisan generate:key to generate app key inside .env file.

  • you may also need to run composer update in case you got erros.

  • replace database configs with your own.