Support the ongoing development of Laravel.io →

Prevent strange "remember_token" on creation of every Model?

Hi there, it seems that my Laravel Setup (4.2.16) tries to fill a remember_token column on creation...

0 Likes
0 Replies

Showing different User Pages based on a Database Variable

Each of my clients have {name}.mysite.com Each of these pages have subpages. i.e. {name}.mysite.com/...

0 Likes
0 Replies

[Solved] blade extends used in module, and next in application controller

Hello, I have a module where I use internal module views to generate form. $form = Xforms::draw($th...

0 Likes
0 Replies

Redirect Issue.

Store data after return to dashboard view. using : return Redirect::to('/admin/dashboard')->with(...

0 Likes
2 Replies

ORM value '0' set to NULL on save

Hey there, Ive got a model with a value 0, when i DD the model the original and attributes value's a...

sglara liked this thread

1 Likes
5 Replies
posted 10 years ago

Mail message cannot be delivered

hi all I am doing a simple mail::send and get this error: Message could not be delivered. Please ens...

0 Likes
4 Replies

Can the same route be http and https?

I want to have some routes but enable the access by http and https

0 Likes
1 Replies

Laravel 3.2.14 generates a wrong query

Hello! Today i needed to update an old script, look at that: Model: class Match extends Eloquent {...

0 Likes
2 Replies
posted 10 years ago

Need help with Importing CSV to Database

Hello, I'm using the following package to import a CSV file into the database http://csv.thephpleagu...

0 Likes
1 Replies

Laravel-menu

HI, I am using lavary/laravel-menu i am able to set class for all menu level, but not able to see cl...

0 Likes
0 Replies

Redirect After Registration Form

I have a Registration Form, On Successful submission --- data's were inserted to the db and redirect...

0 Likes
8 Replies

Active Record, Packages and Integration Testing?

I have been struggling with the issue of Integration Testing within packages for some time. Basicall...

0 Likes
0 Replies

Detecting enviroment by domain

Hey guys, I've seen something like this is bootstrap/start.php multiple times: $env = $app->detec...

0 Likes
2 Replies
Solved

Help please!

Please help im just learing to code... $prop = DB::table('Inventory')->where('ID', Auth::user()-...

0 Likes
1 Replies
Solved
posted 10 years ago

How to make unique result from many JOIN and toArray()?

Hello my laravel is return this after many join: http://laravel.io/bin/524qR I want to this return t...

0 Likes
1 Replies
posted 10 years ago

Accessing constrained relationship is re-querying the relationship

behaviour is detailed at http://laravel.io/bin/d9vEP (model classes are at the bottom) Basically, I...

0 Likes
2 Replies

Migrate command is cancelled on Laravel 4.2.*?

Now i run php artisan migrate is Cancelled! Pl help me.

0 Likes
3 Replies
posted 10 years ago

Auth::check issues

i am seeing something strange, not sure what is going on, here is the code I am testing app/filter.p...

0 Likes
1 Replies

Routing To Multiple tables

I'm just learning Laravel so this question may seem simple but not to me. Example: I have a view wit...

0 Likes
0 Replies

Model insert fail with MSSQL + trigger

I have one particular Eloquent model that is giving us seemingly random problems with inserting. Tha...

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.