Support the ongoing development of Laravel.io →
posted 10 years ago

Frontend vs Backend

So here is a conundrum I have been pondering for quite some time now, it's not strictly Laravel rela...

0 Likes
4 Replies

Optimalise submenu with childs ?

I'm creating a subnavigation with childs in childs. And i would like to know how i can optimalise th...

0 Likes
6 Replies

dynamic route problem

I have tried to make a dynamic route by below code: Route::get( '/test', function() { return Route::...

0 Likes
0 Replies
posted 10 years ago

What is the best way to get a list of only the edited form fields

Is there a Laravel way of getting a list of only the form fields where the value of the field has ch...

0 Likes
4 Replies
Solved

Create view / controller / Validation rules to manage both Parent and child model from Parent controller

Hi, I have, say, 'User' model that has many 'Addresses'. Both User and Address models have fields wi...

0 Likes
1 Replies
posted 10 years ago

Looking for Filipino artisans

Hi all, mainly those Filipino artisan. We are currently developing a site with Laravel 4 + Backbonej...

0 Likes
0 Replies
posted 10 years ago

Route Filter

Hi Ive create a Route filter to check is the user is on a subscription. Im not trying to change the...

0 Likes
3 Replies
Solved

Models and functions not working ...

What am I doing wrong ? please advice ? Controller public function getHotelgallery($hotel) {...

0 Likes
2 Replies

Laravel environment setup

Hi, So I'm working to setup laravel on my local system for development. Following along the guides t...

0 Likes
4 Replies
Solved
posted 10 years ago

Do I have the right idea when writing functional tests for my controllers?

http://laravel.io/bin/1JqJ In this code I'm trying to test the store method, which is called after p...

0 Likes
0 Replies

Dynamic routing group

Hi all, i have a group of url that i want route. I have a field in my db called "permalink"...

0 Likes
0 Replies

Jquery DOM manipulation using values from xml-file

Hello everyone! I actually struggle trying to add elements to the DOM using jquery. The data I want...

0 Likes
0 Replies

Store information to DB with Ajax / Jquery / javascript ? Best solution?

Hi there, I have a view that shows a list of "things". Each "thing" has a checkb...

0 Likes
3 Replies

How to collect the objects from recursive tables?

I've got three tables, dates, and composite dates (and a pivot table). A date can be in many composi...

0 Likes
3 Replies

Structuring Code

I'm curious how you guys structure the controller's response on an ajax call? I usually don't use th...

0 Likes
2 Replies
posted 10 years ago

Timestamps() and auto inserts vor created_at

Im not sure, but i think in the past, when i used timestamps() in my migration, laravel automaticall...

0 Likes
3 Replies
Solved
posted 10 years ago

Liebig cron problem after re-migrating cron tables.

Hi guys! My cron jobs where working perfectly when I accessed the url and dumping the return of Cron...

0 Likes
2 Replies
Solved

Routing options to enable users to navigate a public folder

Hi I'm developing a site that will allow registered users to 'navigate' and view content (office doc...

0 Likes
4 Replies

How to avoid using Session Facade?

To allow for proper unit tests, it is recommended to avoid using Facades. How can I access Session i...

0 Likes
3 Replies

getting tree depth from a closure table

I'm building a threaded forum using closure tables. I have two tables, Paths and Comments, set up li...

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.