Support the ongoing development of Laravel.io →

Allowing Page Access without Redirection

I need to handle a coinbase callback. I am using Route::any() to then use a specified controller met...

0 Likes
1 Replies
Solved

'[ErrorException] Undefined index:' from artisan dump-autoload, problem in Illuminate/View/Factory

When I run artisan dump-autoload it gets this error and stops: Generating optimized class loader Com...

0 Likes
1 Replies
Solved

Creating and using models

For months, I've been placing all my logic in my controllers. Today, I would like to steer clear of...

0 Likes
1 Replies
posted 9 years ago

The Ultimate Guide to Learning PHP

Hi all! I realise that this may not be the best place to post this, but if you're still learning PHP...

0 Likes
2 Replies

Controller that affects all views

I don't know how to name the thread better than that, what I need is this: I have a master blade fil...

0 Likes
10 Replies
Solved

Using IoC in packages

I am currently in the process of developing a package. In this package I would like to use the IoC c...

0 Likes
3 Replies
Solved

One model, Varying behaviors

I'm creating a CMS portion of a more complex application. The CMS portion contains "Courses&quo...

0 Likes
5 Replies
Solved

checkboxes in form::model

I set up a migration to include a boolean value in my model (using the boolean() method). That trans...

0 Likes
0 Replies

Listify Package on a Pivot Table

I'm trying to use the Listify package on a pivot table. Listify simply manages an integer column pos...

0 Likes
0 Replies

How to load assets (css/js) from vendor/package folder?

I added kartik-v\bootstrap-star-rating package via composer and I want to load its css and js assets...

0 Likes
7 Replies
posted 9 years ago

Pagination Call to undefined method Illuminate\Database\Query\Builder::links()

Hi i have the following action in my controller (LanguagesController) public function index() { $l...

0 Likes
1 Replies
posted 9 years ago

Password Reminders & Reset has now subject in the email

I tried to open an issue but couldn't find where. It may be not such big deal, but when a user sees...

0 Likes
2 Replies
Solved
posted 9 years ago

How to get user attributes from LDAP

Hello everybody, I want to call a class in vendor folder. I use https://github.com/ccovey/ldap-auth...

0 Likes
1 Replies
Solved

Relationship Query

Is there any place that shows real world examples of Relationship querys and fetching associated dat...

0 Likes
5 Replies
posted 9 years ago

Multiple aggregates in one query

How would I do "SELECT Count(*), Min(some_field), Max(some_field) FROM some_table" in the...

0 Likes
2 Replies
Solved

Returning records using withTrashed()

An Owner has many Cars... And in my blade page I have this... {{{$car->Owner->name}}} And tha...

0 Likes
3 Replies
posted 9 years ago

Laracon Community Day

Hey guys I was wondering if it would make any sense to only attend the community day (28th august) f...

0 Likes
0 Replies

Location of resources and namespacing in packages.

My package needs controllers, models and views. I'm confused as to where these should be placed and...

0 Likes
0 Replies

Redirect from a function?

Is it possible to create a redirect from within a function? Say I have a BaseController that all con...

0 Likes
5 Replies
Solved
posted 9 years ago

Returning collections from a given user in the Collections controller

I have an app with users and collections. Both are resources and each user can create collections. I...

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.