Support the ongoing development of Laravel.io →

1,816 Threads

Laracon EU 2014 Video: Decoupling the Model from the Framework from Mathias Verraes

Would you like to discuss any ideas in this video? This is a great place to do so! Decoupling the Mo...

0 Likes
0 Replies

Condition in routes.php?

Hey guys, what do you think about the following: Route::get('/', Auth::check() ? 'Controller\Menu@sh...

0 Likes
1 Replies

why whereRaw() not accepting pivot column

I have a ManyToMany relation Users controller public function measurement() { return $th...

0 Likes
0 Replies

Self reference Many to Many relationships

Hi guys! I'm learning Laravel and am working on a personal project as I do it. It's essentially a d...

0 Likes
2 Replies

How to add fancybox in laravel 4.2.7

Please help me regarding how to add fancybox in 4.2.7. i tried to load fancybox from this link https...

0 Likes
7 Replies

Question about setup with Controller, Repos, and Services

I have a quick question about setting up a structure where a controller calls a service which in tur...

0 Likes
0 Replies

Why am I getting this Internal Server Error?

I have come across a situation that doesn't make much sense to me. Just as some background informat...

0 Likes
2 Replies
posted 10 years ago

Namespaced models and controllers

Hey guys, I just tweaked all my models and controllers to use namespaces. Now I'm using \Model names...

0 Likes
4 Replies

Laravel 4.2 error in PHPStorm

PHPStorm detects an error on the source code of larval. on \Illuminate\View\Factory::startSection()...

0 Likes
1 Replies

Passing object array from model to layout

Hi, In my Laravel app users can send private messages to each other and I want to be able to pass a...

0 Likes
1 Replies

Laravel Module duplicate

Hello guys, I m new on Laravel and try to learn. Now i am busy with some coded laravel project like...

0 Likes
0 Replies

Laravel HTTPS Named Route

Ok, so I don't know if this can be incorperated, but I notice that laravel doesn't have a way of gen...

0 Likes
1 Replies

Model events and validation

I'm having a curious problem that probably stems from my lack of knowledge of the IOC! I'm injecting...

0 Likes
0 Replies

JS creation of DOMs or replace with html - advice needed

Sorry if the title is confusing - I am trying to work out best practice for an app and I am lost. Yo...

0 Likes
2 Replies

Package routing

Hi, I'm working on a cms package but my routes.php can't find my controller... My package is called...

0 Likes
1 Replies
Solved

Separate back-end vs front-end

I've got existing apps that I'd like to move to a new model where the back-end is purely API driven,...

0 Likes
1 Replies

Call/run a route from another route

I'm using a full-page cache system and I want to refresh cover and target posts proactively so the b...

0 Likes
0 Replies

Route with required parameter has bad redirects

Hello, i have this route Route::get('display/{id}', array('as' => 'display', 'uses' => 'HomeC...

0 Likes
0 Replies

Modular application

Hey guys, I wonder if you have ever tried to create modular application with Laravel. That is, inste...

0 Likes
5 Replies

Is larval appropriate for long term development of business application

new to laravel and use of php frameworks. was wondering if laravel is appropriate for use in develop...

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