Support the ongoing development of Laravel.io →

2,389 Threads

Join Category Table on Articles query.

I am trying to join two tables so that I can get the article name and slug, with only one query as I...

0 Likes
2 Replies
Solved

Many to many relationship with extra field

I am providing an example there are two tables paper and question in paper table {id, name} in quest...

0 Likes
3 Replies
Solved

Route to Controller function

I am following a guide, where they have all routes set in the routes.php file and I am attempting to...

0 Likes
1 Replies

How to know from which url user send curl request

Hi friends. Can you tell me how to know from which server/site I get curl request? The story is some...

0 Likes
5 Replies

What happened to App::finish in laravel 5

I noticed in laravel 4 documentation there is a way to register a call back for after the processing...

0 Likes
0 Replies

Keep getting error "Call to a member function route() on a non-object"

Hello, I keep getting this error and I don't know how to debug or find the source of error. Please s...

0 Likes
0 Replies

Time format in eloqunet HH:MM

How can i transform this format HH:MM:SS to this format HH:MM with laravel eloquent. Should i use RA...

0 Likes
0 Replies
posted 9 years ago

Redirect page in L5

Hello all, i am trying to implement a redirect page and i am not sure how to Redirect on an external...

0 Likes
4 Replies

Prefix in RouteServiceProvider not working ?

HI all. I try add prefix into RouteServiceProvider but it not working. This is in my RouteServicePro...

0 Likes
0 Replies

[Package] Honeypot spam prevention

"Honeypot" method of spam prevention is a simple and effective way to defer some of the sp...

0 Likes
2 Replies

L5 - Registration - Where are those registration request rules at?

Think I've got a pretty good handle on setting up my own validation and requests, but trying to find...

0 Likes
5 Replies
Solved
posted 10 years ago

I need help with cookies!

Anyone have experinece with cookies? So i have some Boostartp Modal showing newsletter form, and i w...

0 Likes
5 Replies

Postman Not sending form-data

I'm testing my routes via POSTMAN I've disabled verifyCSRFtoken middleware from kernel.php However...

0 Likes
0 Replies
posted 9 years ago

How do I set & get cookie for current request?

I want to track simple affiliate id. Let's say someone refer to the domain.com/blog/entry?ref=100 //...

0 Likes
1 Replies

redirect after login

hi, i want to redirect my user after login in a special page by user....how can i do that? thanks

0 Likes
2 Replies
Solved

Laravel 5 Auth => API for auth.

I would like to make the built in Auth that comes in Laravel 5 into an API Auth based system. Anyone...

0 Likes
1 Replies
posted 9 years ago

How to make App:make() pass Request?

in routes.php I have code like this Route::group(['prefix' => 'admin','namespace' => 'Admin'],...

0 Likes
0 Replies

Laravel 5 Auth as an API

Been chopping at this piece by piece, but haven't quite got there or seen any good reference/example...

0 Likes
0 Replies

Route doesn't work for POST method

Hi, Here is relevant chunk of code from routes.php Route::post('testPost', function(){ echo &quo...

0 Likes
4 Replies

Dynamic Validation Errors

I am trying to implement an auth driver for authentification over an API to another pre-existing sys...

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.