Support the ongoing development of Laravel.io →

286 Threads

Simple validation does not work

Hi My request file: <?php namespace App\Http\Requests; use App\Http\Requests\Request; class C...

0 Likes
4 Replies
Solved

jquery datetime picker problem.

Hi I am using jquery datetime picker in my site. this is my code: <link href="/blog/public/c...

0 Likes
11 Replies
Solved

How to add a parameter to $request variable?

Hello! I have two models: articles and comments. In a view 'article.show' i have a form that creates...

0 Likes
5 Replies
Solved

Project Flyer multiple file upload with dropzone file size = 0

I am working on the following laracast: https://laracasts.com/series/build-project-flyer-with-me/epi...

0 Likes
1 Replies
Solved

Laravel Validate Created Request Inside Controller

I have created two validation requests and want to validate them like shown below. public function s...

0 Likes
1 Replies
Solved

Inserting data into table with foreign Key

During registration, I am inserting rows into various tables which references another table using fo...

0 Likes
1 Replies
Solved
posted 9 years ago

Update image using Intervention

I added the ability to edit products to the popular tutorial e-commerce application on https://cours...

0 Likes
15 Replies
Solved

How to pass value to var in template

Hi: I have this view: $post->user->name I can call it in the post page successfully Now i nee...

0 Likes
2 Replies
Solved

Spaces in $_GET values are being double encoded, resulting in %2520.

As the title says, laravel seems to be double encoding spaces resulting in urls that have %2520. I d...

0 Likes
6 Replies
Solved

The Laravel simple from is not returning anything.

Routes.php Route::post('/status', [ 'as' => 'status', 'uses' => 'StatusController@po...

0 Likes
4 Replies
Solved

How to math operators on controllers

I have this and return Object of class Illuminate\Database\Eloquent\Builder could not be converted t...

0 Likes
1 Replies
Solved

Method [validate Name] does not exist in laravel 5.1

fetch data of signup form. use Illuminate\Http\Request; use App\Http\Requests; use App\Http\Controll...

0 Likes
2 Replies
Solved

Carbon - Check how many days ago was timestamp

Hey, is it possible to get the number of days that have passed since a given timestamp, but only the...

0 Likes
1 Replies
Solved

Laravel 4 + bootstrap-switch not passing value

I am perplexed and in need of some help. I have a checkbox setup as a flag in my form that is not s...

0 Likes
4 Replies
Solved

Trouble with the Laravel Cart

Hello Friends, So I'm working on an assignment where I have to make an online bookstore where users...

0 Likes
4 Replies
Solved

Call to a member function save() on string

I want to persist changes to Attendance model table, but I get this error: FatalErrorException in At...

0 Likes
8 Replies
Solved

Laravel 5 Builtin login with custom login

Hi I am using the build in login that ships with Laravel 5 for my admin login. I now need to add a l...

0 Likes
3 Replies
Solved

Add condition to logging in

So I want to add a new condition for registered users to be allowed to login. In the database, there...

0 Likes
4 Replies
Solved

mail send with attachment

I cannot setup mail function to work with attachment. when I add this part of code then I have Error...

0 Likes
1 Replies
Solved

Trying to get property of non object

routes.php: Route::get('users/{id}/edit', array('before' => 'auth|admin', 'uses' => 'UserContr...

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