Hi, I am using Laravel 4 and want integrate the moxiemanager. Please Help!
Hello, Im new to the framework, but I'm already loving it. Now straight to the question. I have 3 ta...
I've been stuck on this "Target not instantiable" error for the last 2-3 days and I have n...
Morning there, I'm working on Google Compute Engine GCE and i uploaded my laravel projects there,but...
Tried to change env with this command php artisan --env=local does not work just gives me the artisa...
Hi, coders! Authorization does not work, bring the class code: function postEnter( ) { $login = In...
Hi have added the package in composer and updated app.php with providers 'Illuminate\Html\HtmlServic...
I am using Laravel 5 and I am getting the following error: FatalErrorException in Facade.php line 2...
In my controller I got: $users = User::select( array( 'users.id', 'users.username', 'users.created_a...
Hi, I've installed and configured Laravel on a server. the site is on a folder htdocs like: htdocs/s...
Hello, I have two tables in db mt4_users and mt4_trades the realtion btween two tables is login_name...
Okay so I'm using Laravel's validator. It's generally pretty good for me. But the messages are a rig...
I have an contract App\Contracts\Uploader and in my AppSeriveProvider is public function register()...
*** sorry, I realized somehow I have Laravel 5.0 but was following the 4.2 quickstart *** Hi all, In...
Hello, my table is: users { -bank -movement ... } Validator to the form fields: $validator = Valid...
Hello everybody I had to create a sortable table. I've described my solution here: https://janikvonr...
Hi! Is it possible to use a different table for users that call my application's API than the ones t...
With my app, whenever a user logins in, my postLogin() method will update my user table's "logi...
Hello to everyone, I am starting now with Laravel and was playing with routes to create a multi-lang...
It seems like this is a missing feature in Illuminate\Http\Request in L4. Input::has() only returns...
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