Support the ongoing development of Laravel.io →

Most proper way to change laravel config values through web form

If i want to give the logged in administrator the power to change certain config values (like timezo...

0 Likes
2 Replies
Solved

utf8 in route / url

My database is in utf8_unicode_ci, In the page i have <meta charset="utf-8"> Whats the best wa...

0 Likes
6 Replies
Solved

Split within Controller

What would be the best way to acheive the following? Currently I have a checkout method within a con...

0 Likes
1 Replies
posted 10 years ago

Laravel Mail Sending Twice (sometimes more)

I have a strange issue... I WAS using standard PHP mail send email in my app, but I changed it to us...

0 Likes
6 Replies
posted 9 years ago

Testing Laravel Event Listener

Hi, everyone! Have the following issue for more a while now and can't find an answer - I'm trying t...

0 Likes
1 Replies
Solved
posted 10 years ago

Selecting all records created last month with Eloquent

Hi there, Just trying my hand at selecting records by date range, it looks like this should work but...

0 Likes
7 Replies
Solved
posted 9 years ago

Pagination doesn't work after perform search

I have a form in Laravel. I used pagination in this form and search option too. Pagination works fin...

0 Likes
2 Replies
Solved
posted 9 years ago

SQL where parameters

Hi guys, I am new to Laravel and it's great! but i am struggling with one issue for couple hours now...

0 Likes
1 Replies

Help in solving this error

Hi, I'm just starting to learn laravel and I keep experiencing this one problem I really don't know...

0 Likes
4 Replies
posted 9 years ago

adding a Queue::after causes errors even if it's empty

I'm trying to trigger an event at the end of my queues. I followed the laravel docs and added Queue:...

0 Likes
0 Replies

Error with composer on aws

I've just upgraded my install of aws upto php56. When I try and run composer install I get the follo...

0 Likes
0 Replies

BLADE do not accept ISO-8859-1

laravel version 5.1.28 -- route.php --- Route::get('/w2', function () { $taskName=DB::table('ta...

0 Likes
1 Replies
Solved
posted 9 years ago

Change log file per route

Hi all! I am searching a way to get an additional log file for a specified route. So in my case i wa...

0 Likes
0 Replies

5.2 - How to use cookies?

Hi. In the past we use to do something like Cookie::get() - Cookie::set() - Cookie::forever() but th...

0 Likes
2 Replies

Upgrade L4.2 to 5.0 using Laravel Shift - problems

Hi, I tried to update my L4.2 app to L5.0 using Laravel Shift. It made a neat pull request branch th...

0 Likes
3 Replies
Solved

Angular js not able to render page in laravel

this is my app.js var myApp = angular.module('myApp', ['ngRoute', 'ngCookies']); myApp.config(...

0 Likes
0 Replies

Call to undefined method stdClass::getCategory()

Failing to load the name of the category :( WelcomeController@index: public function index(){ $pos...

0 Likes
3 Replies
posted 9 years ago

How to do this Query using laravel?

Hello. How I can do this query: SELECT COUNT(*) as `members` FROM `users` WHERE `rank` IN (SELECT `i...

0 Likes
1 Replies

Saving Binary Image

I have this JS code that receives an image file and make it into binary using the FileReader API in...

0 Likes
3 Replies
posted 9 years ago

Call custom blade directive with a variable

Hi folks, I would like to know how can I do to call a custom directive with blade, considering these...

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