Support the ongoing development of Laravel.io →

286 Threads

How to stop Encypting/Decrypting saved data from losing everything after double quotes?

I have an app that is taking data from a form, encrypting it, writing the encrypted data to a field...

0 Likes
3 Replies
Solved

Can't write image data to path

Hi all, This is the error when i upload the file :Intervention \ Image \ Exception \ NotWritableExce...

0 Likes
2 Replies
Solved

Problem with homestead/vagrant and image upload

Hello everybody! I am running into a problem with Homestead. I have a piece of code that works well...

0 Likes
1 Replies
Solved

Route::current() equivalent for the page i came from?

Well, the title may sound a bit weird, but what I am trying to do can be simplified to: I am adding...

0 Likes
3 Replies
Solved

How to create a form element whose name is an array, using Blade?

I have a form which loops through an array to create the form elements, so the name of each input el...

0 Likes
3 Replies
Solved

Model Can't Catch PUT Request

Hi guys, As seen on the subject below, my Model Can't Catch the PUT Request,.. Here is the example o...

0 Likes
3 Replies
Solved

View does not take variable

Hey, i have this code public function viewfind($nick) { //check if the user inputted exists $che...

0 Likes
1 Replies
Solved

Missing argument 1

Hey, i have this route Route::get('/map/{type?}/{id?}', array('as' => 'map', 'uses' => 'HomeC...

0 Likes
1 Replies
Solved

File Not Found after File Upload

I'm using fineuploader as a delivery vehicle for a file upload in my application. When the upload re...

0 Likes
6 Replies
Solved

Does Laravel only support ORM and not plain/raw sql?

Hi guys, can someone please tell me if Laravel supports raw/plain sql? I cant find it explicitly sta...

0 Likes
2 Replies
Solved

Editing in laravel

Hi I'm busy with a tutorial and when I try to use the edit line in the model, I end up having a blan...

0 Likes
4 Replies
Solved

Is this good to put in the constructor of the BaseController?

Is this good to put in the constructor of the BaseController? $this->beforeFilter('csrf', ['on' =...

0 Likes
4 Replies
Solved

Restful CRUD Operation with JSON input,output. Store json formatted data into database in laravel

Please suggest me some reference to implement Restful crud operation for schemas and also with json...

0 Likes
4 Replies
Solved

Proper Object Model Iteration with variables

Hi all, Fairly new to Laravel, and OOP in general, but have been using it fine for the past few week...

0 Likes
1 Replies
Solved
posted 9 years ago

Specifying dimensions of the input field

Is their a way I can Size this to any dimensions? As it is now it takes the entire width of the page...

0 Likes
2 Replies
Solved

Can't store data with Store Method in Controller.

Hi there best colleagues i've the following strange issue when i want to store data in my database b...

0 Likes
2 Replies
Solved

generating URL like ?filter=posts

hello to every one, I wanna generate url's like ..?filter=post but how can I do that in Laravel. I s...

0 Likes
3 Replies
Solved

Help with Response::json to json_decode

Hi I've searched everywhere, but can't seem to find the answer - it should be simple can anyone help...

0 Likes
2 Replies
Solved

Get array from browser url.

Hello all, Can anyone please send me a bit of code to get array from url? Suppose this is my url :...

0 Likes
3 Replies
Solved

Laravel 4 paginate on GET request

I have a form that is used to filter results for a categories page. So, the URL will be localhost/pu...

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.