Support the ongoing development of Laravel.io →

Model validation using related models

Consider the following models. class Camp extends Model { protected $fillable = ['name', 'descri...

0 Likes
1 Replies

Showing validation error massages for dynamically added input fields

I have input array elements dynamically added to my form. After validating them I get messages in my...

0 Likes
0 Replies

Oauth 2 PUT & DELETE Method Not working

Urgent!!! I Applied Oauth On my API, It's working fine on GET, POST Method, when calling API I passe...

0 Likes
0 Replies

Laravel benchmarks package for Session/Cache/DB/Redis

I threw together this quick-n-dirty script for my own use, but decided to package it up to share. Th...

0 Likes
1 Replies

homestead.app not coming up from the browser

Hello Guy, Am new to laravel homestead. I followed the dochttps://laravel.com/docs/5.2/homestead on...

0 Likes
2 Replies
Solved
posted 9 years ago

CSS file not loading

Hi guys, I recently deploy a laravel project i was working online. All works fine but the css file a...

0 Likes
4 Replies

Timed Queue Request - Per User

Heya, I'm making some API requests to a service, and they have a leaky bucket policy. Maximum of 40...

0 Likes
0 Replies

local.ERROR: exception Error moving Laravel project from Windows to Linux

I need help to move an existing Angular/Laravel 5.1 project in wamp to Linux (SUSE). I removed vendo...

0 Likes
0 Replies

Laravel Database Testing PHPUnit

Hey everyone. Is there a way to "seed" a test database using some obscure function in Lar...

0 Likes
0 Replies

View [post.create] not found. Error in laravel 5.1

I don't know what's the deal here. My view is named post.create.blade.php and is in the views folder...

0 Likes
0 Replies
posted 9 years ago

A week of Laravel (01-08 May 2016)

laravel/framework master 4fd04b7: cleanup @taylorotwell ecf0cbb: Applied fixes from StyleCI @taylor...

0 Likes
0 Replies

Can't login user in test

I'm attempting to login a user in a test using Auth::loginUsingId(1); ...but I'm getting the follow...

0 Likes
8 Replies
Solved
posted 9 years ago

Laravel Documentation and Forum App

Hi Guys, I would like to get the feedback for my current Android App :- https://play.google.com/stor...

0 Likes
0 Replies
posted 10 years ago

How to know if e-mail was sent?

I remember using PHPmailer before and checking if the e-mail was sent was very easy. Something like:...

0 Likes
5 Replies

Soap client not authenticating with wsdl

I am using laravel-soap for a wsdl. Its not authenticating even though all parameters are correct. I...

0 Likes
1 Replies

Eloquent ignores a from field when building quiery

Hi, I have a problem with Eloquent ignoring a form field - not adding the selected value to the data...

0 Likes
0 Replies
posted 9 years ago

Passing parameters through routing wildcards fails to get an instance of the object

Hello, I am having some trouble getting the wildcard in my routes to work properly. What I am trying...

0 Likes
0 Replies

Laravel Cashier (5.1) & Stripe - Correct thought on 1:Many Subscriptions?

Hi, Building a system which a user can have many adverts running (somewhat similar to eBay I guess)...

0 Likes
0 Replies

Company has many Company Addresses

I have 3 tables: companies => id, name cities => id, name company_addresses => id, company_...

0 Likes
0 Replies
posted 9 years ago

Model with User

I've got a model Foo with fillable set, and a request that's been validated, so in my controller I'd...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.

© 2025 Laravel.io - All rights reserved.