Clone & run this repo to see what a (somewhat) real life Laravel Elm app looks like!
Clone
git clone git@github.com:loganhenson/laravel-elm-todomvc.git
Create your .env (Make sure to fill in your local database info!)
cp .env.example .env
Generate your APP_KEY
php artisan key:generate
Install composer dependencies
composer install
Install npm dependencies
npm install
Run the watch command
npm run watch
Run the tests
vendor/bin/phpunit
Run the migrations
php artisan migrate
Open!
valet link
valet open
Register at
/register
&/home
houses the todo list!
- Adapted (with modifications) from https://github.com/evancz/elm-todomvc