Hi Guys, New coder here and new to laravel here.I would like to know how I would go about updating l...
I have 3 tables: users (fileds: id, name, etc.) profiles (fields: id, user_id, first_name, last_name...
Is this possible? I want to pass a variable, style, to my layout template so that it defines the lay...
I have the following Table Structure A User hasMany Yards A Yard hasMany Hives A Hive hasMany HiveDa...
Hello all, I'm using blade and I was wondering how Can I insert a propriety "READONLY" in...
Hi guys! Last 2 days I try to build routes tree with Baum nested set. I found topic that I need here...
I have used a relationship that returns data but when i use it it throws error "Trying to get p...
i have $users = User::paginate(10); how do i get the data when i pass it to my blade template. e.g:...
I'm trying to create a reusable view component for a carousel with a new Blade directive. I don't wa...
I have am trying to add a select box that is built from a database query to an existing form. The se...
First of all... im pretty new to this framework. And i love it so far... I have a custom query, sear...
I am new to laravel as well as jQuery . In my sample application i have a form and outside this form...
Hi, I have a site where the students can visit and check the site/login to view marks/individual inv...
I'm using Laravel 5.3 and Spark (maybe 1.0). In the Spark brand file file I have: <a class="...
I have used drupal for many years to develop custom web applications. Just switch to Laravel recentl...
Im trying to call this path function from my index.blade.php. But I get the undefined method excepti...
Hi guys. I am trying to use Policies from Laravel Authorization feature, but it is not working with...
i try make button disabled if not expired but after expired button not function like disabled not en...
I want to display the errors in my modal and it logs successfully but the modal closes when i try to...
Hello Guys, I have used View Composers in which it manipulates some data from Database and shares th...
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