Support the ongoing development of Laravel.io →

2,050 Threads

posted 10 years ago

CSS reference to files

Hey guys. Just wondering if there was a smarter way of using the url() reference in .css files withi...

0 Likes
4 Replies

Master-Detail

good morning, someone who can help me, I need to create a route between father son model to model, l...

0 Likes
2 Replies

Refresh page after selecting an option from a drop down menu

Hi all, What is the Laravel way to achieve the following: I have a drop down list created with Form:...

0 Likes
3 Replies

what is the solution of illigel offset type exception in laravel4

what is the solution of illigel offset type exception in laravel4?.

0 Likes
1 Replies

how we fetch the data from phpmyadmin in laravel4 ?

how we fetch the data from phpmyadmin in laravel4 ?

0 Likes
1 Replies

Blade templating - Iteration over object / Array

I have a model Object I have passed to the view one of the attributes is a array containing other as...

0 Likes
5 Replies
Solved

Unable to ->with('key','value') within nested Controller.

I have an AdminController within the controllers/admin folder and i would like to pass my page title...

0 Likes
3 Replies

Pagination with custom variable

Hi again. I have 3 tabs in a page. I have 3 queries and thus get the results and make 3 different pa...

0 Likes
1 Replies

Retrieving Translated Field from Pivot Table

Hello, one of the requirements on the application I am developing is to have it to use an arbitrary...

0 Likes
0 Replies
posted 10 years ago

Controller $this->layout->nest: Newbie question re: Laveral 3 to Laveral 4 conversion

I'm a newbie to Laveral, but nonetheless converting and extending a Laveral 3 project in Laveral 4....

0 Likes
1 Replies

Laravel problem with views.

I have a web application in laravel in "mysite/admin". On login loads view "views/das...

0 Likes
2 Replies
Solved

Conflict in Unique Column Name - Join Statement Query Builder

DB::table('users') ->join('contacts', function($join) { $join->on('users.id', '=', 'contacts.u...

0 Likes
1 Replies

Twig and laravel - global variables?

Hi I am using this https://github.com/rcrowe/TwigBridge so I could work with twig in laravel 4. My q...

0 Likes
6 Replies
Solved

Paying to help finish my app!

Hi, I'm on the very final stages of my app and need help to finish it, hopeful it's this week. In my...

0 Likes
4 Replies

Categorized output

Hi folks, I've got a table called "customers" and a table called "projects". Eve...

0 Likes
2 Replies
Solved

POST & GET / Route Design

How should I manage my application with POST & GET After i POST do i RETURN View::Make or do i R...

0 Likes
1 Replies
Solved
posted 10 years ago

Defining macro in master and using it in multiple views

I have a macro inside a page. @extends('mobilemaster') @section('content') {{Form::macro('date...

0 Likes
2 Replies
Solved
posted 10 years ago

Changing macro attributes with Form::method()

This is the macro i made. {{Form::macro('date', function() { return ' <input type="da...

0 Likes
4 Replies
Solved

Passing multiple arrays to a view

I'm trying to work with SimplePie to pull numerous RSS feeds (which is working well); however rather...

0 Likes
2 Replies
Solved
posted 10 years ago

Problem with Template. Pls help!

I can only call my master template from my UsersController. When i call my master template from Pos...

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