I am requesting localhost/customer/index.php, but laravel executes / route, thinking i am requesting...
Hello, I'm new user to Ubuntu and I have a app in Laravel. I can access my app with virtual host wit...
Hello! Thanks for interest to this topic. I'm pretty new in Larave and i have a little question. May...
Hi guys, I was wondering if anybody experienced this problem before. We're doing a cURL request to g...
I have made an API server which my client JavaScript calls. The issue is that when I want to POST it...
Hi, I want to add the payment gateway for my laravel project. Can any one suggest me the payment gat...
My DB is like 2000 records, the info is encrypted, using Crypt in my model... /* NAME*/ public func...
Hi. Check out a new library for data filtering in Laravel 4. It applies named scopes according to UR...
Hello all, Can anyone please send me a bit of code to get array from url? Suppose this is my url :...
I have a form that is used to filter results for a categories page. So, the URL will be localhost/pu...
The following route works fine: Route::get('/{category}/{product?}/{id?}',array('uses' => 'Produc...
Updated server to Nginx 1.1.19, PHP to 5.4.28 and Laravel to latest 4.1.27. No Redirect::to inside A...
hello to every one, I am trying to set a cookie with php because I dont know and dont understand how...
as a test, i'd like to respond to a resource request, say mp4, in 5 seconds to 1 minutes deliberatel...
Hello, I was looking to integrate with Ajax using POST Feature I need a simple form submission examp...
First off, I love the structure of Laravel. I've used it in a project management system, and the way...
I have editors = User::with(['editor.credentials','editor.specialties','editor.ratings']);...
I have this on my routes.php Route::any('admin/productos/showbynombre', 'Admin_ProductosController@s...
Please guys how do i a nice laravel ajax post and get the data in laravel backend. my code my route....
I am trying to make my urls seo friendly. I want my urls to be like http://www.example.com/products/...
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