On picking up some older questions as how to notify the user that he has been logged out due to inac...
Hello, I'm working on a laravel installation that has the application and public folder outside of t...
Hello, I'm currently working with Laravel and Nginx, previously I've the Laravel Application over Ap...
I'm creating dynamic PNG images from database data using Intervention/image. To decrease the process...
I use Netbeans, and when I used the recommended method to protect sensitive config parameters, Netbe...
I have a text string from our database that I'm injecting into a blade template. Is it possible to h...
Hey, I use a hosting, that doesn't allow me to upload files outside of the public directory (please...
I have a quick question about setting up a structure where a controller calls a service which in tur...
I have come across a situation that doesn't make much sense to me. Just as some background informat...
Hi, I want a package for Laravel 4 to configure my facebook page, twitter .... The package <<...
I'm running the following code: SSH::into('runtime')->run(array( 'cd /home/ubuntu', './upda...
Hey guys, I just tweaked all my models and controllers to use namespaces. Now I'm using \Model names...
PHPStorm detects an error on the source code of larval. on \Illuminate\View\Factory::startSection()...
In need some suggestion for an elegant way to solve this situation: 1st - I need to use Form::model...
I have one strange issue while using Memcached with Laravel. On my local environment I'm using Windo...
class User extends Eloquent {} I can't find where the "Eloquent.php" class file in the &qu...
Who did it help me, have a direction I think create Session but error
When I do this (note the 4th param with the class info) Form::select('costRange', array('a' => 'a...
I'm trying to manipulate my views before they are sent to the browser. I found the Blade::extend met...
I had the following models. <?php use LaravelBook\Ardent\Ardent; class Teacher extends Ardent{...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community