Support the ongoing development of Laravel.io →

Schema builder and TIMESTAMP

How do you set defaults for timestamp column? $table->timestamp('row_modified')->default(DB::r...

0 Likes
0 Replies
posted 10 years ago

Why do eloquent models extend Eloquent and not Eloquent/Model?

I realize this is a really basic question, but I haven't been able to figure this one out. I'm tryi...

0 Likes
3 Replies
Solved
posted 11 years ago

No before filters running

I have a site running perfectly on a vagrant vm on my local machine. I've deployed the site to a Dig...

0 Likes
3 Replies
Solved

using enviroment variables with laravel.

Hi all, Can anyone give me a hand? I am trying to use system enviroment variables to log into my lar...

0 Likes
3 Replies

Check image size

Hello I made an app where users can upload images, and I want to restrict image dimensions to less t...

0 Likes
1 Replies

The page isn't redirecting properly

I have the following route: Route::get('/gallery', function() { return View::make('hello'); }); If...

0 Likes
1 Replies

Can't get named route name

Hello, Im pretty new on laravel, and today i'm stuck on simple (it looks like) thing. I have named r...

0 Likes
0 Replies

Friendship database management

Hi everybody, First of all, I'm a newbie on Laravel Framwork. I love this framework, therefore I cho...

0 Likes
0 Replies

dompdf - Problem in looping the array inside $pdf->loadHTML.

i try to populate the data from database in to PDF file in dompdf i tried something like this. class...

0 Likes
2 Replies
Solved

Question -> Simple Workflow Package in Laravel

All, Looking to use simple workflow package in laravel framwork and couldn't find anyone. Looking t...

0 Likes
0 Replies
posted 10 years ago

Workflow plugin or Laravel

Is there any workflow plugins identified or Laravel, like YII's 'simpleworkflow' ? Please help

0 Likes
0 Replies

added simple Route::get('users', function() but the URL doesn't work with WAMP

Hi, I'm totally new to Laravel. I'm trying to follow the example on the "Routing" section...

0 Likes
3 Replies
Solved
posted 10 years ago

Pass Variables to Master Blade

Hi, I am a newbie in Laravel, and I have a question about how to pass variable to a master blade pag...

0 Likes
3 Replies
Solved

Active class with conditional not active class

Hi, I am having an issue with removing active class from link, But first... I have created a Restful...

0 Likes
2 Replies
posted 10 years ago

How to keep fluent query builder from returning the fields defined as hidden attribute in model?

I have declared some hidden fields in model to prevent them from getting included in json output. El...

0 Likes
0 Replies

Frontend and backend app configuration

Hello, So I've decided to try out rewriting my CMS in open-sourced framework. I have very little exp...

0 Likes
8 Replies

Routing problem?

Hi guys, I'm pretty new to Laravel (a couple of weeks in) although I've used Yii and regular PHP for...

0 Likes
3 Replies
Solved
posted 10 years ago

Reprocess Inputs

Is there a way to modify $_POST and $_GET and then have them available to the Input class? Example:...

0 Likes
2 Replies

Cannot use XMLReader in laravel - says not found

Hello everyone, I'm trying to use the XMLReader of PHP inside a custom class that I have created for...

0 Likes
2 Replies

Sharing a session between 2 laravel applications

I am using a database session driver in an attempt to share a session between two laravel applicatio...

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.