I wanted to apply validation to files that already exist on the local file system, just using the st...
You don't need to define the onlyActive and onlyOwner functions as static. Remove the static keyword...
Building Acceptance tests is a good start. You can write Acceptance tests to crawl pages, fill in fo...
It's very likely you have an dependancy (that's non-core to Laravel) that isn't compatible with PHP...
Great work! I absolutely agree, this should be a core part of Laravel. However, it looks like the in...
You'll need to capture all your input (using maybe Input::all()?) and when you render your paginatio...
The Laravel portal for problem solving, knowledge sharing and community building.