Workflow is a package for Laravel 5 for creating extendible and maintainable applications. Thanks to...
I'm trying to write this first piece of line in Laravel. I thought I got it right, but not. I hope t...
Hello everyone, I want to use the blade include function so I can call a dashboard page. Now I know...
I just implemented Orange OAuth2 Social Login with socialite. Unfortunately current version of Socia...
I'm trying to see if the form has been posted but this method does not seem to work if(Request::is_g...
There is one problem which I can't solve. I need to show a response only for users whose user_id was...
I'm using CURL to process data that is sent to an API cross site. When I get the data back to displa...
I am using the expedia API and I can send request using CURL. Using Laravel 5, am I better to stick...
I have in my model several tables where the primary key it's not autoincremental, but it's a varchar...
I am trying to follow Laravel guide on Homestead, i need it for my job. The company use Laravel. But...
I have installed Homestead 2.0 by following Laracast series (https://laracasts.com/lessons/say-hello...
#Background My Controller is loading several items (from an Eloquent Model) and passing them into th...
I've got some code that I'm taking over and this is a quick sample of a bit of code I'm dealing wit...
Hi, Is there anyway to make 2 error page? so there is 1 error page for public and another one for ad...
I'm trying to send a basic verification email using Laravel and an account on mailgun.com. I've foll...
https://github.com/GrahamCampbell/Laravel-Navigation If someone could provide an example for Graham...
I have come across an instance where I need to alter the data that needs to be validated i.e. when n...
Hi, I use laravel 5.0 and i have read in many guide Laravel 4 that for include css i can use in the...
I have a web page that lists events, it is split into 2 categories: This week (today is FRIDAY so t...
When i try to print using blade syntax {{ $var }} "this is test" from database column type...
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