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...
The app I'm working on now interacts with a number of third party services, in some cases more than...
After installing vagrant and homestead, I issue the 'vagrant up' command and get these errors: C:/Ha...
Dear Friends, I am using Laravel 5.3. I created two similar paginations in my Home page using Contro...
What would be the go to DataGrid package that provides either a direct integration with laravel doct...
What are the most popular tools/techniques for building search capabilities into laravel data grids?...
Hi, for a very small project, I am asked to create a custom authentication layer which works in this...
Hey Folks. I am gonna develop an API services for my business. And there is going to be an Android,...
Hi guys, it is mentioned here that we can use classes to add custom validation rules (I want to do t...
0 down vote favorite I am using this code in my LARAVEL project http://jsfiddle.net/teepluss/12wqxxL...
I have a development CentOS box that I setup to run my Laravel 4.* site on. Everything works fine wh...
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