Laravel-Backpack / demo

A working demo of Laravel with all Backpack packages installed.
http://backpackforlaravel.com
Other
329 stars 165 forks source link

Fix demo when articles table is empty #603

Closed pxpm closed 4 months ago

pxpm commented 4 months ago

WHY

BEFORE - What was wrong? What was happening before this PR?

When articles table is empty this bit of code would throw an error.

AFTER - What is happening after this PR?

It checks if there are articles, avoiding the error.