Support the ongoing development of Laravel.io →

2,389 Threads

Calling route inside reposiroty

Hello, I'm trying to call a route inside a controller: if(is_string ($dados_promotor['empresa'])){...

0 Likes
1 Replies

Laravel 5. Form Validation: Unique and where clauses

n the docs 'email' => 'unique:users,email_address,NULL,id,account_id,1' only rows with an accoun...

0 Likes
1 Replies
posted 9 years ago

Request::get() or Request::input()?

What's the difference between "Request::get()" and "Request::input()"?

0 Likes
2 Replies
Solved

Ultimate Laravel Dropet for DigitalOcean?

Hi Guys. Great new today, you can now share droplets with external people on DigitalOcean!! So... wh...

0 Likes
8 Replies

How to Set Cookies During Unit Test?

In a unit test, I'm trying to set cookies when calling a route. Test code is: $response = $this->...

websterl3o liked this thread

1 Likes
1 Replies
Solved
posted 9 years ago

mod_rewrite.c(1788): [client x.x.x.x] mod_rewrite's internal redirect status: 0/10

Hi, in ProductsController i have method public function getIndex() { $products = Product::orderBy(...

0 Likes
1 Replies

Could not determine which URL to request: Laravel\Cashier\Customer instance has invalid ID:

Trying to create/swap a cashier subscription, and receiving this. Posted on GH(https://github.com/la...

0 Likes
3 Replies

TokenMismatchException in VerifyCsrfToken.php line 46

I am new in laravel 5 , when i try to register or login [ auth/login or auth/register ] i get error...

0 Likes
5 Replies

Long Running Logics

I often deal with this type of workflow often: Request data from rest API. Loop through JSON respon...

0 Likes
9 Replies
Solved

Disabled function putenv()

Hello, I've encountred a problem with my Laravel application. I'm developing a simple application wi...

0 Likes
2 Replies
Solved

Trouble with parse Integration

Hello I'm trying to use Parse with Laravel this my Code Snippet : public function index() {...

0 Likes
1 Replies

FormRequest Validate related models

How can I make a UserFormRequest with related data validation work, actually only validate the first...

0 Likes
0 Replies

Form Model Binding for files

I have an issue trying to grab a file using form model binding and did a number of searchsand have y...

0 Likes
2 Replies
Solved

Form Request Problem

Hi there! I've just done the Blog example from the Laravel 5 Fundamentals (Laracasts) and I'm trying...

0 Likes
3 Replies
Solved
posted 9 years ago

[L4.2] imagepng Response

I am trying to build a partial API just like placehold.it I have $image from imagettftext() But i w...

0 Likes
0 Replies
posted 9 years ago

Check if cookie exists and is not null

Hello all, i have something like this return response()->view('welcome',['phonesSeen'=> $phone...

0 Likes
2 Replies
Solved

Is it advisable to bind application data to request in Laravel 5

Would it be advisable, if i am doing authentication in a middleware and adding some data to the \Ill...

0 Likes
0 Replies

Combine Foreach Loop and Eloquent to perform a search

I am quite confused about when, where and how I should be writing this query.. This is my array from...

0 Likes
6 Replies
Solved

Page updates while processing

Hello everyone! I have a PHP script that can take a few minutes to be done. It's some search engine...

0 Likes
9 Replies
Solved

Working with Database with Several Schema's and Tables with No Foreign Key Relationships

Hello Community... New guy here working on private project that is far simpler that my work scenario...

0 Likes
0 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.

© 2024 Laravel.io - All rights reserved.