想onethink那种,制作功能模块包,然后放一个目录中,就可以自动检索,然后点安装后就可以使用
I have the following route: Route::get('foo-{name}-bar', function($name){ return $name; }); When i...
i have a form input like this <input type="text" name="user[username]" /> <input type="text...
Hii. i'm new in laravel and i try to install laravel in my ipage host and i cant. anyone can help me...
Does anyone know how I can confirm the remember me functionality is working? When I login no remembe...
Hi guys, So i'm making an admin section and when I go to foo.com/admin it gives me a redirect loop....
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...
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.