Support the ongoing development of Laravel.io →

Two minds about user roles and security.

I've been tinkering with my own user authorisation and providing user roles based on a database entr...

0 Likes
1 Replies

Laravel localization

Hi, I'm busy learning laravel's localization and I was wondering is there a way to have the language...

0 Likes
10 Replies

what type array return in view

Hello what type array return in view from this varible $agents=DB::table('users_agents') ->sel...

0 Likes
0 Replies
posted 10 years ago

process all user inputs before proceeding

Hi, Im my app i have a function that i want to run on all user inputs before proceeding. Suppose it'...

0 Likes
0 Replies

SoftDelete - Problem

Hi, I am using SoftDelete in many models of my app by defining it like this: class Entries extends E...

0 Likes
0 Replies

Laravel failed to mock Eloquent::save using Mockery for Controller testing

Hi guys, iv been struggling with this for hours and hours. I cant seem to get Mockery to work with t...

0 Likes
1 Replies

Am I the only one who thinks Laravel 5 will scare most developers? (specially newcomers)

Am I the only one who thinks Laravel 5 will scare most developers? (specially newcomers) I work wit...

0 Likes
3 Replies

Routes not working

Hi there, In my vhosts file I have AllowOveride currently set to None. It is prohibiting me from usi...

0 Likes
2 Replies
Solved
posted 10 years ago

Route for storing data not working

This is the code in the View (edit.blade.php) that calls the store function in CatController: {{ For...

0 Likes
3 Replies

One Laravel on VPS for support several sites/domains

Hi, gus, I have VPS (Debian7) server and several sites, that use one DB and common resourses. I'ts w...

0 Likes
1 Replies
posted 10 years ago

Reading an array..

I am trying to read an array from an output generated thru a database query in view.. The data is co...

0 Likes
3 Replies
posted 10 years ago

Making an array an array.

I'm trying to make an array be in array. In my filters.php $languages = Config::get('languages.suppo...

0 Likes
8 Replies
Solved

Eloquent belongsToMany() with wherePivot() and has() -> SQL ERROR

I've got these two database schemas, I'll dumb them down for now. Schema::create('matchups', functio...

0 Likes
3 Replies

Laravel and GitHub

I'm interested in how others have set up their Github repo and file structure when using a shared ho...

0 Likes
1 Replies

Authentication never returns true value

The authentication even made ​​forcefully by passing the correct values ​​directly to the array , th...

0 Likes
3 Replies
posted 10 years ago

Delete route doesn't work, 'Page not found'

It's 3 days now that I'm struggling with routes in Laravel. Some of them I have made to work, others...

0 Likes
7 Replies
Solved

Object not found

I hope someone here is excellent in using XAMPP. I've started using XAMPP and when I try to go anoth...

0 Likes
2 Replies
Solved
posted 10 years ago

Blade extend

Hi, I know it is possible to extend blade like this: Blade::extend(function($view, $compiler) { $pa...

0 Likes
4 Replies
Solved

Laravel 5 always using "testing" configuration no matter which environment I'm using

I have 2 environments and 2 configuration directories in my project: local and testing. One is for n...

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

© 2025 Laravel.io - All rights reserved.