I have two tables 'Sectors' and 'Categories' $sectors = Sector::lists('name','id')->all(); $categ...
To clearify I did try this also WITHOUT database results. web.php <?php /* |--------------------...
Sorry, I'm just learning Laravel and I'm stumped on what I'm sure is a very simple issue: How to lin...
Hi, I have a page with near 10 buttons, some of them make ajax calls to same controller action with...
Ok so here is my code @if(some logic) ....@extends('template.master') ....@section('title') ....ti...
Hallo, I include two blade files like: <div class="tab--container container--1 is--active&qu...
Hi guys, im trying to include the contents from a txt file and import as an array within a controlle...
Hi guys, im trying to include a set of data points from a remote file (on a local machine). In my ma...
Hi guys. for making a list of categories and subcategories in 3 levels I used foreach and if loops a...
Hi, I start with sample code. This is part of form: <form> <input type="name&quo...
Hi! I'm creating a game in Unity 3D and deploying it as a Web Player. However, I would like to make...
Hi there, I'm trying to get array of options from selected checkboxes with Blade, but it doesn't see...
I am looking to create a following system similar to Twitter, as far have come up with below. I am l...
Hello everyone, First of all, what a great community Laravel.IO is. I have found many answers to my...
How can I replace existing relation? At this moment, I have tables: requirements user_requirement...
Hi guys, im trying to get the img src from a remote site using cURL and Simple HTML DOM Parser. What...
Having a difficult time getting Route::has working correct. routes.php Route::get('login', function...
Hey There, I am having real issues with blade templating. Basically when I use blade the webpages ju...
Hi there, =) I'd like to keep this short and sweet. Just having some issues with the best way to ta...
Hello. Please advise any way how to interact with the user from inside of the controller. What i nee...
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.