Support the ongoing development of Laravel.io →

Is there a reason for using URL Helpers?

Lets start with three examples: <link rel="stylesheet" href="assets/css/app.css&qu...

0 Likes
3 Replies
Solved
posted 10 years ago

Cant see why my class wont work: Error: Class 'Acme\Something\Awesome' not found

Pastbin is always easier, see http://laravel.io/bin/dm73 For some reason it doesnt find the class, i...

0 Likes
4 Replies
Solved

Laravel 4 Multi Auth with Password Reminder

Hi all , i was created Laravel 4 Multi Auth with Password Reminder :) this the link https://github.c...

0 Likes
0 Replies

Laravel 4 Modules Packages

Hi all, this is my package https://github.com/pingpong-labs/modules please review :D Thanks :)

0 Likes
0 Replies
posted 10 years ago

Any ideas for Fedex / Hackathon using Laravel

Hi guys I want to introduce Laravel to my company. We have an upcoming Fedex day, where we can use a...

0 Likes
0 Replies

Combining two query (WhereIn with Where) x 2

$userCollection = DB::table('collections') ->whereIn('user_id', array())...

0 Likes
3 Replies
Solved
posted 10 years ago

Modify files from php

Is there any fast method to change values into files like language files (php) or json files?

0 Likes
2 Replies
Solved

Cannot find records using ->where() and booleans

Hi, I'm having a problem. Using migrations I create the following field: $table->boolean('is_clos...

0 Likes
1 Replies
Solved
posted 10 years ago

Fatal error displaying at top of each page

I'm trying to catch the fatal error to display a generic error page. But the fatal error message is...

0 Likes
0 Replies
posted 10 years ago

[Package] Laravel Artisan Notes

Inspired by Ruby on Rails, i create laravel notes package to display notes (TODO, FIXME, OPTIMIZE) f...

0 Likes
2 Replies

password_confirmation in administrator/frozennode

im using administrator.frozennode but when i try to add a edit_field with the pass confirmation, the...

0 Likes
0 Replies
posted 10 years ago

Handy filters

Trying to be as active as on the old forum I found out it's kind of hard to keep track of topics we...

0 Likes
0 Replies
posted 10 years ago

Basic MVC Check Request

I am now trying to learning objects, classes and correct MVC in Laravel. Basic MVC Check Would anyon...

0 Likes
1 Replies
posted 10 years ago

New York, NY

I'd love to do some networking with others around New York. I'm part of a small design studio that c...

0 Likes
1 Replies

Show only 'courses' that 'user' has created

Hey, I'm trying to build a query where I want only courses that belong to a user_id are displayed. H...

0 Likes
4 Replies
Solved

multiple queries in a scope function

HI I have recently posted this questions on stack overflow. I was hoping someone here would know the...

0 Likes
0 Replies

Issues with Eager Load With Limit & Variable

The following would give me collection without Items. $collectionList = Collection::where('user_id',...

0 Likes
7 Replies
Solved

Sentinel with Laravel Administrator

Hi, I want to integrate Sentinel within Laravel Administrtor I am new to laravel. Can anyone give me...

0 Likes
1 Replies
posted 10 years ago

Extending Eloquent Builder parseRelations

Has anyone thought of extending this method? For example I have a couple of models with the followin...

0 Likes
0 Replies

Visible, Hidden, Fillable & Guarded with Foreign Keys

Hi, First question: What options should foreign keys use? Guarded? I have an Article object that has...

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