Support the ongoing development of Laravel.io →

1,556 Threads

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 7 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

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

Extending webpack exlixi

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

0 Likes
1 Replies

Session flash message

Hi there! I have a code that works fine. It displays flash messages. This is what you find in my vie...

0 Likes
5 Replies

Just a small Laravel admin panel builder

Hi, here's a small Laravel admin panel builder I've been working on: http://www.appnoder.com/ If you...

0 Likes
0 Replies

What is the best Reporting Tool for create a report?

Hi guys, i want to create web based application which is will do with many reporting stuff, i need t...

0 Likes
0 Replies

Ajax Multiple image upload (Dynamic images)

i have a array of image file when i send the files through ajax, i could not save the files. this is...

0 Likes
0 Replies

Laravel way to generate Affiliate Referral Tree

can anyone help me in getting this done correctly ? I have asked question on Stack over flow and tri...

0 Likes
1 Replies

qqqqqqqqqqqqqqq

asdfasdfasdfasdf

0 Likes
2 Replies

How to make simple captcha

This my website: http://www.online-nrw.de/kontakt and like this i make contact form: http://wiyono05...

0 Likes
8 Replies

Block blade function

How to block blade functions(@env, @config, @php...) except @if and loops ?

0 Likes
2 Replies
posted 10 years ago

Integrating Bootstrap framework with Laravel

Last week I have posted a very detailed tutorial on how to Integrate Bootstrap 3 framework with web...

0 Likes
7 Replies

Using @section and @yield

Hi I'm working with Laravel for a couple of month, in the beginning days I couldn't understand the u...

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