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

How can I get a single attribute for each element in a collection?

For example, I have a many-to-many table with blogposts and tags, as per the tut here; http://vegibi...

0 Likes
2 Replies
Solved
posted 11 years ago

How to use Oauth and regular authentication together

I am trying to figure out the best way to ask this question. I am building an app and know how to ea...

0 Likes
2 Replies
Solved
posted 11 years ago

Mail configuration separate from app/conf/mail.php

Hi. I am developing a system with will be SAS and i need to give posibility for each subscribed user...

0 Likes
1 Replies
posted 11 years ago

belongsToMany ignore accessor

Using belongsToMany custom accessor methods are ignored. Why?

0 Likes
0 Replies
posted 11 years ago

A simple problem on import js scripts

Hi, I have a simple problem to import a js script, I have a script that perfectly work when I import...

0 Likes
3 Replies
Solved

dynamic form creation

I'm trying to figure out a way to elegantly generate a form when creating a new entry based off a mo...

0 Likes
1 Replies
posted 11 years ago
0 Likes
2 Replies
posted 11 years ago

How to add `OR` operator to validation rule?

I have a table users which have some columns including username and email. I also have a form which...

0 Likes
2 Replies
Solved

Array Controllers

Is it possible to get controller and set them as an array $data['header'] = controller header $data...

0 Likes
1 Replies
posted 11 years ago

How to make custom urls in laravel?

Route::pattern('name', '[a-zA-Z0-9\+\-]+'); Route::pattern('id', '[0-9]+'); Route::get('goods-{name}...

0 Likes
2 Replies
Solved
posted 11 years ago

Delete value from Session array

Hi. I'm using Session driver to push values into an array and Laravel allows it like this: Session::...

0 Likes
2 Replies
Solved
posted 11 years ago

php version is not being recognised on mediatemple

I'm trying to install my laravel project on mediatemple but composer is complaining: Your requiremen...

0 Likes
4 Replies
posted 11 years ago

laravel4 form post data

<form action="" id="pb-signup-form"> <div class="col-m...

0 Likes
2 Replies

cPanel Server Switch, Site not functional!

It's been about a year since I created my Laravel site, and my mind has clearly forgotten something....

0 Likes
3 Replies
Solved
posted 11 years ago

Schema migration error

If I create schema like this: Schema::create('clinic', function(Blueprint $table){ $table->increm...

0 Likes
0 Replies

How to redirect inside view

Hey, i have this code @extends('layout.main') @section('content') <head><title>[PCP] {{...

0 Likes
2 Replies
posted 11 years ago

Response::download says "file does not exist" (but it does)

Hi all - I've got this in my app: $download_path = URL::to( '/attachments/' ) . '/' . $item->atta...

0 Likes
1 Replies
Solved
posted 11 years ago

Homestead - Gulp.js crashes, but works outside of homestead.

Anytime I run gulp in a homestead VM is crashes with error 72 and a heap of cryptostream errors. See...

0 Likes
0 Replies
posted 11 years ago

route on value

I have an object wich can contain the value $object->blue or $object->green. I want all the gr...

0 Likes
0 Replies

how to prevent user from inputting html tags

I wonder how can I validate forms to be html tags free.

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

© 2025 Laravel.io - All rights reserved.