Support the ongoing development of Laravel.io →
mcraz

mcraz

Joined 12 Feb 2014

Statistics

Threads 12
Replies 131
Solutions 15
Articles 0
posted 11 years ago

Validation rule "required_without:foo" isn't working as expected

I have a form to create a new category : {{ Form::open(['route' => ['category.store'], 'method' =...

0 Likes
0 Replies

Different price for each user for each product : Pivot table relation query !

My teacher today gave us a problem today, it goes like this : ##Scenario You are developing an eComm...

0 Likes
10 Replies
replied 9 years ago

Changing format of form data

You could use the helper method provided with Laravel to_carbon($request->input('date_param_name'...

0 Likes
replied 10 years ago

Access instance variables of a running Queue Job?

I once has a similar kind of problem. I solved it by : Creating a database for QueueJobs. (id, job_...

0 Likes
replied 11 years ago

[Package] Laravel Authentication ACL Admin panel

How do I use it in a Laravel 5 application ? I am getting dependency errors while composer updating....

0 Likes
replied 11 years ago

Pass API's URL to JavaScript

This is what you need - https://github.com/fedeisas/laravel-js-routes

0 Likes
replied 11 years ago

How to add my own custom class in Laravel 5 ?

Are you properly importing the class ? I assume you have put that class in global namespace. L5 uses...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.