Support the ongoing development of Laravel.io →

2,048 Threads

posted 10 years ago

Blade loads overridden views

Here's my scenario https://gist.github.com/spescina/9619028 Is it possible to have Blade engine -or...

0 Likes
22 Replies

Trying to get property of non-object

Hi, I've been working on my project and when ii try to access the show.blade.php it shows me that i'...

0 Likes
0 Replies

Can't use sessions in laravel controller

PHP script to check the client's IP address: <?php namespace IPv4; if(!session_id() || session_...

0 Likes
2 Replies

plug&play translation package - no more translation pain !

Hey guys ! I’m coming here with a brand new package about translation for Laravel 5. We trust that t...

0 Likes
0 Replies

Call assets by name ?

Hi, i'm new with Laravel, and i'm looking for a functionality : Do you know if Laravel provide somet...

0 Likes
0 Replies

Upload file

Hello, I started to learn Laravel and I have a problem. I want to upload image (name -> database)...

0 Likes
2 Replies

Getting Pushes from View

I have multiple stacks in my blade file and I want to read out the pushes via PHP. I know of the exi...

0 Likes
0 Replies

"No Message" error received on Comment form submission

I am working on a CRM and I created a contact note form on my contact view. When submitted I receive...

0 Likes
1 Replies

Problem using modal pop ups

Hi all..l have a list of users been feed from a database and view and delete can be performed any of...

0 Likes
0 Replies

Problem with UTF8 or Unicode

Hi guys, In my blade templates, the following code: <p>Österreich</p> creates this outpu...

0 Likes
14 Replies

Trying to get property of non-object

l am getting the error above when trying to get the merchant at a particular user id. Here is my vie...

0 Likes
15 Replies

Laravel 5 custom error view for 500

We can put custom error views in resources/templates/error/ERRORCODE.blade.php. This works, except f...

0 Likes
20 Replies

concatenate strind in loop in laravel

$values = [1, 2, 3]; $string = ''; foreach ($values as $value) { $string .= $value . " AND &quo...

0 Likes
2 Replies
posted 6 years ago

Variable is visible outside the loop in blade

I made this simple setup to easier describe my problem. This is the routs file: Route::get('/', func...

0 Likes
1 Replies
posted 7 years ago

How to create views using artisan command

Laravel not supports php artisan make:view command How to create views using artisan command. The...

0 Likes
3 Replies

Unable to use Foreach loop with results of DB::Table

I'm unable to wrap my head around why I'm getting "Cannot use object of type stdClass as array&...

0 Likes
2 Replies
Solved

Unit Testing Views?

So I've been going through a lot of the testing tutorials on the net, especially on LaraCast, and ha...

0 Likes
2 Replies

Website not Opening

after successful uploading of my laravel project to remote server, this is what i see when i visit t...

0 Likes
1 Replies

Undefined variable: data in view Laravel.

I'm creating a web site using a Laravel. Now I want to view all the data from the database called us...

0 Likes
4 Replies
Solved

Extending webpack exlixi

I have this codes in my gulp.js elixir(mix => { // for auth mix.sass('auth/auth.scss');...

0 Likes
1 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.