Support the ongoing development of Laravel.io →

Eloquent/DB design for draft/live content

I have a CMS/app setup where an admin can make changes, but the changes are only temporary/drafts un...

0 Likes
1 Replies
posted 11 years ago

Failed to fill select/dropdown using larvel 4

Hi, I got the following exception, "Undefined variable: Industry_options" my view <?php...

0 Likes
4 Replies

No Error Reported when Mysql table column missing

Trying to insert into a table using Eloquent where updated_at column was missing did not throw any e...

0 Likes
1 Replies
posted 11 years ago

"Set" column in schema

Hi everybody! How can I create "set" column in schema like enum? I didn't find at http://l...

0 Likes
4 Replies

Booleans in JSON API

Hey! I'm trying to build a simple json api where some attributes are of type boolean. The problem is...

0 Likes
4 Replies
Solved

Unexpected behavior: Session blocking model events

Problem: Model events (Model::saving, etc...) don't work anymore after putting an instance of the mo...

0 Likes
1 Replies
posted 11 years ago

php artisan command to get the remote DB

Is there any php artisan command available to get the DB from the remote server, and import it to t...

0 Likes
0 Replies

create a custom route name in using Route resource

routes.php Route::resource('task', 'TaskController' ); Route::group(array('prefix' => 'ta...

0 Likes
5 Replies

Description regarding Laravel PHP components (Illuminate packages)

Hi Everyone, I want to know about illuminate packages. Just a brief description of each of the illum...

0 Likes
1 Replies
posted 11 years ago

Unit Testings Test Case

HI, I have some dought regarding Unit Testing. How to ganerate test case for workbench package. What...

0 Likes
0 Replies

Converting Empty String To Null

I'm not sure how everyone else does it, but just wanted to get some thoughts (and cleanup) on how I'...

0 Likes
0 Replies

composer question related to uninstall

Hi, I just read the usage documentation at getcomposer.org but I didn't find any information on how...

0 Likes
3 Replies

Best practice to keep track of logged in time?

Hello, I am trying to keep track of how long a user is logged in for. I am kinda stumped though. I k...

0 Likes
4 Replies
posted 11 years ago

Markdown documentation

I was wondering if there is a laravel-markdown package that makes it possible to generate docs base...

0 Likes
1 Replies
Solved

Passing variables to blade [Undefined Variable]

I've been at battle with this for a while now and decided it's high time I requested some help. The...

0 Likes
7 Replies
Solved

In production, I have no artisan commands !

Hello, I had launched my web app in production, but I wanted to migrate my database (in order to cre...

0 Likes
3 Replies

Simple Arrays with ID as Key

I know that Laravel has a wonderfully useful lists() method that you can use with either Eloquent or...

0 Likes
0 Replies
posted 11 years ago

Quotes problem in blade

Hi everyone, I'm having a little trouble with laravel, I'm pretty sure is a hosting problem, but i w...

0 Likes
1 Replies

the syntax for redirection and the where clause

Hello So, I want to get routes like these myweb.com/account/company1/adm myweb.com/account/company2...

0 Likes
0 Replies
posted 11 years ago

Call to undefined method “Builder::getAfterFilters” while upgrading to Laravel 4

I try to upgrade from Laravel 3 to 4 but i get this error everywhere : Call to undefined method Illu...

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