Support the ongoing development of Laravel.io →
posted 10 years ago

View does not take variable

Hey, i have this code public function viewfind($nick) { //check if the user inputted exists $che...

0 Likes
1 Replies
Solved

Migration database table

Is it possible to without core hacks to change the table laravel uses for migration history (current...

0 Likes
1 Replies
posted 10 years ago

returning array from route

Hi, Having this route in routes.php Route::get('/test-array', function(){ return [1,2,3,"hel...

0 Likes
2 Replies

Laravel Feature Required

ACL Captcha Restful API's with Pagination, versioning and OAUTH authentication Support for Multiple...

0 Likes
0 Replies

Can't sign in anymore with new password after requesting new password

I've been doing this laravel course here https://www.youtube.com/watch?v=nSOPuYkllYQ Everything work...

0 Likes
5 Replies
posted 10 years ago

Missing argument 1

Hey, i have this route Route::get('/map/{type?}/{id?}', array('as' => 'map', 'uses' => 'HomeC...

0 Likes
1 Replies
Solved

Distant Relationship HasManyThrough

I'm sure this is a basic question, but I have the following: Model "A" which has many of &...

0 Likes
0 Replies

Bootstrap row class for every 3 columns

Hello, i want to print 12 articles with pagers using bootstrap 3 theming: @foreach($category->...

0 Likes
4 Replies
posted 10 years ago

Skype Request

I need someone who is familiar with laravel framework I can ask some of the time using skype.

0 Likes
3 Replies
posted 10 years ago

Install Laravel with Composer [Issues]

I'm trying to install Laravel on my computer with Composer. So I did install Composer well. And now...

0 Likes
0 Replies
posted 10 years ago

Include websites in my url

Hello, I am creating some sort of website that needs other websites and I am trying to figure out ho...

0 Likes
0 Replies

Has Many Through

Hi, I do not know how to make a relationship, my structure communities id - integer name - s...

0 Likes
0 Replies

Exception handling in Blade view

What's the best way of exception handling in blade view. I have a scenario where i am passing a coll...

0 Likes
0 Replies
posted 10 years ago

Can't get all products from a category

Hi, I'm creating an online shop and I had obviously to use many to many relationships. I've a proble...

0 Likes
3 Replies
posted 10 years ago

str_limit() causing duplicate tags

Hello, i am using: <p> {{ str_limit($page->body, $limit = 280, $end = '...' }} </p>...

0 Likes
1 Replies

Eloquent Outside of Laravel with mongodb

I am trying to connect to mongo db using the eloquent module outside of laravel, i can get it to con...

0 Likes
0 Replies

Is it possible to do ->union with ->paginate?

When i try to do union with paginate i get this error: Cardinality violation: 1222 The used SELECT s...

0 Likes
0 Replies
posted 11 years ago

inistializing a variable in Blade

I was wondering can I do something like $c=0 in my blade.php file without inclosing it in <?php ?...

0 Likes
4 Replies

Query inside foreach Laravel 4 Controller/view

Well, in my view I've a foreach and I display the id of a product with {{$look->item1_id}} but i...

0 Likes
0 Replies

Please help with pivot query

Hi, I have just started playing with Laravel but am having a bit of trouble optimising this query us...

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