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...
I am using laravel 5.1. I have created a user model and profile controller. the user table contains...
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...
Hello Friends, So I'm working on an assignment where I have to make an online bookstore where users...
I'm saving the files in a folder, but I want to make available for download . How do I do that ?
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...
I am using JWT https://github.com/tymondesigns/jwt-auth On login i need to also grab and insert the...
Good day. I have table, lets say : Pegawai: NAMA_GELAR PASSWORD in AuthController.php I was change...
Not so much a technical question, just looking for opinions. I am working on what you would call an...
I will try to explain as best I can. I have a options table which is a tree structure like: Colors...
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...
I have a problem with my upload form which uses ajax call Multiple files can be uploaded. When I upl...
Hi, say I had a select input which was not in a form e.g. <select class="email-select"...
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