Support the ongoing development of Laravel.io →

function helper url() not working

The url () method of the class helpers, does not work! on the local machine works, but it lives retu...

0 Likes
0 Replies

ServiceProvider $defer=true;

Hello! I created some services to my application and i have problem to load this services... First,...

0 Likes
0 Replies

Call to a member function with() on a non-object error

Hi I tired .i don't know what i do about this error. my function is this: public function viewop($l...

0 Likes
0 Replies

How can i handle VerifyCsrfToken Middleware after leaving form for while

Dear All, Forms are working great with me, but i left the webpage opened for several minutes then i...

0 Likes
1 Replies
Solved
posted 7 years ago

Issue with pagination render

When I did this commit, the menu displayed by the render function on this view disappears. Any idea...

0 Likes
3 Replies
Solved
posted 7 years ago

Having problems getting values from foreach [laravel]

Hello Guys, trying to get id from each person $person = $request->input('person); //valu...

0 Likes
0 Replies

PDF file upload via form Laravel 5.2

Hello, I'm new here and quite new to Laravel. I've been trying to add a form that submits author, ti...

0 Likes
0 Replies

Multi field validation?

Multi Field Validation I have a table like: id code user_id msg_id title now I want to validation u...

0 Likes
0 Replies

Some problem with URL (not work when using WWW before the domain)

When i use WWW before the domain my site working and and I have no problems, but if I remove the WWW...

0 Likes
6 Replies
Solved

Tokens CSRF don't work

I have error after some action from me, i tried change 'domain' in /config/session.php on own domain...

0 Likes
1 Replies
Solved

Database connection fails

I installed Laravel on Ubuntu 16.04 with an Apache and a MySQL. When I run php artisan migrate:statu...

0 Likes
2 Replies
Solved

How to match data from two different database tables and display it

I am looking for a solution which would withdraw essential data used to match other data from a diff...

0 Likes
1 Replies

Run artisan directly in Windows

Hi All, Before my recent upgrade to Windows 10, I was able to call artisan (or whatever I may have r...

0 Likes
6 Replies

Rate limiting

At the moment, i have a simple rate limiting function implemented with a route filter. I was wonderi...

0 Likes
1 Replies

Class not found

Hi! I am trying to add PHPExcel to convert some data to excel files. I am using open source code. Bu...

0 Likes
2 Replies
Solved

Laravel testing with group prefix problem

I have a group for api: Route::group(array('prefix' => 'api'), function () { Route::get('abc...

0 Likes
0 Replies
posted 7 years ago

Vagrant not syncing files to virtualbox on Win 10

I have latest Vagrant, Virtualbox and homestead. I use Windows 10. I read a lot of posts with simila...

0 Likes
2 Replies

503 Error when uploading images with Dropzone on FortRabbit

Hey, using the standard Laravel storage facade and S3. It works locally, uploads fine to S3 and usin...

0 Likes
0 Replies
posted 10 years ago

Adding Implicit Validation Rules

I created a custom validation rule that I want to run when another option is selected. It seems that...

0 Likes
5 Replies
Solved

How to set primary key as array key for model and all its relations?

In Laravel all model values returns as simple list. Is it possible somehow set up primary key as arr...

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.

© 2024 Laravel.io - All rights reserved.