I am making a site for a friend that everything on the pages are going to be editable through and ad...
Trying to use the textmate bundles, PhpStorm says "Some extension declared already in use by na...
Hello, I'm incredibly new to PHP and Laravel, so I was trying to go through the Quickstart Guide on...
The default layout and its controller has the main menu which gets user info from the DB for the log...
Passing a variable inside the loop, All business logic is in the model and some in controller. But a...
Hello, Im trying the first time to do a AJAX request with Laravel. So far so good. It seems I can re...
is there a way to achieve this: Master.blade.php <html> <body> Master @yield('bo...
Hi, I'm a beginner with laravel and i had two really big difficulty with the documentation and then...
Hello Im learning Laravel, and by now i hanging with generating urls. Ive installed my laravel proje...
$orders = DB::table('orders') ->join('order_item', function($join) { $join->on('orders.id', '=...
$data = array( 'name' => Input::get('name') 'itemCart' => Cart::conte...
Hello All, I was wondering if anyone could give me some pointers on how I could create a header in m...
I have been trying to get this table sortable could use some help Master.blade <!DOCTYPE html>...
I've been at battle with this for a while now and decided it's high time I requested some help. The...
Hi everyone, I'm having a little trouble with laravel, I'm pretty sure is a hosting problem, but i w...
Hi, I'm pretty new to Laravel and still getting my head around the logistics. I'm using this to rout...
Hello, i've created a form using blade's form builder: (don't be confused - it's german language) {{...
By default blade caches its compiled views in {storage_path}/views. I've made sure that this directo...
I would like to call my header CSS file in every pages, so I created a function to calling the heade...
I have a table of users with three roles.... (Staff, Manager and Director)... I'd like a user to log...
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