Support the ongoing development of Laravel.io →

Static methods vs $this->CLASS->METHOD in controllers?

Can someone explain to me the advantages of objects creation in __construct method? And explain depe...

0 Likes
2 Replies
posted 10 years ago

Undefined index: driver ... Stuck.

This has happened to me 3 times in the past. Now this time I really want to figure out what the prob...

0 Likes
2 Replies

[package] Rulez - Input validation Service

https://github.com/keevitaja/rulez-laravel Rulez provides easy way for setting up input validation r...

0 Likes
0 Replies
posted 10 years ago

To use this framework or not to use one?

I have been programming for 3 years with php but I have never used a framework. Lately I have starte...

0 Likes
2 Replies

Why the email of the reset password will send twice and there is a subject on the first email but not on the second email

Everything seems working well but the email of reset password will send twice. That's strange!

0 Likes
1 Replies

Application cant determine owner of a model

Hi everyone :) I'm having a problem with determining a owner of a model. The application is supposed...

0 Likes
1 Replies
Solved

Naming RESTful Controller Methods

Stumbled upon the biggest Laravel issue for me. I don't like the idea of defining routes for many me...

0 Likes
8 Replies
Solved

After submit a form,php throw a NotFoundHttpException exception

Routes.php Route::get('tool/url_translate', function() { $url = Input::get('url'); echo $url...

0 Likes
4 Replies
Solved
posted 10 years ago

Doctrine in Laravel

After last composer update I saw that Laravel install some Doctrine's package like ORM/Dbal. Can som...

0 Likes
2 Replies
posted 10 years ago

App:after question

http://laravel.io/bin/XDrq currently, im using the code attached to minify my html output. it also m...

0 Likes
2 Replies

Can I query the results of a query?

This isn't working, and maybe it's not possible, or maybe I'm close? $allcars = $user->cars()...

0 Likes
2 Replies

PHP patterns, extending MVC functionality

Hello, before I start I must say my english isn't at very high level, so some of you may misundersta...

0 Likes
3 Replies
posted 10 years ago

Blade syntax for vim

I recently updated a vim syntax for blade which I originally created about a year ago. The updates...

0 Likes
0 Replies
posted 10 years ago

forum bug found

i created a new thread and code highlighting isn't working and edit, reply and delete button are als...

0 Likes
1 Replies
posted 10 years ago

App:after question

currently, im using the code below to minify my html output App::after(function($request, $response)...

0 Likes
0 Replies
posted 10 years ago

Cache Dependency

Hi In yii, we could use cache dependency. For example: $sql = 'SELECT * FROM tbl_post LIMIT 20'; $de...

0 Likes
0 Replies
posted 10 years ago

FULL Text Search with order by Score.

I have this in my current app that I am moving to Laravel. $sql = "SELECT *, MATCH(title,captio...

0 Likes
0 Replies

L4 external auth

Hi, my L4 apps runs in MySQL, and all my user accouts are in SQL-Server. I would like create a basic...

0 Likes
1 Replies
posted 10 years ago

[Package] Lightning fast scaffolding is now fully customizable!

So I got some feedback that people like the "laravel starter" command, but they wish it wa...

0 Likes
0 Replies
posted 10 years ago

Concating Issues

Hello Forums, I seem to be having a wee bit of trouble, well, I mean, a lot of trouble with attempti...

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