Hi My request file: <?php namespace App\Http\Requests; use App\Http\Requests\Request; class C...
Hi I am using jquery datetime picker in my site. this is my code: <link href="/blog/public/c...
Hello! I have two models: articles and comments. In a view 'article.show' i have a form that creates...
I am working on the following laracast: https://laracasts.com/series/build-project-flyer-with-me/epi...
I have created two validation requests and want to validate them like shown below. public function s...
During registration, I am inserting rows into various tables which references another table using fo...
I added the ability to edit products to the popular tutorial e-commerce application on https://cours...
Hi: I have this view: $post->user->name I can call it in the post page successfully Now i nee...
As the title says, laravel seems to be double encoding spaces resulting in urls that have %2520. I d...
Routes.php Route::post('/status', [ 'as' => 'status', 'uses' => 'StatusController@po...
I have this and return Object of class Illuminate\Database\Eloquent\Builder could not be converted t...
fetch data of signup form. use Illuminate\Http\Request; use App\Http\Requests; use App\Http\Controll...
Hey, is it possible to get the number of days that have passed since a given timestamp, but only the...
I am perplexed and in need of some help. I have a checkbox setup as a flag in my form that is not s...
Hello Friends, So I'm working on an assignment where I have to make an online bookstore where users...
I want to persist changes to Attendance model table, but I get this error: FatalErrorException in At...
Hi I am using the build in login that ships with Laravel 5 for my admin login. I now need to add a l...
So I want to add a new condition for registered users to be allowed to login. In the database, there...
I cannot setup mail function to work with attachment. when I add this part of code then I have Error...
routes.php: Route::get('users/{id}/edit', array('before' => 'auth|admin', 'uses' => 'UserContr...
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