When I try to save data into a pivot table I get this error. SQLSTATE[23000]: Integrity constraint v...
Hello, I need convert dropdown list from php code to laravel blade code <label> <span&...
i have this code in my controller $data=Input::all(); $rules=array( 'first_name' => 'required...
Hi..all I wants to create common form which can be use in another forms, like address form in which...
I would like to add a cache-expires: never header to all requests for image resources being served....
I'm getting a "Undefined variable: data" error whenever this function runs. The $data vari...
This will work $posts = Post::paginate(6); This will not work $posts = Post::paginate(6); Cache::ad...
I need to setup menu style with property selected, and i want to use a controller name for that. {{R...
So i have a problem like this, also im a beginner in laravel and web-development, i am creating a sa...
I am trying to create a log in functionality for my application. I have a login view which post to a...
I have never done any sort of testing before, but I am about to start a new project that I would lik...
Hi, i need to get the real date. For example i put this code on my laravel app: echo date("d-m-...
Hello, how to send value for options in dropdown list from array, or how to convert output this code...
I need to make some HTTP calls from within my routes / controllers ... and I immediately assume that...
So, I've been getting all kinds of 405 errors within my logs. I finally decided to send myself an em...
I am building a application for a computer repair company. I have a images table: Schema::create('i...
I know you can update an array stored in a session like this Session::push('addresses.0', 'home'); S...
I'm working on a project that uses Laravel to generate and send custom email messages to a database...
Hello, i want to pass an array of all users that have in the field: number='1' My controller: publi...
I have following function. return Redirect::to('user/'.$id."#hash_tag") my expectation on...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community