Support the ongoing development of Laravel.io →
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

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

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.