Best laravel framework open-source packages.

Sample_laravel_app

This is a real estate tool app. It is a Laravel API backend that serves a frontend built on Reactjs. Further development is needed to optimize this codebase but this is already a working app in itself. This demonstrates raw knowledge and familiarity of the frameworks api workflow.
Updated 2 years ago

STEPS to set up:

  1. clone repository
  2. composer install
  3. cp .env.example .env
  4. set up necessary .env config (e.g. database)
  5. php artisan key:generate
  6. php artisan migrate
  7. php artisan passport:install
  8. php artisan serve