Support the ongoing development of Laravel.io →

1,185 Threads

OneToMany relation -> How to save when i have the id?

I have model called Reference which can have many child References but only one parent Reference. So...

0 Likes
3 Replies

How to use Laravel 4 token with AngularJS app?

I'm trying to pass a Laraver token to AngularJS app to make an ajax submit. This operations shows me...

0 Likes
0 Replies

Form/Model binding not working

I'm in the process of getting to grips with L4 and I'm having issues with saving/retrieving/updating...

0 Likes
4 Replies

Posible to use Laravel accept data from port TCP or UDP ?

I don't know Laravel or PHP can do like this ? accept data from port TCP or UDP ? eg. accept data fr...

0 Likes
1 Replies

Setting a global option for all forms in an application

Hey guys, I want all forms in my laravel application to have 'autocomplete' => 'off' by default,...

0 Likes
0 Replies
posted 9 years ago

string to array conversion

Hello, I have this form : {{ Form::open(['route' => 'abbonementen.store']) }} {{ F...

0 Likes
5 Replies
posted 10 years ago

Call to a member function move() on a non-object

Hiii, I used upload file function but , I have error Call to a member function move() on a non-obje...

0 Likes
5 Replies

Can I do both static on dynamic blade?

Can I do both static on dynamic blade? {{ HTML::script('js/fullscreensearch.js'); }} {{ HTML::script...

0 Likes
1 Replies
posted 9 years ago

How can i validate an integer to be in a specific range

Hi dear all.. actually i am trying to validate a sign up form in my website and one of the inputs is...

0 Likes
1 Replies

Laravel 5 FormRequest file input

Hello, I try new class FormRequest on an file input. I have this class : <?php namespace App\Http...

0 Likes
2 Replies

Create Input::get reusable array

Hi All, I have a controller that receives input from a from. My controller handles both the create a...

0 Likes
1 Replies

Laravel sluggable

Hey guys, I just installed the eloquent-sluggable package: https://github.com/cviebrock/eloquent-slu...

0 Likes
3 Replies

How to assign value to a variable from an object?

How to assign value to a variable from an object? public function func() { $valida...

0 Likes
1 Replies
Solved

Input File with blade

Hi guys, I want to limit upload filetype on my form::file by accept I try {{ Form::file('file','',ar...

0 Likes
4 Replies

Laravel 4 Form Handling

Hello, this is my way to create new User from a form. my question is if there is any other way like...

0 Likes
0 Replies

Best pactice routing question.

I have a site that displays home, about, and archives by date OR topic. So my url structure is: myAp...

0 Likes
1 Replies

Best practice for how to handle variable number of controller parameters?

If I have a route in routes.php that routes to a controller method and there's a variable number of...

0 Likes
1 Replies

get value of Input::all();

I was wondering how can I output the array value of Input::all();

0 Likes
1 Replies
posted 10 years ago

multi-step form. Best mvc way to achieve this ?

Hello, For my project I need a Multi-step form. What is the best way to make this. Put all the steps...

0 Likes
0 Replies

New Eloquent not defined correctly.

I've been learning Laravel today and went to dive into creating my first Model and ModelController (...

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.