Support the ongoing development of Laravel.io →

phpUnit testing forgotten password

ok so I am trying to test the /password/email (which comes as part of laravel 5). my php unit test i...

0 Likes
0 Replies

Understanding Mass Assignment

I'm learning Laravel and just need to clarify myself here. If you intend to push all input data to i...

0 Likes
7 Replies
Solved

Redirect submitted form request to login page before saving to database

I have a particular client requirement to have a form available to all logged out users but when the...

0 Likes
1 Replies

Public folder on Laravel and GAE

Hello, I'm using Laravel 5 on Google App Engine and I'm trying to delete the access to the public fo...

0 Likes
0 Replies

Controller show($id) function help

When I use a show($id) function called with a wild card route, the resulting view appends a director...

0 Likes
0 Replies

WSOD for Laravel and Wamp on Windows 7

Hi, i am currently still a begineer on laravel and wamp. when the user first enter my website i will...

0 Likes
2 Replies

Converting elasticsearch result into Objects

Dear all, I am having an issue to display elasticsearchresult in my view. ElasticSearch returns the...

0 Likes
2 Replies

ModelName::first() returns "No query results for model" even though there's data within the database

Paste: http://laravel.io/bin/9vvxv php artisan tweek Tweet::first() PHP Fatal error: Class 'Twe...

0 Likes
0 Replies

Blade variables dont work in JavaScript

Hello, I'm having the problem that whenever I try to use the {{ Form::select('id_x', $x) }} inside m...

0 Likes
5 Replies
Solved

Best way to create a product comparison on an L5 store?

I am creating a Laravel 5 store shopping cart and I would like to allow the users to compare up to 3...

0 Likes
3 Replies
Solved

child of child relationship with pivots

Hi everyone Could you please help me to solve my problem I have 3 tables: types belongstoMany catego...

0 Likes
1 Replies
posted 9 years ago

How can I remove a particular value from a Session array?

I have a Session variable and I want to remove a particular value from it. from it. I tried Sessio...

0 Likes
2 Replies
posted 10 years ago

.env file being ignored

My .env file looks like this: APP_ENV=local APP_DEBUG=true APP_KEY=SomeRandomString DB_HOST=localho...

0 Likes
3 Replies
Solved

all method are not found

all method are missing except for Input::get please help me i dont know what to do its almost 3 days...

0 Likes
3 Replies
posted 11 years ago

Help with BarCode library

I tried out a couple of the composer packages for barcodes but none seem to be that good compared to...

0 Likes
4 Replies

Auth::user not working in laravel

I'm creating a messaging application. User logs in and then his conversations are displayed to him....

0 Likes
2 Replies
posted 9 years ago

Brute-force attack exploiting all laravel paths

Guys, recently my project was attacked. I guess he is expecting the project is built using wordpress...

0 Likes
4 Replies

How can I show a photo from the database?

The photo is saved in the database with a form based on the User model which I've changed. It is sav...

0 Likes
6 Replies

PHPunit: Form Ancestor Not Found

I have a simple form: <!--NEW FORM--> <form method="POST" action="http...

0 Likes
0 Replies
posted 9 years ago

How to reproduce a OR WHERE YEAR(.....) clause?

The wereYear() function to reproduce WHERE YEAR(...) exists, but what about OR WHERE YEAR(...) ? In...

0 Likes
1 Replies
Solved

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.