Support the ongoing development of Laravel.io →
posted 8 years ago

Direct print to printer without popup box.

How to create print function for direct print to printer without popup box? Using Laravel 5.3. Pleas...

0 Likes
2 Replies
posted 8 years ago

How to save and load data from select type elements that do not have the saved description in the database

Good night people! Could anyone please tell me, what would be the best practice for saving and loadi...

0 Likes
1 Replies

Laravel list DB values into an Array Object

Hello Guys , I have a question maybe some one can help me . I want to list my db values object ->...

0 Likes
0 Replies

Reportico SQL Reports Designer for Laravel 5.x

Hi Just wanted to point out that the SQL Reports Designer Package Reportico now works with Laravel 5...

0 Likes
0 Replies

Laravel 5.3 Dependant Dropdown functionality issue

Hi All, I'm attempting to create a successful dependant dropdown menu. I've run into some problems.....

0 Likes
0 Replies

Executing an SQL SERVER (MSSQL) Stored Procedure from laravel DB::select()

I have a proble related to this issue If I do: $st = \DB::select( "DECLARE @liResult I...

0 Likes
0 Replies
posted 10 years ago

HELP! MSSQL Stored Procedure with INPUT and OUTPUT parameters, Best practice in Laravel?

Hi Everybody, Please help me. I would like to run a stored procedure through MSSQL, the procedure ha...

0 Likes
2 Replies

Non-default queues and workers

Today we were trying to setup a queues, using 5 workers. We found that, when a job is dispatched to...

0 Likes
0 Replies

Mail sending is not working in the cloud instance

Hi there, I have a laravel 5.2 application. I have configured gmail smtp server in my application an...

0 Likes
0 Replies

leftJoin with replace in condition

A part of an existing plain sql condition contains follow leftJoin part: LEFT JOIN database.table1 x...

0 Likes
1 Replies

How to install the localhost laravel implementation on shared Godaddy ?

Dear Friends, I am created a Laravel 5.3 web site on localhost , which work in path : http://localho...

0 Likes
0 Replies

View Composer

Hello Guys, I have used View Composers in which it manipulates some data from Database and shares th...

0 Likes
0 Replies

Laravel 5.3 Route Service Provider for multiple domains

I am using Laravel 5.3's new Route Service Provider to direct all requests from host api.example.com...

0 Likes
2 Replies

Lumen: Multiple auth middlewares

Hey friends, i have a lumen installation that has two groups of routes. For both groups i need a dif...

0 Likes
0 Replies

Issue with limits in eager loading relationships

Take the example Videos->comments Videos::with([comments => function ($q) { $q->take(1)...

0 Likes
0 Replies

How to change data type and add column with migration without losing data? (laravel 5.3)

My migration is like this : public function up() { Schema::create('tests', function (Blueprint $...

0 Likes
1 Replies

wkhtmltopdf on Laravel 5.2

can somebody tell me / give me tutorial link for use wkhtmltopdf?? thank you..

0 Likes
0 Replies
posted 8 years ago

Question about upgrading to Laravel 5.4 Container make method no longer accepts second array of parameters

In the Laravel 5.4 Upgrade Guide it states: The container's make method no longer accepts a second a...

0 Likes
0 Replies

How to override saveMany method?

I have two classes Activities and Questions. Their relation is many to many. I need to save many que...

0 Likes
0 Replies

how to show login validations errors using this code

with using this code $auth = Auth::guard('web')->attempt(['email'=>$request->email,'passwor...

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.

© 2025 Laravel.io - All rights reserved.