Support the ongoing development of Laravel.io →

1,185 Threads

posted 10 years ago

Modify files from php

Is there any fast method to change values into files like language files (php) or json files?

0 Likes
2 Replies
Solved

jquery mobile simple form route does not work

I have this view code (hello.php) <!DOCTYPE html> <html> <head> <meta name=&quo...

0 Likes
3 Replies
Solved

Best Practices for Validation Inside Models

I just came across an example that put the validation inside of a model like so: class User extends...

0 Likes
4 Replies
Solved
posted 10 years ago

Using Command options throwing error

Hi, I'm using Laravel commands, everything is well with the arguments, when I work with it all is go...

0 Likes
2 Replies

Fortrabbit issue with angular post

Hi, I have just uploaded my Laravel backend and Angularjs front to Fortrabbit and I am having issues...

0 Likes
4 Replies

Assigning Variable to URL

Route::get('/p/{id}/{name?}', array( 'as' => 'viewItem', 'uses' => 'HomeController@viewIte...

0 Likes
4 Replies

Jquery auto-complete - bridge table - best practice.

This is a noob question but I hope you can help. I have a table of reference data (places, events, p...

0 Likes
0 Replies

Storing multile selections into database

Hello, I have a form with select name "interests" and i present multiple options so i am u...

0 Likes
4 Replies
Solved

Getting 'undefined method error for orderBy()' on new repository

With the help of some nice folks over on Reddit I was able to get most of my controller functionalit...

0 Likes
1 Replies
posted 10 years ago

Guardar Usuario

public function store() { $input = Input::all(); $validation = Validator::make($input, Usuario::$rul...

0 Likes
1 Replies
posted 10 years ago

"Camelize" and "underscorize" strings

I have a set of keys which are written in CamelCase (they are part of another software, I cannot sim...

0 Likes
1 Replies
Solved

Storing configuration on database

I need some configuration to be changeable by a logged in user, and at first I thought at a file ins...

0 Likes
9 Replies
Solved

Laravel + Angular Js : File Data problem

Hello I develop a website with Laravel and AngularJs for my studies, But i've a problem with "f...

0 Likes
0 Replies

Eloquent query based on (multiple) route params

I have a route like this: www.mysite.com/agenda/2014/08/16?tags=entertainement,sport,information&...

0 Likes
5 Replies
Solved
posted 10 years ago

what's the command at the controller to fetch data sent from a JQUERY Ajax code

I have this ajax code and it should be sending data to the controller which I want it to pick. I can...

0 Likes
9 Replies
Solved

Advanced ajax pagination - what to do when there is option to show 5/10/25/50 itesm per page and there are delete operations as well

Hi all. Found this: https://gist.github.com/dariodiaz/7598665 Works great. Questions: How should I...

0 Likes
3 Replies

Ideas on how to handle form with files

Hi all. I am thinking on how to deal with form handling which contains files and which can be submit...

0 Likes
0 Replies

Return more than one variable to Theme?

Hey Guys, I have a little question. How can I display more variables than one? My code is the follow...

0 Likes
9 Replies
Solved

How to clean up this code? Dynamically setting property names, eager loading, handling arrays

WARNING: NASTY PROCEDURAL CODE AHEAD. Let's say I have an ajaxified to-do list app. I have this rout...

0 Likes
0 Replies

Eloquent mass assignment security policy

The fill method of Illuminate\Database\Eloquent\Model is used for mass assignment, and it is called...

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