Hi folks, I'm having problems with filtering related objects: 2 Tables: customers and bills A custom...
Hi, Is it possible when I translate a title like {{trans('page.title')}},receive the value 'title'...
I have a system built in laravel and I have created an API. The problem is in Authentication. I have...
Hey Everyone, I needed to use the Dribbble, Forrst, and Behance API's in a project so I thought I wo...
Hi, I'm just starting with Laravel. I created a project using the installer: laravel new my-project...
I'm trying a simple migration(give below), but I get the "SQL Syntax Error or Access Violation&...
Hi guys! I have a posts table having these fields id content post_type media_id postable_type The...
Hey guys, I am having some trouble getting my error messages to show for my custom Validation class....
Hey peeps got a question, that has nothing to do with laravel hope it dont bothers anyone. So im dev...
Hello , I would like to make game like Ogame with Laravel...can soomeone recommend site structure..w...
I want change password column length 32 to 60 Why this is not work, if (Schema::hasColumn('users', '...
in controller : $push_arr = [ ...] $paginator = Paginator::make($push_arr, Category::count(),10); r...
Hi all, I have a User model that hasMany Assessments so: class User...{ public function assessment()...
I'm creating a password reset functions as descibed in the Laravel docs. I've generated the password...
When I've made multistep forms in the past I would generally place the form data into the session so...
How do i make eloquent: NOT assume that my primary key is only named 'id' set the $timestamps prope...
So it seems I don't really understand how to push actions and routes around. I have a form on the si...
Save me posted everything again thought i'd share the stackoverflow post i made earlier today http:/...
I haven't really written any unit tests as it goes in the way with deadlines . Please don't get me w...
I've got Fedora 20 on my dev machine and for smaller projects, tests and for learning purposes I'd l...
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