If you already have foreign keys properly set for each table, you can add ->onDelete('cascade') (...
These sort of scans are a usual occurrence, you'll see lots of them. They are not targeted at your w...
Sentry may be an overkill for your case, but if you think it may come useful in the future and you h...
But you can use whereIn like this: foreach ($company->agreements()->whereIn('status', array('U...
use statements don't import or load classes, they define aliases for class names. You can always use...
The Laravel portal for problem solving, knowledge sharing and community building.