Larangular

Larangular is a tutorial application.

The french tutorial is there.

Installation

  • git clone https://github.com/bestmomo/larangular.git projectname
  • cd projectname
  • composer install
  • php artisan key:generate
  • Create a database and inform .env (remove .example)
  • php artisan migrate to create tables
  • php artisan db:seed to populate tables