Support the ongoing development of Laravel.io →

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 10 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
posted 9 years ago

Build JOIN query with Elequant

Can anyone help me with building this query? I want this: SELECT COUNT(ad_want.id) AS wants,...

0 Likes
0 Replies
posted 9 years ago

Converting SQL Query into Laravel

I want my query to return the rows of the table where a column contains a specific value first, and...

0 Likes
0 Replies
posted 10 years ago

PSR-0 autoloading vs classmap rules - which is better for large libraries

Overall laravel doc is excellent but documentation regarding Optimization and Performance is a bit l...

0 Likes
4 Replies

hot to install laravel dependencies by using git

hi guys, im new to laravel and im wondering if it is posible to install laravel dependencies by usin...

0 Likes
2 Replies
posted 9 years ago

Blade help: making a form select box from an object

I wish to make a select box of city names for a form. I have been able to create and pass to my view...

0 Likes
7 Replies

Is this good code design?

Is this a good design? use Acme\Interfaces\AuthenticateInterface as AuthenticateInterface; class Lo...

0 Likes
1 Replies
posted 9 years ago

Does anybody out there know how to use Carbon to get the difference between two date/times in hours and minutes

My dateTime fields are stored in mySQL as a timestamp and the fields are mutated? as below: public f...

0 Likes
2 Replies
Solved

Check if value is number?

Hey, i have this code $skin = Input::get('skin'); if(is_int($skin) && $skin<300) {...

0 Likes
2 Replies
Solved

Eloquent swapping other data into new insert when it shouldn't be

Hello all! I'm having a rather frustrating time with an error and can not seem to work it out. I h...

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