Support the ongoing development of Laravel.io →

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

Dynamic 'where()' for a filter

I've looked around for a tutorial or a best practice for implementing a filter for results. I would...

0 Likes
5 Replies
Solved

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

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

authenticate from second database

I have a form with a 'name' textfield. When i press send laravel checks if the username exists. If s...

0 Likes
2 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
posted 10 years ago

Use existing database in Laravel 4

Hi! I have already created a mySQL database in phpmyAdmin, so I don't really want to use the the Sch...

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

Use localhost:8000

Hi, I've just installed Laravel 4 on my PC and was looking at some tutorials. A lot of them open Lar...

0 Likes
3 Replies
Solved
posted 10 years ago

Beanstalkd Queue - Delayed jobs not getting processed

I'm using Beanstalkd to power the queue for my app. For some jobs I'm using Queue::later(). Unfortun...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel doesnt see controller via Ajax?

Hi guys, Im currently working on a laravel project and I'm really stuck.. Im calling a page via ajax...

0 Likes
8 Replies
Solved

Where/how often do you do an Auth check?

I have controllers that have public get, create, update, and delete methods that should only be done...

0 Likes
3 Replies
Solved

Calling model method from controller

I have this in my car.php model public function bySortOrder() { return $this->orderBy('so...

0 Likes
3 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

Help with relationship

Sorry for my english, is not very good. I have a User model and I have a Post model. two models have...

0 Likes
2 Replies
Solved

PDF load hanging page

Hi all, I am trying ThuJohn's DOMPDF wrapper for L4 and am having a little problem rigtht off the ba...

0 Likes
1 Replies
Solved
posted 10 years ago

ReflectionException

I'm getting the following error ReflectionException Class Trinity\Users\UsersRepository does not exi...

0 Likes
1 Replies
Solved

Question about relationship.

Guys, good morning. Question about relationship. In this query it brings me a student and two servic...

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.