Lorenzo222 wrote a comment+100 XP
5mos ago
@TheBigOnion Did you try http://127.0.0.1:8000/api/puppies? If you have PHP installed you can just do these commands:
- composer install
- enable sqlite in php.ini
- php artisan migrate
- php artisan db:seed
- php artisan serve