Hello everyone, I would like to know if there is a way to use the laravel view outside of laravel ?...
When using both 'touchspin' and 'ichecks' to theme text and checkbox fields with the form also being...
Im building a master page, and atm Im trying to check if a section exists before yielding so i can y...
I have 2 models class BrandModel extends Model { protected $table = 'brand'; public functi...
I am new to Laravel, so sorry if this is a simple question. I am trying to incorporate high charts i...
Hi. Example in one controller: return 'À'; The string comes blank due to the accent, if i change to...
Hi I use this to display data on my form after the user selected criteria for the report: @foreach($...
I am trying to achieve the fallowing: In the database i have a start_date , expiration_date, updated...
Hi to all, I have a fresh installation of Laravel 5.2.9 with LaravelCollective/Html 5.2.4. I have a...
I am trying to query all of the info from "service" table and display it in view using for...
Obviously red the documentaion om Blade Templates but doesn't really get it. I succeded in calling t...
How does one add a line break to the plain text version of an email message when using a blade templ...
In my routes.php I have: <?php Route::get('/post/new', [ 'uses' => 'BlogController@newPost',...
I am a Laravel beginner; Please help me to solve this error. I want to print the status as "Vie...
I'm currently working on a project and ran into a problem regarding rendering. Basically, I want to...
Is there a way i can get the first element of a foreach (in a blade)? Something like this: @foreach...
Hi can someone help me??please, I'm having problem with updating and deleting data when I'm trying t...
I have some blades that generate dynamic JS based on some environment configuration variables. My g...
laravel version 5.1.28 -- route.php --- Route::get('/w2', function () { $taskName=DB::table('ta...
Hi folks, I would like to know how can I do to call a custom directive with blade, considering these...
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