Support the ongoing development of Laravel.io →

2,053 Threads

how to put routing and pages together in Laravel

hi there , I am pretty new to Laravel, I am so confused on how to start this. but basically I have a...

0 Likes
2 Replies
posted 8 years ago

After moving to Homestead server laravel cant find view files

I recently switched from Mac OSX local apache and mysql to Laravel/Homestead server. When i try run...

0 Likes
1 Replies

Elixir and mixing different styles into one

Hi there, I'm trying to mix sass file with css file via elixir to give me output of one combined fil...

0 Likes
0 Replies

My redirect doesn't work

After I create a new row, an array with the information added is shown. I've tried: return view('/bl...

0 Likes
3 Replies
Solved

How to show one page for all routes in Laravel 5 ?

Hi! In my work I need to show on page for all routes instead of /api route, for example Route::g...

0 Likes
2 Replies
Solved
posted 8 years ago

How do I pass data between the controller and the view?

The documentation says <html> <body> <h1>Hello, <?php echo $name; ?...

0 Likes
4 Replies
Solved

[Package] Larasset - Asset Pipeline - The Ultimate Front-End tool

Hi everybody ! Here my Laravel 4.1+, 5.0, 5.1, 5.3 and 5.3 package: Larasset. This library is a full...

0 Likes
14 Replies

Undefined variable in blade 5.2

Hi, I've a 3 tabs in one of the tabs I'm showing the results of a db_query. In the controller I've...

0 Likes
4 Replies
posted 8 years ago

"install" Css bootstrap

Even outside Laravel "installing" Css bootstrap can be a bit messy, in my experience. I pu...

0 Likes
3 Replies
Solved

Laravel 5.2 cached html?

I have a view named article_new. I change html code inside, but no effect changed. I try to change n...

0 Likes
0 Replies

Catching in views

i'm make extending blade for name @authorize, but always must run php artisan view:clear, not run ph...

0 Likes
0 Replies

How can i create route with 2 middleware inside thanks !

Route::get('admin/dashboard', function () { return 'Welcome to admin page'; })->middleware('...

0 Likes
1 Replies

Combine two/three tables in a view

Hello! I have tables products, orders and clients. I want to combine them in one table in the view....

0 Likes
3 Replies
Solved

advance eloquent multiple selection transitive table

I have a table containing multiple artist. While creating an event (updating event table) I need to...

0 Likes
0 Replies

Laravel Auth with Twig and TwigBridge

I have installed Twig and I'm using TwigBridge. It's working because I can write twig syntax etc in...

0 Likes
0 Replies

Select2 dynamic select add

I was wondering if anyone has had any luck in implementing the Select2 jQuery library with Laravel t...

0 Likes
8 Replies

Include, foreach, blade logic (bugs)

I have a bug in Laravel application. I just pass an array of data in views and logic is like: @forea...

0 Likes
2 Replies

Encode Blade Templates Using IonCube

hello, i want to encode my project blade templates with ioncube. i Encrypted the templates from ionc...

0 Likes
1 Replies

Redirect is rendering template rather than stopping execution in PHPUnit

I have a Laravel 4 application where I check if the user is authenticated and if not it redirects th...

0 Likes
0 Replies

Trying to get property of non-object (View: C:\wamp\www\form\laravel1\resources\views\PfeViews\super\edit_super.blade.php)

this the line of the erro plz hellp me et thanks : <form class="ui form" action="{...

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.