Support the ongoing development of Laravel.io →

2,053 Threads

convert dropdown list from php code to laravel blade code how?

Hello, I need convert dropdown list from php code to laravel blade code <label> <span&...

0 Likes
1 Replies

# Create Common Form

Hi..all I wants to create common form which can be use in another forms, like address form in which...

0 Likes
2 Replies
Solved

Converting a DB-object into an array (for form use)

Hi, i use this $data['cities'] = DB::select("SELECT ..."); return View::make('test',$citie...

0 Likes
4 Replies

Carbon add number of days excluding weekends and custom dates

Hi, I'm trying to get a a date that is 3 days from the selected date, but excluding weekends and hol...

0 Likes
2 Replies
Solved

Laravel localization

Hi, I'm busy learning laravel's localization and I was wondering is there a way to have the language...

0 Likes
10 Replies

what type array return in view

Hello what type array return in view from this varible $agents=DB::table('users_agents') ->sel...

0 Likes
0 Replies
posted 9 years ago

Reading an array..

I am trying to read an array from an output generated thru a database query in view.. The data is co...

0 Likes
3 Replies

Object not found

I hope someone here is excellent in using XAMPP. I've started using XAMPP and when I try to go anoth...

0 Likes
2 Replies
Solved

Blade extend

Hi, I know it is possible to extend blade like this: Blade::extend(function($view, $compiler) { $pa...

0 Likes
4 Replies
Solved
posted 9 years ago

Problem with route

I 'm learning (at least trying to) Laravel, but I 'm having problem with routes. It gives error.: '...

0 Likes
7 Replies
Solved
posted 9 years ago

Different view up to different settings?

Hey, I got problem with finding out the way to create main feature of my site. I thought of creating...

0 Likes
0 Replies

Help Me To Fix My Controllers

I have a controllers like below : public function show($id) { $registrasi= Registrasi::find($id); if...

0 Likes
1 Replies

Laravel Search Form Query (Multiple Parameters)

Hey all. I'm trying to query a DB in Laravel using Eloquent. When I click the submit button on my vi...

0 Likes
3 Replies

[Pacakge] Menu builder for Laravel

I've extracted a class for rendering menus and menu items that I'm using in my projects to a separat...

0 Likes
0 Replies

How to get the value of dynamic field names of table that differ by only a number at end of field name?

Hi, My first post. Just wanted to say it's great to see such a good and personable and helpful commu...

0 Likes
4 Replies
Solved

Can't pass data information to the associated view

Hi Everyone I'm attempting to pass whats only needed to a view on my website. Instead of using the a...

0 Likes
1 Replies

Controller Route Error

Route Route::controller('rooms', 'RoomsController'); Controller method public function postUpdate($i...

0 Likes
1 Replies

Removing the :8000 from artisan serve

Is there a way to remove the :8000 from the artisan serve so that I only get test.com instead of te...

0 Likes
4 Replies

Use of View::composer

Hi. In a controller method i got a patient record from database that i send to a view, so, i need to...

0 Likes
6 Replies

Suggest a good Chart Framework or package for Laravel

Hi Everyone.. I am developing laravel web application , now i want to display a daily work report gr...

0 Likes
2 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.