Support the ongoing development of Laravel.io →

Guzzle gives me different data

Hi I need to retrieve a total of credits. When I put this in the browser it works and gives only a t...

0 Likes
3 Replies
Solved

Most suitable RBAC/ABAC package

Hello All! I'm going to use Larave 5. My task is to build something like "Role Based Access Con...

0 Likes
4 Replies
posted 8 years ago

File Upload Validation Not Working

I am trying to validate a CSV file using below code. $this->validate($request, [ 'productccsv' =&...

0 Likes
0 Replies

Azure WebApps, Laravel 5.1.11, Composer install Fails

Hello I have been hitting an issue maybe some one has encountered. I have a fresh and shiny new ins...

0 Likes
5 Replies

Row gets deleted from 'users' table after password reset

I am trying to reset from form available at http://localhost/myprokect/public/password/reset/dynamic...

0 Likes
1 Replies
posted 8 years ago

Laravel 5.2: how to get Model properties in a Controller

Hello, How can I access a Model's properties in a Controller in Laravel? In my User model I have thi...

0 Likes
0 Replies

Create custom config file.

Hello everyone, I was wandering if it is possible to create a custom config file. Reason why I want...

0 Likes
5 Replies
Solved
posted 10 years ago

SQL with special Parameter

Hi, how can I transcribe this sql select with Eloquent? SELECT * FROM player WHERE concat(YEAR(CURDA...

0 Likes
3 Replies
Solved
posted 8 years ago

Set the page title

Obviously red the documentaion om Blade Templates but doesn't really get it. I succeded in calling t...

0 Likes
3 Replies
Solved
posted 8 years ago

test variable declared in view

if I had variable declared in view like this //in index.blade.php <?php $var = Model::find(1)...

0 Likes
1 Replies
posted 10 years ago

Plain Text Email & Line Breaks

How does one add a line break to the plain text version of an email message when using a blade templ...

0 Likes
4 Replies
Solved

Just show a form

In my routes.php I have: <?php Route::get('/post/new', [ 'uses' => 'BlogController@newPost',...

0 Likes
9 Replies
Solved

Call to undefined method Illuminate\\Foundation\\Application::configureMonologUsing()

I am trying to integrate sentry with my 5.0.16 laravel app but I'm getting this error when trying to...

0 Likes
0 Replies
posted 10 years ago

The 'hip' code editor?

Been a giant fan of Sublime Text for the past couple years, have used nothing else. However, I have...

0 Likes
19 Replies

Max value on empty table returns Builder not Null

I'm trying to get the max value of a column in the database, so I'm using something like $maxVal = m...

0 Likes
4 Replies
Solved

What am I doning worng?

So I'm trying to make a new company in a CompanyContoroller includes and public function store() is...

0 Likes
1 Replies
Solved

Route Parameters Not Resolving

Hi, I'm using laravel 5.2 on nginx 1.81 I'm new to this and working through the basic tutorial, my r...

0 Likes
2 Replies
Solved

Session Killed when Accessing /login in browser

Dear All I am new comer in laravel framework. I am trying to create authentication in laravel. I am...

0 Likes
0 Replies

How to use translation when using validator->errors()->add()

Hi there, To perform some custom validation on my form request i've implemented the prtected functio...

0 Likes
2 Replies

How to get text attribut of form control in blade

in blade template of page I have form controls <input type="radio" value="clear&...

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.