Support the ongoing development of Laravel.io →

Cache::get() with image data using Memcached

I'm creating dynamic PNG images from database data using Intervention/image. To decrease the process...

0 Likes
0 Replies

Accessing $_ENV values best practice.

I use Netbeans, and when I used the recommended method to protect sensitive config parameters, Netbe...

0 Likes
3 Replies
posted 10 years ago

"eval" method for blade?

I have a text string from our database that I'm injecting into a blade template. Is it possible to h...

0 Likes
2 Replies
Solved
posted 10 years ago

Ignoring existing files in .htaccess

Hey, I use a hosting, that doesn't allow me to upload files outside of the public directory (please...

0 Likes
0 Replies

Question about setup with Controller, Repos, and Services

I have a quick question about setting up a structure where a controller calls a service which in tur...

0 Likes
0 Replies

Why am I getting this Internal Server Error?

I have come across a situation that doesn't make much sense to me. Just as some background informat...

0 Likes
2 Replies

Laravel & Social network

Hi, I want a package for Laravel 4 to configure my facebook page, twitter .... The package <<...

0 Likes
3 Replies
Solved

SSH Output - not returning the full response

I'm running the following code: SSH::into('runtime')->run(array( 'cd /home/ubuntu', './upda...

0 Likes
0 Replies
posted 10 years ago

Namespaced models and controllers

Hey guys, I just tweaked all my models and controllers to use namespaces. Now I'm using \Model names...

0 Likes
4 Replies

Laravel 4.2 error in PHPStorm

PHPStorm detects an error on the source code of larval. on \Illuminate\View\Factory::startSection()...

0 Likes
1 Replies
posted 10 years ago

Form issue regarding validation custom messages

In need some suggestion for an elegant way to solve this situation: 1st - I need to use Form::model...

0 Likes
0 Replies
posted 10 years ago

Issues with Laravel Cache

I have one strange issue while using Memcached with Laravel. On my local environment I'm using Windo...

0 Likes
0 Replies

where is the "Eloquent" class file?

class User extends Eloquent {} I can't find where the "Eloquent.php" class file in the &qu...

0 Likes
4 Replies
posted 10 years ago

After user login back to page request when click on menu

Who did it help me, have a direction I think create Session but error

0 Likes
1 Replies

Form::select() uses wrong parameters

When I do this (note the 4th param with the class info) Form::select('costRange', array('a' => 'a...

0 Likes
2 Replies

Is there any events before/after blade compilation?

I'm trying to manipulate my views before they are sent to the browser. I found the Blade::extend met...

0 Likes
1 Replies
posted 10 years ago

Stange eloquent behaviour. Can someone explain why this happens?

I had the following models. <?php use LaravelBook\Ardent\Ardent; class Teacher extends Ardent{...

0 Likes
0 Replies
posted 10 years ago

How to: foreach without affecting every row?

Is there a way to do a foreach on for example your products and sort this by their category_id and s...

0 Likes
4 Replies
Solved
posted 10 years ago

Undefined variable: title, in Laravel 4.2.8

http://stackoverflow.com/questions/25115720/undefined-variable-title-in-laravel Yes, it´s works, but...

0 Likes
0 Replies

possible to create dinamic sql query

Hello friends, you can create a dynamic sql query: there are 3 input and the user can enter a value...

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.