I am trying to write the code for sending email activation for registered users. When user registers...
Hello mates ! I would like to ask you something about the base_url for Laravel. I used to code on Co...
Hi In blade template is following code: <?php $myNumber1 = "0001"; $myNumber2 = "...
Hey guys, I am finally done with my project management application and wanted to share it with you g...
Hi, in the past i have build queries like this: if (...) {$q.="AND (city='New York' OR city='De...
I have two classes. A and B. The class A extends Laravel, the class B extends A. They rappresent two...
I have the following tables: users: - id requests: - user_id - listing_id listings: - id...
We made the community site below for the artisans in Tokyo. http://laravel.tokyo/ I'd like to know t...
Pretty simple but I can't work it out, if I do a count on a table: $count = DB::table('fixtures')-&...
Hello. I have a controller for 'users' and some segments under it like user/photos user/comments for...
Hello! First of all thanks for the interest in my topic. I think that this question is easy. I have...
I am doing something simple like the following: // Controller $activities = Activity::all(); $activi...
Hi all, I am beginner in Laravel. I have some doubts. I'm working on a function to edit users, every...
Is there any way to get all relational data with hasmanyThrough of third model that has many records...
Hi there, company id name users id name roles id name company_user company_id user_id role_u...
Imagine: Category can have many Products, Products can have many Series - so basically, Category can...
I have the following tables products variants attributes options option_variant Look at this sqlfidd...
Hi there, I have the following three models and relationships set up. class Customer extends \Eloque...
Hi, I try to open a form. But the browser simply display the code not a form; {{ Form::open('url'=&g...
I have an existing project that I'm setting up on a new machine. Of course artisan is gitignored. Ru...
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