Support the ongoing development of Laravel.io →

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 7 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

Queued Job Dependencies

The app I'm working on now interacts with a number of third party services, in some cases more than...

0 Likes
3 Replies
Solved

Ruby errors after 'vagrant up'

After installing vagrant and homestead, I issue the 'vagrant up' command and get these errors: C:/Ha...

0 Likes
13 Replies

How to separate two pagination links which came from single controller method ?

Dear Friends, I am using Laravel 5.3. I created two similar paginations in my Home page using Contro...

0 Likes
0 Replies

What is the go to Data Grid Package?

What would be the go to DataGrid package that provides either a direct integration with laravel doct...

0 Likes
1 Replies

data grid searching

What are the most popular tools/techniques for building search capabilities into laravel data grids?...

0 Likes
3 Replies

Custom way to authetincate users

Hi, for a very small project, I am asked to create a custom authentication layer which works in this...

0 Likes
2 Replies

Laravel Passport Password Grant Type#OAUTH2

Hey Folks. I am gonna develop an API services for my business. And there is going to be an Android,...

0 Likes
0 Replies

Laravel Custom Validation - by calling another class.

Hi guys, it is mentioned here that we can use classes to add custom validation rules (I want to do t...

0 Likes
0 Replies

How to post dynamically generated vuejs array to mysql database

0 down vote favorite I am using this code in my LARAVEL project http://jsfiddle.net/teepluss/12wqxxL...

0 Likes
0 Replies

Receiving 404 on all routes other than "home" route

I have a development CentOS box that I setup to run my Laravel 4.* site on. Everything works fine wh...

0 Likes
14 Replies

Undefined Variable Laravel 4

Hi all, Im relatively new to laravel, but have been doing PHP for the last year with MySql, Im curre...

0 Likes
17 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.