I've been tinkering with my own user authorisation and providing user roles based on a database entr...
Hi, I'm busy learning laravel's localization and I was wondering is there a way to have the language...
Hello what type array return in view from this varible $agents=DB::table('users_agents') ->sel...
Hi, Im my app i have a function that i want to run on all user inputs before proceeding. Suppose it'...
Hi, I am using SoftDelete in many models of my app by defining it like this: class Entries extends E...
Hi guys, iv been struggling with this for hours and hours. I cant seem to get Mockery to work with t...
Am I the only one who thinks Laravel 5 will scare most developers? (specially newcomers) I work wit...
Hi there, In my vhosts file I have AllowOveride currently set to None. It is prohibiting me from usi...
This is the code in the View (edit.blade.php) that calls the store function in CatController: {{ For...
Hi, gus, I have VPS (Debian7) server and several sites, that use one DB and common resourses. I'ts w...
I am trying to read an array from an output generated thru a database query in view.. The data is co...
I'm trying to make an array be in array. In my filters.php $languages = Config::get('languages.suppo...
I've got these two database schemas, I'll dumb them down for now. Schema::create('matchups', functio...
I'm interested in how others have set up their Github repo and file structure when using a shared ho...
The authentication even made forcefully by passing the correct values directly to the array , th...
It's 3 days now that I'm struggling with routes in Laravel. Some of them I have made to work, others...
I hope someone here is excellent in using XAMPP. I've started using XAMPP and when I try to go anoth...
Hi, I know it is possible to extend blade like this: Blade::extend(function($view, $compiler) { $pa...
I have 2 environments and 2 configuration directories in my project: local and testing. One is for n...
I'm working on a "change email" function where users can change their registered email adr...
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