I am building an application using laravel 5 wherein it relies mostly on web service calls, particul...
CORS in Laravel 4.1+: https://github.com/barryvdh/laravel-cors/ The laravel-cors package allows you...
I am experimenting with Laravel 5 and came across HTTP Middleware. I am curious to know whether it i...
Is it possible to return a data array in Laravel with ajax? I basically need to pull in some data wi...
Hi All, Please suggest: i want to use Laravel for a Local search engine. Basically my program is loc...
I have some ajax code in a javascript function: $.ajax({ type: "DELETE", url: &quo...
I have routes like: Route::group(['prefix' => '{locale}'], function() { Route::get('/post/{slug}...
i had an a problem in login page he never attempt my data i make a hash in my db password but a prob...
RESTfully, When I submit my form and return Input:all() in the Store method I'm getting only couple...
Okay, so I went ahead and upgraded from Larael 4 to 5 and now I have come across an issue with my AJ...
I'm using the built-in L5 authentication mechanisms but am getting the following exception after a u...
Hi there, I'm all new to Laravel and reading a book that states the below: "Add the following c...
I am trying to secure my POST routes with an auth filter routes.php: Route::filter('loggedIn', funct...
I don't know what's the following error means. I can't figure out what's the problem. [2015-03-02 18...
I'm trying to implement a video streaming server using laravel, with Jwplayer as a client. It works...
I'm scaffolding an API interface and want to be able to have multiple versions accesible via differe...
Hello, laravel throw me: Call to a member function domain() on a non-object view: <article>...
Let's assume that we have a cms system that users are able to create a post but they want to schedul...
I'm trying to run an Ajax request, but i keep getting token mismatch, and i can't seem to find out w...
please explain with an example for me what does $request->ajax() do?
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