Hi, Through ajax I am posting a value to a Controller, which I need get on the Modal Window on the V...
I wrote a simple Login/Regiatration code in laravel with neo4j as DB. I installed #####vinelab/neoel...
I am new to blade and new to this forum. Before I create this thread, I have searched "only inc...
Hi! i have a question about how create a double foreach in blade from only one sql with query builde...
Hi, After I did an update on composer, I came upon an error that stated: "Method number doesn't...
Is there an easy way to debug the blade foreach and if statements and view the variables like XDebug...
Hi, I'm wondering how do I pass the variables set in an @include back to the calling blade template...
As the title says, would it be possible to define the field types etc in Model array so view can aut...
Hello, how to change named routes from route just not in all pages in laravel ? Route::group(array('...
I'm building forum. But I need help about building the forum display page. <?php $teemad = DB::ta...
Hello, I am setting up an app that's able to handle localized prefixes. I am basically using a tweak...
I wrote a simple form as shown: <!doctype html> <html> <head> <meta charset='ut...
Hello, I need convert dropdown list from php code to laravel blade code <label> <span&...
Hello, how to send value for options in dropdown list from array, or how to convert output this code...
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...
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've extracted a class for rendering menus and menu items that I'm using in my projects to a separat...
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