Skip to content

Tag: php

Print specific data to blade view

I can’t find how to print data on the blade.view. I have a list of “customers” on overview.blade.php, and I have a button that redirects to their profile based on their “nCustomerID” (which is blade….

Instagram Story Scraper PHP

i built a little Instagram Story Scraper but i cant get it to work…i’m probably just too tired. I’ve already tried everything but can’t solve the problem myself Every time I run it with Wamp I get …

When to use Repository vs Service vs Trait in Laravel? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 1 year ago. Improve this question To avoid code duplication in Laravel, I want to have a method that is …

Regex for splitting apparel sizes

I have the following input (only for example, real input contains much more crazy data) and want to split it by separators like / or , but keep pairs of values. This should be done only, if separator does not occur multiple times, so the result should look like: What I have so far is But this fails for 40/42/…