in table 'materials' columns are 'id','unit_id','description','category_id','created_at','updated_at...
Hi I have added a admin middleware to a controller _construct method. <?php namespace App\Http\Mi...
Hi I have thoursand row. some column item are repeated. I want to get the five row which is in the c...
#Route.php is as bellow Route::get('/', function() { return View::make('hello'); }); Route::get('/{l...
I m very new. I dont have any idea about composer, terminal, ssh etc. I used drupal before. I have c...
astroanu said: a google search would definitely find you an answer. I tried but failed
jacksoncharles thankou: but its not solved yet my controller is <?php namespace App\Http\Contro...
@extends('layout') , this is creating problem is blank.blade.php. If @extends not used, then working...
but #sura.blade.php is working well @extends('layout') @section('content') <table> @foreach($d...
The Laravel portal for problem solving, knowledge sharing and community building.