Hello, I need call in routes page (register page) before login in the system example: Route::contro...
@foreach($users as $user) $rows = '<tr>' . '<td>'.$user['first_name'].' '.$user['last...
I'm working on a website for an artist, and am wondering if there is any way to markup the image tag...
Hello everybody! I faced a strange behavior of the included view. When I pass data to the included v...
I am creating a project in wich I can create multiple websites. So, I have a list of websites in the...
I'm trying create a page that shows up content depending on the menu you select. So if I'm on the ro...
Hello everyone, I would like to have your opinion about a custom function that I added to blade. The...
While Fetching data from database and displaying it on table rows, we use @foreach(). But what if th...
I have a webpage ('teams.blade.php' with three pictures of three sports teams. When the user clicks...
Hey Loving the flysystem integration in L5 and just got it hooked up with S3 on my live site, and 'l...
Hi, When I use redirect()->route('foo.index')->with('success_message', 'Text of message'); in...
Hello, Is anyone else having inconsistent image rendering with firefox? When I use Chrome, it works...
After getting my Laravel Homestead up and running, I'm facing a new problem. Even after some googlin...
@foreach($contractallusers as $contractalluser) $html = '<html><body>' . '<div style=...
Creating PDF File using ajaz method. Am using https://github.com/thujohn/pdf-l4 pdf package
Hello everyone, I am using laravel's eloquent for my website and I want to get all the data from a t...
Hello there. I have and relationship, for example $contact->contactData. Not every contact has co...
I am trying to use ViewComposers and I would like to pass $current_user variable to all dashboard vi...
I was having a lot of difficulty getting Laravel Elixir to work with my indentation-based app.sass f...
I'm very new to Laravel, so bear with me. I've been banging my head trying to figure out how I can d...
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