Support the ongoing development of Laravel.io →

2,392 Threads

How to make http request to external service in Laravel5?

I have an application in Laravel5. What I need is to be able to call an external api and then proces...

0 Likes
2 Replies
Solved

Custom errors when using form request class?

I'm using a form request (\App\Http\Requests) for validation, and want to customize a few of my erro...

0 Likes
1 Replies

Where to place web service calls?

I am building an application using laravel 5 wherein it relies mostly on web service calls, particul...

0 Likes
1 Replies

[Package] Laravel CORS (Cross domain requests)

CORS in Laravel 4.1+: https://github.com/barryvdh/laravel-cors/ The laravel-cors package allows you...

0 Likes
1 Replies

Database access in middleware Laravel 5

I am experimenting with Laravel 5 and came across HTTP Middleware. I am curious to know whether it i...

0 Likes
1 Replies

return data array with ajax?

Is it possible to return a data array in Laravel with ajax? I basically need to pull in some data wi...

0 Likes
3 Replies

Where i can use Laravel?

Hi All, Please suggest: i want to use Laravel for a Local search engine. Basically my program is loc...

0 Likes
3 Replies
posted 9 years ago

Ajax code works in laravel 4 but not in laravel 5

I have some ajax code in a javascript function: $.ajax({ type: "DELETE", url: &quo...

0 Likes
9 Replies

Is it possible to set global param in Laravel named routes?

I have routes like: Route::group(['prefix' => '{locale}'], function() { Route::get('/post/{slug}...

0 Likes
1 Replies

Auth::attempt issues

i had an a problem in login page he never attempt my data i make a hash in my db password but a prob...

0 Likes
0 Replies

Form submit, Input:all() not showing all inputs

RESTfully, When I submit my form and return Input:all() in the Store method I'm getting only couple...

0 Likes
7 Replies
Solved

Upgraded to Laravel 5, now AJAX calls won't work!

Okay, so I went ahead and upgraded from Larael 4 to 5 and now I have come across an issue with my AJ...

0 Likes
3 Replies
Solved

Laravel 5 - Exception during login after user registration

I'm using the built-in L5 authentication mechanisms but am getting the following exception after a u...

0 Likes
1 Replies

How to run route.php once in Laravel 4.2.*

Hi there, I'm all new to Laravel and reading a book that states the below: "Add the following c...

0 Likes
2 Replies
Solved

Redirect::intended() with Route::post()

I am trying to secure my POST routes with an auth filter routes.php: Route::filter('loggedIn', funct...

0 Likes
5 Replies

Database Connection Problem

I don't know what's the following error means. I can't figure out what's the problem. [2015-03-02 18...

0 Likes
1 Replies
posted 10 years ago

Streaming Files with Laravel

I'm trying to implement a video streaming server using laravel, with Jwplayer as a client. It works...

0 Likes
3 Replies

Use multiple prefixes for the same route-group

I'm scaffolding an API interface and want to be able to have multiple versions accesible via differe...

0 Likes
2 Replies
posted 9 years ago

[Laravel 5] Call to a member function domain() on a non-object

Hello, laravel throw me: Call to a member function domain() on a non-object view: <article>...

0 Likes
5 Replies

Scheduled Page and URL

Let's assume that we have a cms system that users are able to create a post but they want to schedul...

0 Likes
0 Replies

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.