How to create print function for direct print to printer without popup box? Using Laravel 5.3. Pleas...
Good night people! Could anyone please tell me, what would be the best practice for saving and loadi...
Hello Guys , I have a question maybe some one can help me . I want to list my db values object ->...
Hi Just wanted to point out that the SQL Reports Designer Package Reportico now works with Laravel 5...
Hi All, I'm attempting to create a successful dependant dropdown menu. I've run into some problems.....
I have a proble related to this issue If I do: $st = \DB::select( "DECLARE @liResult I...
Hi Everybody, Please help me. I would like to run a stored procedure through MSSQL, the procedure ha...
Today we were trying to setup a queues, using 5 workers. We found that, when a job is dispatched to...
Hi there, I have a laravel 5.2 application. I have configured gmail smtp server in my application an...
A part of an existing plain sql condition contains follow leftJoin part: LEFT JOIN database.table1 x...
Dear Friends, I am created a Laravel 5.3 web site on localhost , which work in path : http://localho...
Hello Guys, I have used View Composers in which it manipulates some data from Database and shares th...
I am using Laravel 5.3's new Route Service Provider to direct all requests from host api.example.com...
Hey friends, i have a lumen installation that has two groups of routes. For both groups i need a dif...
Take the example Videos->comments Videos::with([comments => function ($q) { $q->take(1)...
My migration is like this : public function up() { Schema::create('tests', function (Blueprint $...
can somebody tell me / give me tutorial link for use wkhtmltopdf?? thank you..
In the Laravel 5.4 Upgrade Guide it states: The container's make method no longer accepts a second a...
I have two classes Activities and Questions. Their relation is many to many. I need to save many que...
with using this code $auth = Auth::guard('web')->attempt(['email'=>$request->email,'passwor...
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