Support the ongoing development of Laravel.io →

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

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

Custom field name via Lang::get()? (Localisation / Validation)

Hi guys, I am working on a multi-language website where we validate the input fields. But all the fi...

0 Likes
3 Replies

why the result (!=0) when i minus (-) of the same value?

I have example: Route::get( 'cal', function () { $var = 150.55; $amount1 = 1...

0 Likes
3 Replies
posted 11 years ago

What license to choose?

I've created CMS and want to make it free for personal-non commercial using. Are there some license...

0 Likes
3 Replies

Accounting

How to create accounting module using Laravel4?

0 Likes
2 Replies

Many child models using one table, filter results based on column value

I want to use multiple models for the same table but each model should return only rows where "...

0 Likes
2 Replies
Solved
posted 11 years ago

How to add errors in costum validators?

Hey guys I followed this short tutorial: http://blog.elenakolevska.com/laravel-alpha-validator-that-...

0 Likes
1 Replies
posted 11 years ago

Swiftmailer class: Attaching PDF with Email

I'm using Swiftmailer to attach PDFs to my email I keep receiving this error ErrorException fopen(Co...

0 Likes
0 Replies

Regular PHP functions

Hi, I'm trying to transition over to laravel and i have included in the start/global.php file a link...

0 Likes
1 Replies

Login Events Not Firing on "Remember"ed Login

I'm not sure if this is intended behaviour or not, but the login events (both auth.attempt and auth....

0 Likes
2 Replies
posted 11 years ago

Use workbench to contribute to packages

I am working on some contributions to a Laravel 4 package and I haven't yet found a good way to edit...

0 Likes
0 Replies

How to pass data in an Ajax call with routing through a controller

Hi guys, Let me begin by explaining what I'm trying to do, so that you can get a better understandin...

0 Likes
1 Replies

How do I sort a result of a query

Hello, Not sure how to phrase this question... hopefully it makes sense. I have a class called "...

0 Likes
0 Replies

Merge 2 Different Collection structure.

I have a news feed that currently is displaying with a structure of what seems to be similar to face...

0 Likes
1 Replies
posted 11 years ago

Relationship Call to undefined method ?

I'm getting this error: Call to undefined method Illuminate\Database\Query\Builder::Category() At th...

0 Likes
3 Replies
Solved

Eager loading not returning all of the results

I'm trying to eager load a list of credits for a recording. The query I want to run is this: SELECT...

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.