Is it possible to create link to delete action which actually creates DELETE request instead of GET...
Whats the best way / practice of dealing with the following base template (includes header and foot...
Hi - pretty discouraged really. I am about 10mins into Laravel and the Quickstart tutorial fails. ht...
Hello everyone! I actually struggle trying to add elements to the DOM using jquery. The data I want...
I'm in the midst of building a pretty large website with a lot of different content on each page. I...
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...
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.