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...
Hey laravel users. I have problem with index php. Screens: https://gyazo.com/7c470e89e2c884f25911503...
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...
I´m using Laravel5.3. The problem is that the current Pagenum is not set. I mean I get the correct d...
Here is the senario, example.com is hosted laravel project on internet and a user/office is accessin...
Hi guys, im trying to include the contents from a txt file and import as an array within a controlle...
Hi all, I am trying to implement google amp for my site, in which case if the request contains a que...
Hi guys, im trying to include a set of data points from a remote file (on a local machine). In my ma...
I've the Laravel auth's login and registration from in same page like the below image. If i try to l...
Hi people, i have a problem. I have a RESTful controller called SCHEDE. I want to insert new row in...
I am stumped on how to add a custom validation rule to the login controller and forgot password cont...
Hi guys. for making a list of categories and subcategories in 3 levels I used foreach and if loops a...
I bought an application script from themeforest. I want to do some modification on it. Application J...
Hi there, I'm trying to get array of options from selected checkboxes with Blade, but it doesn't see...
Hi! I am generating an edit form of an object, that is returned by Ajax. Everything's fine, but I ha...
Having a difficult time getting Route::has working correct. routes.php Route::get('login', function...
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