Laravel Logo

Build Status Total Downloads Latest Stable Version License

Steps to run

  1. Make sure you have PHP installed on your system.
  2. After installing PHP you will need composer. You can install it using homebrew by using this command brew install composer
  3. Now in the root directory run this command composer install. It will install all required packages.
  4. Run migrations using this command php artisan migrate.
  5. And finally run php artisan serve to start the server.