Support the ongoing development of Laravel.io →

Laravel Commenting System not Retrieving Correct ID of its Post

Hi guys, I created a commenting system for a blog. Comments belongTo a Post, and they BelongTo a use...

0 Likes
2 Replies

Using relationship a second time in same controller method

I need to use a relationship multiple times in the same method. I've broken it into multiple queries...

0 Likes
1 Replies
posted 9 years ago

Problem selecting colums using Eager Loading

Given this tables, how can I get certain columns? I have tried for two days but I have failed, Someo...

0 Likes
4 Replies
Solved
posted 9 years ago

Apply Blade filters for string

What is I want to do is shortcodes like on WordPress. When I get post content from database I want t...

0 Likes
0 Replies

Routes.php and a real directory

I have two CSS/JS directories because my site has a dashboard and a site. So I created a /public dir...

0 Likes
1 Replies

Call to a member function links() on a non-object

Trying to use out of the box laravel pagination in blade template: {{ $pages->links() }} In cont...

0 Likes
0 Replies
posted 9 years ago

Escaping blade content

How do I escape blade content? I'd like to output @extends('blah.blah') in the output, but not sure...

0 Likes
1 Replies
Solved
posted 9 years ago

How to evaluate pagination links

Hi, I have posts and comments tables. Post and Comment have one-to-many relationship. I have written...

0 Likes
10 Replies
posted 9 years ago

beforeFilter() method

Hello everybody! My question is, where to find any documentation about the "beforeFiler()"...

0 Likes
4 Replies
Solved
posted 9 years ago

Routing with subfolder

Hey, i have this route Route::get('report/{id?}', array('as' => 'report', function($id = null) {...

0 Likes
3 Replies
Solved

Package Dependencies

I'm developing a package on the workbench. My package need's another package: https://github.com/aws...

0 Likes
0 Replies

Update/replace value with new values inputted in laravel 4.2

We know laravel has an update() method that update records through "put" http method. Ever...

0 Likes
3 Replies

Classe comum em todas as páginas

Olá pessoal gostaria de saber a forma mais elegante para criar uma classe que seja comum em todas as...

0 Likes
0 Replies

Setting wait_timeout on MySQL connection

I need to set the session wait_timeout on my MySQL connections, and I'd like to do it lazily (i.e on...

0 Likes
1 Replies

Determine nested query in Query\Builder's function newQuery()

I have an application where multiple accounts use the same database. To specify what row belongs to...

0 Likes
0 Replies

Scheme Builder - tinytext is an undefined function? Laravel 4.2

Hi, I am trying to set up the migrations for my table and I can't seem to use $table->tinytext('c...

0 Likes
1 Replies

Whoops is throwing an error?

This is a new one...I'm working on a 4.2 project and I went to run the app and I get a white screen,...

0 Likes
7 Replies
Solved
posted 9 years ago

Call a view from controller that lives in folder

Hi, i am new to laravel (and i already love it) I have create inside controllers 2 folders Backend,F...

0 Likes
2 Replies
Solved

Creating a package that relies upon another package?

I'm creating a package that relies upon this package: https://github.com/aws/aws-sdk-php-laravel I w...

0 Likes
6 Replies

Advanced routing issue

Hi, So I've setup my route as follows: Route::group(array('prefix' => 'student/{student_id}/'), f...

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.

© 2024 Laravel.io - All rights reserved.