Support the ongoing development of Laravel.io →

1,185 Threads

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

user profile pic upload in laravel 5.1

I am using laravel 5.1. I have created a user model and profile controller. the user table contains...

0 Likes
1 Replies

Link on form to disable user.

Hi I need to put a link on a form to disable a user in users table. I already have the id and i crea...

0 Likes
3 Replies

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

Button for Download

I'm saving the files in a folder, but I want to make available for download . How do I do that ?

0 Likes
1 Replies

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

JWT auth help

I am using JWT https://github.com/tymondesigns/jwt-auth On login i need to also grab and insert the...

0 Likes
1 Replies

Auth with upper case table column

Good day. I have table, lets say : Pegawai: NAMA_GELAR PASSWORD in AuthController.php I was change...

0 Likes
2 Replies

Public Opinion Needed - Please help

Not so much a technical question, just looking for opinions. I am working on what you would call an...

0 Likes
1 Replies

Complicated Query and Data Request

I will try to explain as best I can. I have a options table which is a tree structure like: Colors...

0 Likes
0 Replies

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

multiple file uploads and csrf tokens

I have a problem with my upload form which uses ajax call Multiple files can be uploaded. When I upl...

0 Likes
0 Replies
posted 9 years ago

Get value from select which is not in form

Hi, say I had a select input which was not in a form e.g. <select class="email-select"...

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