/laravel-mysql-mongodb

Laravel 5.8 + Mysql + MongoDB + Simple Blog

Primary LanguagePHP

Install

  • Clone repo
  • Run composer -> composer install
  • Set up Env -> .env
  • php artisan migrate
  • php artisan db:seed
  • npm install
  • npm run dev
  • you may need to create an uploads folder on -> public/uploads

After seed you will have a few users but two of them will be administrators:

Details

Admin area

/admin