I'm making an administrator section where the admin can change Users passwords. I am able to Create...
I'm trying to show "logged in" message after user logged in to my application, actually wh...
So I can't find the answer to this. I had my class Permission, the name of the file was Permission.p...
My javascript code is like this : $.getJSON("{{ url('/dropdowns/satkers') }}" + "/&qu...
Hi, I have an application where there are multiple subdomains (portals) running from a single instan...
Hello there, I have trouble with an optional parameter, defined in two routes, in app/Http/routes.ph...
Hello, Route::resource('tasks', 'TasksController', array( 'where' => array('tasks' => '[0-9]+...
Hi how do I do to have hidden parameter in API Post route request ? Route::get('login/{username}/{pa...
I've added this two event listeners to my : EventServiceProvider /** * The event listener m...
Hi; I get "The image cannot be displayed because it contains errors" message for some reas...
I have product, and it has many comments, why i cant delete product, with all of this comment? My Aj...
I have a very weird problem. I moved my site to my production server and set my DocumentRoot folder...
Hi, I have created a view composer to pass through the variable 'categories' to all views but I get...
My Ajax request var users_ids = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; $.aja...
I have table with rows and their id, in view smth like this: <body> <table> <tb...
I have table, there are are rows with checkboxes. I have script that counts all checked checkboxes w...
I'm quite new to laravel development. I'm trying to create a unit test, which should fail (response...
I'm trying to retrieve cookies using Cookie::get(), but they appear to stay encrypted. Example: dd(C...
Hello, I want to create a means for me to show users where they are at a page. Currently my menu is...
My blade template is like , @if($ajax) <div class="profile" id="profile...
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