I'm trying to display the created_at column in one of my views and I'm not having any luck. When I t...
The DB::connection seems to work but when I am using DB::table it is still looking at my 1st default...
I am using hyper-v and I am looking for ways to backup the virtual machine. I know I could just shut...
Environment: Windows 7 x64 WAMP with PHP 5.5 Laravel 4.2 php -ini returns: C:>php --ini Configura...
I'm creating a scheduler that for each location has a start and end time for each day of the week. N...
We have some code running under Laravel 4.2 that calls a stored procedure that’s supposed to fetch a...
Hello i have the following model: class Agent extends Eloquent { protected $fillable = []; protect...
Hello, I'm fairly new to Laravel, and I'm working on making a leaderboard for a game. I'm wondering...
i have the following model: class Agent extends Eloquent { protected $fillable = []; protected $ta...
In my application I have numerous models, but the ones that are of concern are 'User' and 'Points'....
Hey everyone, i'm pretty sure that my problem is already out there, but i wasn't able to find any so...
Hi! i have a question about how create a double foreach in blade from only one sql with query builde...
Hi ya folks, I'm building our first SaaS app. The project will see users having the same functionali...
I am learning laravel and php but I just need to clarify when it is needed to escape strings. If any...
Hello Guys, On the database.php file it is possible to define a database(MySQL, sqlsrv, pgsql). If I...
Hello, I have Users who can belong to many Groups, and Issues which are assigned to a single Group....
I'm learning Laravel 5. I have a model called Destination. I am querying the database with the model...
Hello, #Laravel 5.0 Standart situations with html_meta table that contains some html meta data for...
I have 3 models in question. Company, User, Group. I am trying to return all company records whose c...
Hi, I was wondering if someone can help me with this. For a few days now, I have tried to find a way...
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