Support the ongoing development of Laravel.io →

How to get json using jquery Eloquent with relationships

Hello friends this is the situation: I am working with Eloquent and relationships and need to get a...

0 Likes
2 Replies

Neo4j Cypher adapter

Hello, I have created a neo4j package specifically used to send cypher query. Have a look at it here...

0 Likes
1 Replies

Type hinting parent::__construct() arguments in controllers

Greetings, I've got a BaseController with the following code: class BaseController extends Contr...

0 Likes
2 Replies
Solved
posted 9 years ago

HTML::image() second atrribute [array to string] error

when i do this {{ HTML::image('/pb-assets/img/warning4.png',array('width'=>'120px','height'=>'...

0 Likes
3 Replies
Solved

How to implement a page with static tabs and dynamic content area

I know Laravel can route to different web page and refreshes the whole page content. My case is: I h...

0 Likes
2 Replies

Custom eloquent constraints

I'm not sure what title to give this thread. Imagine that the following eloquent query is build. $wo...

0 Likes
1 Replies
posted 9 years ago

App::before & App::after

I am trying to determine how long laravel takes to process each request. my idea is, i add a start t...

0 Likes
1 Replies

How do I force https on production sever

I've been able to force my site to redirect from http to https but the resources (styles and scripts...

0 Likes
1 Replies

Workbench Package Assets

Working on my first package and running into mixed results with assets. According to the doc "H...

0 Likes
0 Replies

Partner ship

Anyone who wants to build the next popular app with laravel or angularjs?

0 Likes
1 Replies
posted 9 years ago

route $mymethod and $mydata in controller

Hi everyone ! I have a little problem with routes and cotroller, this is my code: Route::get('/test/...

0 Likes
0 Replies

laravel first time use idex.php removal

Please guys this is my first time use of laravel i know where the views/ controllers/ models/ folde...

0 Likes
3 Replies
Solved

call controllers function without declared in Route

i want to call the controller => function without specifying in route such as controller / functi...

0 Likes
3 Replies
posted 9 years ago

GUI Package - JS + CSS embed?

Our company has various CMSs interacting with our API. All these CMSs now need a GUI for interacting...

0 Likes
0 Replies
posted 9 years ago

Request::method() throws exception

Laravel documentation says I can use $method = Request::method(); to get request method (POST, GET,...

0 Likes
0 Replies
posted 9 years ago

Queue with large data set

How do you add large amounts of messages to the queue? If I run Queue:push() in a loop it looks like...

0 Likes
3 Replies

Jquery form validations

Hi, How Jquery form validations settings up in Laravel 4. Before I worked in Yii, and Yii creates jq...

0 Likes
2 Replies

create mysql views by migration scripts in laravel 4

how we can create mysql views by migration scripts in laravel 4??

0 Likes
3 Replies

Duplicates on querying db for products based on filters data

I have a simple filtering on my catalog. It allows me to choose the product based on its attributes...

0 Likes
2 Replies
Solved

Is it valid to use filter to pass variables to layout?

Hi, I have a layout which requires a few variables and several controllers that use this layout. The...

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