Consider the following models. class Camp extends Model { protected $fillable = ['name', 'descri...
I have input array elements dynamically added to my form. After validating them I get messages in my...
Urgent!!! I Applied Oauth On my API, It's working fine on GET, POST Method, when calling API I passe...
I threw together this quick-n-dirty script for my own use, but decided to package it up to share. Th...
Hello Guy, Am new to laravel homestead. I followed the dochttps://laravel.com/docs/5.2/homestead on...
Hi guys, I recently deploy a laravel project i was working online. All works fine but the css file a...
Heya, I'm making some API requests to a service, and they have a leaky bucket policy. Maximum of 40...
I need help to move an existing Angular/Laravel 5.1 project in wamp to Linux (SUSE). I removed vendo...
Hey everyone. Is there a way to "seed" a test database using some obscure function in Lar...
I don't know what's the deal here. My view is named post.create.blade.php and is in the views folder...
laravel/framework master 4fd04b7: cleanup @taylorotwell ecf0cbb: Applied fixes from StyleCI @taylor...
I'm attempting to login a user in a test using Auth::loginUsingId(1); ...but I'm getting the follow...
Hi Guys, I would like to get the feedback for my current Android App :- https://play.google.com/stor...
I remember using PHPmailer before and checking if the e-mail was sent was very easy. Something like:...
I am using laravel-soap for a wsdl. Its not authenticating even though all parameters are correct. I...
Hi, I have a problem with Eloquent ignoring a form field - not adding the selected value to the data...
Hello, I am having some trouble getting the wildcard in my routes to work properly. What I am trying...
Hi, Building a system which a user can have many adverts running (somewhat similar to eBay I guess)...
I have 3 tables: companies => id, name cities => id, name company_addresses => id, company_...
I've got a model Foo with fillable set, and a request that's been validated, so in my controller I'd...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community