I'm building a football site, and have a problem with listing all the games the way i want. Basicall...
Hello, I need convert dropdown list from php code to laravel blade code <label> <span&...
Hi..all I wants to create common form which can be use in another forms, like address form in which...
Hi, i use this $data['cities'] = DB::select("SELECT ..."); return View::make('test',$citie...
Hi, I'm trying to get a a date that is 3 days from the selected date, but excluding weekends and hol...
Hi, I'm busy learning laravel's localization and I was wondering is there a way to have the language...
Hello what type array return in view from this varible $agents=DB::table('users_agents') ->sel...
I am trying to read an array from an output generated thru a database query in view.. The data is co...
I hope someone here is excellent in using XAMPP. I've started using XAMPP and when I try to go anoth...
Hi, I know it is possible to extend blade like this: Blade::extend(function($view, $compiler) { $pa...
I 'm learning (at least trying to) Laravel, but I 'm having problem with routes. It gives error.: '...
Hey, I got problem with finding out the way to create main feature of my site. I thought of creating...
I have a controllers like below : public function show($id) { $registrasi= Registrasi::find($id); if...
Hey all. I'm trying to query a DB in Laravel using Eloquent. When I click the submit button on my vi...
I've extracted a class for rendering menus and menu items that I'm using in my projects to a separat...
Hi, My first post. Just wanted to say it's great to see such a good and personable and helpful commu...
Hi Everyone I'm attempting to pass whats only needed to a view on my website. Instead of using the a...
Route Route::controller('rooms', 'RoomsController'); Controller method public function postUpdate($i...
Is there a way to remove the :8000 from the artisan serve so that I only get test.com instead of te...
Hi. In a controller method i got a patient record from database that i send to a view, so, i need to...
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