Hello everybody! First of all, thanks for watching on my topic. My question is simple. The models th...
Hello, I am using laravel-push-notification library to push data towards android devices, it works g...
This is my login form and my AuthController : //AuthController(postLogin method) public function pos...
i am new in laravel 5 .... How i can upload ( word file and image ) for each user and connect it to...
Say you want to edit a record and post the form using jquery. A prerequisite for this: You should al...
Hi.. my project is on Laravel 4.1 and i am using Waavi package for translation.. i would like to che...
Hello, I am having some trouble with validation, specifically validation rules on arrays and I'm hop...
Hello, I have table with form, here is code: <tbody> @foreach($cart_products as $index =&g...
I have this eloquent model query public function getemployee(){ $id = $_POST['id'];...
Dear Laravel users, I don't know how to describe what I want to have, in one sentence. I'm looking f...
Hey everybody, I'm just playing around with Lumen trying to build a small API. However I'm having is...
in my head tag, I declared this <meta name="csrf-token" content="{{ csrf_token...
I've recently just started with Laravel, and loving it - made this to update a user's data - is it t...
class TestRequest extends Request { public function rules() { // Is it possible to u...
I am new to Laravel and I have the following confusions regarding your package. You did not change t...
greetings, as naive as i feel, i wanna create a thread about my controller. this controller manages...
i make search page. i get full urll with code Request::fullUrl() http://demo.com/search?query=keywor...
I used Laravel to build a paygate system and in its panel I have some different kinds or reports tha...
Hello everyone, I want to do autocomplete like on video http://www.youtube.com/watch?v=pLBtduvx5b0 1...
I am trying to use laravel with polymer. I have built a form that looks like this <form action=...
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