In my environment authentication is already beeing done in Apache (LDAP/Kerberos). I want to use thi...
I want to login into my application with email or mobile number. But the default auth only use email...
Hi guys! I'm learning Laravel and am working on a personal project as I do it. It's essentially a d...
Hi, I want have someting like : Lang::set('key', 'value') and Lang::set('key', array()) You have an...
Hi, I'm new to this framework and I'm following the Code Bright book examples, but also trying out a...
I have 2 tables links and likes (with relation: links.id = likes.link_id) and I need to build query...
Here is the code being tested public function forgot($email) { try {...
Hi I am a student studying webdesign at the first year of my diploma and I am currently try to make...
Please help me regarding how to add fancybox in 4.2.7. i tried to load fancybox from this link https...
Laravel messaging package --> https://github.com/tzookb/tbmsg please view, review and comment :)
I have a view page with 3 paginations. Next link of one effect the other two paginates. When next of...
Here is my validation rules for example: $validator = Validator::make( array(...
Hi, As you know, there is a limitation in constraints' name definition as it should not exceed 30 ch...
Security Listener is a laravel Web Application Firewall(WAF) package. Git: https://github.com/IonutB...
i wrote this layout in that shape i named it in views/layout default.blade.php @section('head') <...
I put the project in a folder. Then when I type in browser dev.site/foo, it becomes dev.site/foo/ Ha...
When I run phpunit: PHP Fatal error: Call to a member function make() on a non-object in vendor/lar...
Hi Guys, My setter is not working: public function setStartDateAttribute($date) { if ($date) { $this...
Hey guys, im running the following Query: $user = User::where('active', '=', '1')->get(); Then in...
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.