Support the ongoing development of Laravel.io →

1,478 Threads

Lang::get() replaced error.

Hello. I've used the Lang :: get () in Laravel 5. In this case, I wrote the code to perform the to r...

0 Likes
1 Replies

Creating a sub-domain route from a primary key

Hello, I currently have a page that lists all of the 'products' in my database by name. I am trying...

0 Likes
4 Replies

Laravel 5 and Ajax (Jquery)

Hello all, I am using Laravel 5 and stuck on a problem and i will be happy if you help me. I want to...

0 Likes
4 Replies

Posting to Ajax using jQuery

I have tried this in testing using standard HTML pages outside of Laravel and it works correctly. I...

0 Likes
4 Replies

Referencing php file for Ajax call

I have have an Ajax requesting a blade.php file using the full path $("#main").load('http:...

0 Likes
2 Replies

L 4.2 groupby and rows - controller-model or blade problem

Hi everybody, I am new to Laravel - but we have all got to start sometime. I have a bunch of rows. i...

0 Likes
2 Replies

Broken code In the Forums Archive Layout

Has anyone noticed this? Is there anyway to help getting it fixed? Screenshot of broken layout in Ch...

0 Likes
0 Replies

Blade template polymorphic inheritance?

So imagine if you will, an arbitrarily deep tree of nested categories. For the data structure minded...

0 Likes
2 Replies
posted 9 years ago

Cannot access variable in View that was created in Controler while redirecting

Hi I have controller like that: public function sendmail() { $status = \Lang::get('messages.notsent'...

0 Likes
11 Replies

Passing data from a controller to a view page

Hi All, I have created a login page and passing the data to the controller. In controller, I am doin...

0 Likes
1 Replies

Using filters inside a view

Hello, I have a view which will render the menu of my website. I'd like that navigation to display o...

0 Likes
3 Replies

Email without view

How to create email service without blade(VIEW) in laravel 4.2.

0 Likes
1 Replies

Clearing the View Cache when extending Blade

When extending Blade, using Blade::extend(), it is necessary to clear the cached View. This functio...

0 Likes
1 Replies

Form model binding with a Collection?

Can it be done? I have a collection, and a form that I loop through it <form:model.....> @for...

0 Likes
0 Replies

Paginator Issue

I have a page that has multiple tables with lots of data. These tables need to be on a single page....

0 Likes
15 Replies
posted 9 years ago

Phpstorm - Type hint variable in Blade

I'm using Phpstorm 8 now. Is there anyway to type hint variables within blade files passed in throug...

0 Likes
3 Replies

Laravel 5 SSH and an editor for news/blog entries with images

Hey folks, I have two questions. First, I saw that Laravel 4 apparently had some built in deployment...

0 Likes
0 Replies

Looping through collection

I am filtering a collection by date of orders with the following in each: {"id":57,"...

0 Likes
4 Replies
Solved

Joins in Model or Controller?

Hello, when i need to use joins(), how to use it? Belongs it model or in controller? Can anyone give...

0 Likes
1 Replies

Get Data from MySQL with where()

Hello, i am new at laravel, and i want to show userprofile by slug. When i use Profile::all() or Pr...

0 Likes
3 Replies
Solved

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.