when I navigate to http://mysite.com/admin, the browser returns the redirect error message. this is...
Hello! I feel like I have no idea what I'm doing right now... I have installed homestead. It seems t...
Hi. I got a very strange problem... I can't use database session for my website. In local everything...
https://github.com/vahidstar/laravel-crud a simple powerful artisan command to create crud for larav...
Hello guys, At my routes.php, i have Route::post('-', array('uses' => 'UserController@saveUser'))...
Hi, I have an admin controller containing every method used in my administration panel. This file is...
Hi, is there a way to attach an extra field to a pivot table and somehow checking it when grabbing d...
Hi, I'm rather new to Laravel development and need some help regarding a little bit complex model/da...
According to documentation (Validation): Specifying Custom Messages In Language Files In some cases,...
This is my query: $items = User::join('table_1', 'users.id', '=', 'table_1.user_id') ->join(...
I'm trying to log all actions that users do (login / logout / CRUD) to a logs table in my database,...
Hi guys im new for Laravel.. plz any one tell me how i can login my admin profile(ex:facebook user a...
Environment: Feature: id, title, rating, .... Tag: id, tag Pivot id, feature_id, tag_id Given a Feat...
This is an excerpt from the documentation. I do not understand this. Can someone explain? You may...
Hi, i'm trying to send newsletters with my back-end i developed with Laravel 4 but it keeps giving m...
Hello everyone, I hope I can find a solution for my problem in here. I'm trying to send an email usi...
Check out our weekly report of what's going on @cartalyst http://bit.ly/TTyy8q Code well, rock on!
I have the following models and relationships: Projects ==(one to many)== Expeditions Projects ==(on...
Hello everyone, I'm trying to create a custom validation model for XSS attacks SQL injection etc and...
Hello, My laravel app has been active for some time, but still fails to come up on a google search....
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community