https://github.com/mevdschee/laravel-todomvc
https://github.com/mevdschee/laravel-todomvc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mevdschee/laravel-todomvc
- Owner: mevdschee
- Created: 2022-05-22T08:48:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T11:04:15.000Z (about 4 years ago)
- Last Synced: 2024-10-05T21:41:30.960Z (over 1 year ago)
- Language: PHP
- Size: 67.4 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel TodoMVC
Commands to get started
cat create.sql | sudo mysql
./artisan migrate
./artisan serve
Navigate to: http://127.0.0.1:8000