Support the ongoing development of Laravel.io →

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
posted 9 years ago

L5.1 Form input breaks form

Been battling with this for days ... really hope someone can see what I'm missing I have a form that...

0 Likes
11 Replies

5.2 make:auth landing page shows logged in user as logged out

I am currently investigating an authentication bug in somebody else's application which occurred whe...

0 Likes
2 Replies

Socialite & Middleware

I followed the laracasts tutorial on Socialite. My ultimate aim is to connect to azure ad, but I wa...

0 Likes
0 Replies
posted 11 years ago

Session don't update immediately to prevent from multiple submissions

I have just tested laravel session use database engine. With multiple submissions case, I tried fix...

0 Likes
4 Replies

Submit an array of text boxes laravel 5.0

Hi, I tried to submit an array of text boxes with say <input type="text" name="description[]" req...

0 Likes
1 Replies
posted 9 years ago

Error upgrading Homestead to php 7

Hi, I'm trying to upgrade my Homestead installation to use php 7 as described in [1]. When I run the...

0 Likes
1 Replies

Doctrine + Dingo API

Has anybody tried using Doctrine instead of Eloquent with Dingo Api? I'm in struggle because Dingo s...

0 Likes
4 Replies
Solved
posted 9 years ago

Using laravel-menu, how do I get sub-items to nest?

I am using Lavary's laravel-menu package, and I am trying to build a simple 2 level menu system base...

0 Likes
0 Replies

Laravel 5 blade views

Hi, This is the first time i'm working with Laravel. I'm really excited. I'm facing a similar issue...

0 Likes
16 Replies

Laravel 5 TokenMismatchException

Hi, I'm developing website with Laravel 5 and I use AngularJS Here is my code $scope.save = function...

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.

© 2025 Laravel.io - All rights reserved.