Support the ongoing development of Laravel.io →

How can I logs of failed queue jobs into laravel 5.2?

<?php namespace App\Providers; use Queue; use Illuminate\Support\ServiceProvider; use Illuminat...

0 Likes
1 Replies
posted 9 years ago

Auth not working

Hey, i'm working on my first Laravel project but i don't get the authentication working! I just did...

0 Likes
2 Replies

how can i update a row using concat

i have this $data = ['name' =>'Name', 'observation' => "concat($obervation, 'observation'...

0 Likes
0 Replies

Muliti domin AWS issue when hosting

Hi i have 3 project in my AWS server. but i got a issue in another project framework path. right now...

0 Likes
2 Replies

Laravel 5.1 Share Survey

can someone give me a idea how to share a survey link for users to access specific survey.

0 Likes
0 Replies

Store array data in database table

Hello, I'm trying to store my array data in to the database with no luck. Here's what I have: In the...

0 Likes
11 Replies
Solved

Problem to getting flash message

I made custom MiddleWare group to separate admin panel, protected $middlewareGroups = [ 'web...

0 Likes
0 Replies

Redirect to the second last page

Hi, i'm not sure how to solve this: I list all customers (with sorting options via URL query ?sort=...

0 Likes
8 Replies

Use "http://laravelsd.com/" for building db schema and use those data in laravel 5

I want to create my db schema, model and relations by using "http://laravelsd.com/" and wa...

0 Likes
1 Replies
posted 9 years ago

How can I using count() with group by?

Now I already get query with group by, but when get total row is wrong, because group by return many...

0 Likes
1 Replies

Access Http\Kernel class form controller

is it possible to access all the properties of Http\Kernel class from a controller. I want to make a...

0 Likes
0 Replies

Use of case and count in laravel

How to convert this sql query in laravel SELECT SUM(CASE WHEN age_c < 18 THEN 1 ELSE 0 END) AS [U...

0 Likes
0 Replies

How can I create a widget contains form and submit it to the same widget without changing the page

Dear all I'm going to create some widgets on the left side of the master layout One of these widgets...

0 Likes
0 Replies

Passing data to a view and using it in my JavaScript

Hi, I don't understand why I can't access my "reductions" array in my javascript. (Referen...

0 Likes
0 Replies

Auth::check() not working

Hi everyone, I'm having a problem using Auth::check() If I'm using it right after my Auth::attempt($...

0 Likes
3 Replies
Solved

Laravel 5 model to json

I am porting a laravel 3 app in to laravel 5. i came across a querry as below. How can i Achive the...

0 Likes
1 Replies

Token mismatch while uploading files with ngflow

Hello, I'm trying to upload file using ngflow in laravel but I'm getting a tokenmismatch error for e...

0 Likes
0 Replies

Redirect with parameters after ajax-call

Hi guys, I am completely stuck since two hours and definitely need your help. Disclaimer: I am not a...

0 Likes
2 Replies

including external javascript file not working

I have included a .js file into my blade view, which is giving "Uncaught SyntaxError: Unexpecte...

0 Likes
0 Replies
posted 9 years ago

Passing data to master blade view?

I want to know if it is possible to pass data from a controller, to a view that extends a master, to...

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.

© 2026 Laravel.io - All rights reserved.