Support the ongoing development of Laravel.io →

Redirect::refresh() and session variable

Hello! For some reason this code causes redirect loop and I have no idea why. I know I could use Ses...

0 Likes
1 Replies
posted 10 years ago

Returning to Laravel Site with Variables

I am working on a PayPal system, and part of the PayPal process is returning back to the main site....

0 Likes
2 Replies
Solved

How to set the Primary Key and Foreign Key to string

I'm not using the auto increment for the id instead i'm using the 32 char unique id. So when i creat...

0 Likes
6 Replies
Solved

Multiple image upload strange error

When upload just one image, the validator works. But, When upload multiple images by enable input's...

0 Likes
3 Replies

Laravel Queue with AWS

Let's say i'm submitting multiple Job to Queue with the same Job name. But while one job is processe...

0 Likes
0 Replies

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 10 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 10 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 10 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 10 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 10 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

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.

© 2024 Laravel.io - All rights reserved.