Support the ongoing development of Laravel.io →

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 9 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 9 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 9 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 9 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 9 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

School Schedule - Eloquent & Form

Hi everyone, I am currently building a small app that manages school related stuff. I have to build...

0 Likes
3 Replies

Send email, internal server error 500

Hey guys, I have this form that the user fills out, on successful submit the form saves to the datab...

0 Likes
1 Replies
Solved

Carbon::now() time changes after changing my computer time.

How can I get server time which does not change according to my computer time??

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.

© 2024 Laravel.io - All rights reserved.