Support the ongoing development of Laravel.io →

1,185 Threads

posted 9 years ago

Laravel 5: Simple Search Function for CRUD Application

I have a very basic CRUD application for displaying entries in a mysql table, and would like to do a...

0 Likes
1 Replies
posted 9 years ago

Input::File() displaying 'NULL' when using mini ajax file upload plugin in laravel

Hi, I have a form with mini ajax file upload plugin.. and i am trying to submit the form with file...

0 Likes
0 Replies

L5 - Return validation errors with old user input

I have a simple form to store a record in a database with some basic validation. If a required field...

0 Likes
2 Replies

file_put_contents(~/services.json): failed to open stream: Permission denied

I've already chmod -R 777 to all directories and files. chown -R nginx:nginx to all directories and...

0 Likes
3 Replies

add(or update) get parameters to existing

Hello, i have a form which filters my eshop products via the get parameters. when input radio button...

0 Likes
3 Replies

Is it possible to call images from outside the public folder or any folder or directory in your computer in Laravel 4?

this is my code calling from public folder and its works... <img src="/placeImages/{{$image[...

0 Likes
6 Replies

Eloquent mass-assignment with file upload

Hi, I'm using mass-assignment to insert a load of records into the database, how do I handle a file...

0 Likes
2 Replies

Controller subdirectory and Route Group with multiple Controller does not work

Its might be a bug in laravel but not sure, need your suggestions about to resolve this. The issue i...

0 Likes
0 Replies

Do I need to sanitize my URL i.e. {userID}.myapp.com

I am using an app with different users and to view their profiles you need to access {userID}.myapp....

0 Likes
6 Replies
Solved

globally defined csrf token, still 405 error with ajax post

I am trying to make a POST request within a js function. It is sending an array of data that is stri...

0 Likes
0 Replies
posted 9 years ago

Cannot access variable in View that was created in Controler while redirecting

Hi I have controller like that: public function sendmail() { $status = \Lang::get('messages.notsent'...

0 Likes
11 Replies

Resizing images using Intervention

I am trying to manipulate images in Laravel using intervention. I have followed all the required set...

0 Likes
1 Replies
Solved

Ajax From Validation in Bootstrap Modal

Hello, I need an Example or tuto how to add form validation on Bootstrap Modal using ajax and json r...

0 Likes
0 Replies

Using AnguralJs and Html5 on font end

hello i want to use angularJs as my font end in my laravel 5 application ,is there good tutorial or...

0 Likes
0 Replies

jQuery not loading on all pages

Hello, 1st, I have some custom javascripts, but they only load on one page. This is how my custom .j...

0 Likes
1 Replies

Calling route inside reposiroty

Hello, I'm trying to call a route inside a controller: if(is_string ($dados_promotor['empresa'])){...

0 Likes
1 Replies

Verifie passowrd from application

Hi everyone, I created a website with Laravel5 and i'm going to create an Android application for it...

0 Likes
6 Replies
posted 9 years ago

Formatting dates to daylight saving time

Hello, Is it possible to format dates so a UK datetime in the middle of the summer, is the same date...

0 Likes
0 Replies

How to Set Cookies During Unit Test?

In a unit test, I'm trying to set cookies when calling a route. Test code is: $response = $this->...

websterl3o liked this thread

1 Likes
1 Replies
Solved

Form Model Binding for files

I have an issue trying to grab a file using form model binding and did a number of searchsand have y...

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.