Support the ongoing development of Laravel.io →

Artisan logout

Can I logout all users by using Artisan?

0 Likes
1 Replies

Route group wildcard prefix stops matching of non-wildcard defined routes

I have a route group that has a parameter prefix like so: Route::group(array('prefix' => '{countr...

0 Likes
1 Replies

Restful / Resource Controller combined useage?

I would like to know if it's a good way to do things or if it's a no-go to use both (restful and res...

0 Likes
1 Replies

Eloquent -- Confused On How To Work With Lookup Tables?

I originally coded my application completely omitting models and just using raw queries in my own ty...

0 Likes
1 Replies

Binary(longblob) files from MySQL larger than 1MB are getting truncated when trying to copy table row to another table.

I am currently storing files in my mysql table. I have no problem saving large files in the table as...

0 Likes
2 Replies
posted 9 years ago

Anyone who used metronic themeforest template with laravel project?

Template: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?WT.ac=cat...

0 Likes
2 Replies

Error: file_put_contents failed to open stream

I'm just new in laravel. I'm using laravel 4.1, I encounter this error sometimes. {"error"...

0 Likes
3 Replies
Solved

Get 403 Forbidden despite having set permissions

I have created a fresh Laravel application by using composer create-project command. Then I put all...

0 Likes
0 Replies

Eloquent relationship passing array to view

Hi. Using this structure: http://stackoverflow.com/questions/20801859/laravel-eloquent-filter-by-col...

0 Likes
0 Replies

Laravel Admin and frontend differentiate

I need to make admin and front differentiate in laravel how can i do that any good idea? In CI we us...

0 Likes
1 Replies

Laravel and MoltinCart

Hi All, I'm using this package - https://github.com/moltin/laravel-cart to add items to the shopping...

0 Likes
0 Replies

Authentication work, but not everywhere

Hello guys, on my Laravel project I'm using the LdapAuth made by Ccovey. The authentication work cor...

0 Likes
0 Replies
posted 9 years ago

Just a bunch of Laravel related links

So...I've been bookmarking a lot of Laravel articles for the last few months. I really didn't like t...

0 Likes
2 Replies
posted 9 years ago

Cascading Deletes - Child Event Order?

I have two models, Video and File. A video may have multiple files. When I delete a file from the d...

0 Likes
1 Replies
Solved

Why you delete the table first before seed?

I read some posts about database seeding. I find the seeder's 'run' method begin with DB::table()-&g...

0 Likes
2 Replies
Solved
posted 9 years ago

Eloquent only grabbing one record in many-to-many

Hi there, I have a many-to-many setup, and I'm only receiving one record when I grab the relationshi...

0 Likes
0 Replies

Pivot not updating

$student = Student::find(20); foreach($student->classes as $student_class) { if($student_c...

0 Likes
3 Replies
Solved

laravel 4 and mongodb

Hi to all. New forum is great.! I am about to begin a large scale application built on laravel 4 and...

0 Likes
5 Replies

FusionInvoice still open source?

Just wondering what happened to FusionInvoice. The GitHub page doesn't seem to exist.

0 Likes
0 Replies

Sharing sessions with legacy php code

Does Laravel have plans to natively support this? I had a forum post on the old forum about this: ht...

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.

© 2024 Laravel.io - All rights reserved.