Support the ongoing development of Laravel.io →
posted 10 years ago

How to intregrate moxiemanager in Laravel?

Hi, I am using Laravel 4 and want integrate the moxiemanager. Please Help!

0 Likes
0 Replies
posted 10 years ago

Pivot table data validation

Hello, Im new to the framework, but I'm already loving it. Now straight to the question. I have 3 ta...

0 Likes
0 Replies
posted 10 years ago

Troubleshooting "Target not instantiable" error

I've been stuck on this "Target not instantiable" error for the last 2-3 days and I have n...

0 Likes
1 Replies

Laravel on Google Compute Engine

Morning there, I'm working on Google Compute Engine GCE and i uploaded my laravel projects there,but...

0 Likes
1 Replies

Artisan broken in laravel 4.2

Tried to change env with this command php artisan --env=local does not work just gives me the artisa...

0 Likes
1 Replies

Does not work authorization

Hi, coders! Authorization does not work, bring the class code: function postEnter( ) { $login = In...

0 Likes
0 Replies

Laravel 5 and forms

Hi have added the package in composer and updated app.php with providers 'Illuminate\Html\HtmlServic...

0 Likes
2 Replies
Solved

Added the Form Facade and Alias back in Laravel 5

I am using Laravel 5 and I am getting the following error: FatalErrorException in Facade.php line 2...

0 Likes
3 Replies
posted 10 years ago

L3 - blim datatables

In my controller I got: $users = User::select( array( 'users.id', 'users.username', 'users.created_a...

0 Likes
4 Replies

Can't access phpmyadmin because Laravel routes

Hi, I've installed and configured Laravel on a server. the site is on a folder htdocs like: htdocs/s...

0 Likes
4 Replies

if statment in query

Hello, I have two tables in db mt4_users and mt4_trades the realtion btween two tables is login_name...

0 Likes
8 Replies
posted 10 years ago

Custom validation message parts

Okay so I'm using Laravel's validator. It's generally pretty good for me. But the messages are a rig...

0 Likes
1 Replies
posted 10 years ago

Larael 5 - Target [App\Contracts\Uploader] is not instantiable.Target [App\Contracts\Uploader] is not instantiable.

I have an contract App\Contracts\Uploader and in my AppSeriveProvider is public function register()...

0 Likes
0 Replies

New Laravel project does not match directory structure expected in Quickstart

*** sorry, I realized somehow I have Laravel 5.0 but was following the 4.2 quickstart *** Hi all, In...

0 Likes
2 Replies
Solved

Validation depending of two variables of the db.

Hello, my table is: users { -bank -movement ... } Validator to the form fields: $validator = Valid...

0 Likes
1 Replies

Improve for my sortable table approach

Hello everybody I had to create a sortable table. I've described my solution here: https://janikvonr...

0 Likes
0 Replies

Separate table for API users using onceBasic(). Is it possible?

Hi! Is it possible to use a different table for users that call my application's API than the ones t...

0 Likes
0 Replies

Updating user table when user logins via remember

With my app, whenever a user logins in, my postLogin() method will update my user table's "logi...

0 Likes
6 Replies
posted 10 years ago

Creating routes with parameters for multi-language views

Hello to everyone, I am starting now with Laravel and was playing with routes to create a multi-lang...

0 Likes
0 Replies
posted 10 years ago

Any way to achieve Input::hasAny('field1', 'field2', 'fieldN')

It seems like this is a missing feature in Illuminate\Http\Request in L4. Input::has() only returns...

0 Likes
0 Replies

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.