Support the ongoing development of Laravel.io →

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

container bindShared

Illuminate\Container bindShared is performing the callback each load... doesn't it suppose to execut...

0 Likes
5 Replies
posted 9 years ago

Filter for all destroy methods

Hey, is it possible to filter all destroy methods before deleting any data? I want to use Entrust wi...

0 Likes
4 Replies

Only emailing people with certain Entrust role

I have an application system setup for a local organization that involves a user filling out an appl...

0 Likes
0 Replies
posted 9 years ago

Job Opening - Full Stack Developer with Leanings towards Frontend

Sociable Group is looking for a full stack developer that likes to spend most of the time closer to...

0 Likes
0 Replies

Can't 'return Response::view' in 'App::error' closure on Linux but can in Windows

The code below works on a Windows machine but not on a Linux machine. The version of PHP is the sam...

0 Likes
1 Replies
posted 9 years ago

Cannot save Role (Entrust)

$role = new Role; $role->name = 'Owner'; $role->save(); Error: Array to string conversion Mod...

0 Likes
1 Replies
Solved

Laravel's Artisan Error

Hi there, I'm facing some issues with composer and the php artisan command. Please note that I do no...

0 Likes
4 Replies

Turn off http output during the test

Hi, Here is an example of my test: public function testCitizenService() { $respo...

0 Likes
1 Replies

link_to_route error

Hi guys. I have a link to route like this in my application view {{ link_to_route('categories.creat...

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