Support the ongoing development of Laravel.io →

1,185 Threads

Replacing the Input

Hello there, i am trying to replace the input in the controller before sending it back: Input::repla...

0 Likes
1 Replies

Laravel Video Streaming

I want to use laravel to do real time stream video from a camera. I will be sending each frame of th...

0 Likes
0 Replies
posted 10 years ago

Deleting values that has been checked

I'm trying to create a section where if 1 or more checkboxes has been selected then when I click on...

0 Likes
3 Replies

how to save a data that is a foreign key

Hi I have two pages, the first one is menu and the other one is content. In my menu view its just a...

0 Likes
2 Replies
Solved
posted 10 years ago

why here no error messages

Hello, I follow the learning laravel book. So I have this routes <?php /* |---------------------...

0 Likes
2 Replies
Solved
posted 10 years ago

Laravel forms

Hey, until now i've used the simple html form <input type="text" name="name"...

0 Likes
1 Replies

laravel Input::get() can not get paramters

hello,i'm a laravel newbie, i have got a problem.when i use Input::get('abc'),i can not get the para...

0 Likes
1 Replies

Validation .mobi files

Does anybody know a way of validating a .mobi upload? I've tried both "x-mobipocket-ebook"...

0 Likes
2 Replies

[non laravel] Alternative way to call php

Hello everyone, 2 days ago I saw an alternative way to cool php in php files. The markup looks like...

0 Likes
2 Replies

Issues with standard ::create() functionality

Pulling my hair out over this one - Eloquent create only seems to be inserting certain columns Doing...

0 Likes
2 Replies
Solved

Problem with Redirect when using JQuery Form Plugin (AJAX)

Hello, I am having some issues with a form I am trying to create. The form consists of collecting ge...

0 Likes
1 Replies

GET Data from a Button

Hello there, so i got a button: <form method="GET" action="settings"> <...

0 Likes
7 Replies
Solved

How to pass array from view to controller without having a submit form?

Hi! Is it possible to automatically submit array from a php file to controller without having a sub...

0 Likes
1 Replies

Saving image's data in my DB

I'm trying to save images with Dropzone.js in my Laravel 4 project. This is my code: $fileInput = In...

0 Likes
2 Replies

Homestead Uploads File Wrongly

The problem is absolutely written in the Subject, the problem i'm runing into is that I'm uploading...

0 Likes
6 Replies
posted 10 years ago

Why is there no equivalent of Input::all() and Input::get() for the ruleset of Input::has()

While i am working on my first laravel project i stumbled upon an interesting problem: When you are...

0 Likes
2 Replies

Get a birthday

I want to be able to take in 3 inputs. A select for a month, a day, and a year. Then, when the form...

0 Likes
0 Replies

Get a birthday

I want to be able to take in 3 inputs. A select for a month, a day, and a year. Then, when the form...

0 Likes
0 Replies

Relationships, Eager Loading and Pagination

I have 3 tables: Topic: id Sub-Topic: id, topic_id Resources: id, subtopic_id Topic has 'hasMany' re...

0 Likes
0 Replies

Retrieving primary key after row insertion

I have three tables - users, spots, and tags When a user creates a spot (location), they also create...

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.