Support the ongoing development of Laravel.io →

542 Threads

Administrator Update User's Passwords (Please Help)

I'm making an administrator section where the admin can change Users passwords. I am able to Create...

0 Likes
9 Replies
Solved

Avoiding laravel from redirecting user after login

I'm trying to show "logged in" message after user logged in to my application, actually wh...

0 Likes
1 Replies
Solved

Model already exist

So I can't find the answer to this. I had my class Permission, the name of the file was Permission.p...

0 Likes
2 Replies
Solved

How to get base url form json in laravel 5.3?

My javascript code is like this : $.getJSON("{{ url('/dropdowns/satkers') }}" + "/&qu...

0 Likes
1 Replies
Solved

Route Model Binding with Repositories

Hi, I have an application where there are multiple subdomains (portals) running from a single instan...

0 Likes
4 Replies
Solved
posted 7 years ago

Route and optional parameter issues

Hello there, I have trouble with an optional parameter, defined in two routes, in app/Http/routes.ph...

0 Likes
1 Replies
Solved

How to make where() restrictions on resourceful routes

Hello, Route::resource('tasks', 'TasksController', array( 'where' => array('tasks' => '[0-9]+...

0 Likes
2 Replies
Solved
posted 7 years ago

API Post route

Hi how do I do to have hidden parameter in API Post route request ? Route::get('login/{username}/{pa...

0 Likes
2 Replies
Solved

laravel passport revoke and prune event listener is not doing anything

I've added this two event listeners to my : EventServiceProvider /** * The event listener m...

0 Likes
1 Replies
Solved
posted 9 years ago

Can't show image!

Hi; I get "The image cannot be displayed because it contains errors" message for some reas...

0 Likes
5 Replies
Solved

Laravel 5.3 why SQLSTATE[23000]: Integrity constraint violation: 1451 Cannot delete or update a parent row: a foreign key constraint fails?

I have product, and it has many comments, why i cant delete product, with all of this comment? My Aj...

0 Likes
1 Replies
Solved

'/' route not working

I have a very weird problem. I moved my site to my production server and set my DocumentRoot folder...

0 Likes
2 Replies
Solved

View Composer to pass variable to all views

Hi, I have created a view composer to pass through the variable 'categories' to all views but I get...

0 Likes
1 Replies
Solved

Why my Ajax id's array Request deletes only 3 records?

My Ajax request var users_ids = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; $.aja...

0 Likes
1 Replies
Solved

Why my DELETE Ajax Request in laravel 5.3 does not working?

I have table with rows and their id, in view smth like this: <body> <table> <tb...

0 Likes
2 Replies
Solved

How to send ID's array to controller through POST method?

I have table, there are are rows with checkboxes. I have script that counts all checked checkboxes w...

0 Likes
3 Replies
Solved

Unit Tests fails with unexpected response code

I'm quite new to laravel development. I'm trying to create a unit test, which should fail (response...

0 Likes
3 Replies
Solved
posted 8 years ago

Cookies encrypted?

I'm trying to retrieve cookies using Cookie::get(), but they appear to stay encrypted. Example: dd(C...

0 Likes
2 Replies
Solved

Problems with adding styling to active nav route

Hello, I want to create a means for me to show users where they are at a page. Currently my menu is...

0 Likes
4 Replies
Solved

Splitting blades via request

My blade template is like , @if($ajax) <div class="profile" id="profile...

0 Likes
2 Replies
Solved

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.