Support the ongoing development of Laravel.io →
posted 10 years ago

artisan make command

Hi when I give the following command D:\wamp\www\laravel>php artisan JobController:make jobs I go...

0 Likes
1 Replies

Best logic for implmenting upload progress bar

What is the best approach for implementing upload progress bar in Laravel? I know the following opti...

0 Likes
1 Replies

Eloquent Eager Loading combined with Select Statement

Hi, I want to do something like this: $channel = Channel::select(array( "id", "channe...

0 Likes
1 Replies

Usage of class Password in RemindersController.php

I was playing around with emailing users with reset tokens by following the tutorials at http://lara...

0 Likes
0 Replies

Architecture category

Does it make sense to have a separate category for questions and comments about code architecture. I...

0 Likes
1 Replies
posted 10 years ago

slow query

select * from `posts` where (select count(*) from `categories` inner join `post_categories` on `cate...

0 Likes
1 Replies

Set Auth config for Package

Hello, I am creating my own package and i want to add Auth only for my package using a different tab...

0 Likes
1 Replies
Solved

How to cache specific related model info?

Hi, Let's say a User belongsTo a Language, and to make it simple here's the controller (no repo) : $...

0 Likes
6 Replies
posted 10 years ago

Cannot set Cache-Control in Laravel 4

I have written a controller in Laravel 4 to serve up static resources such as image files with some...

0 Likes
2 Replies
Solved

Is it possible to this in laravel?

HI all, is it possible to this in laravel: Page which sort pictures by collecting votes and comments...

0 Likes
2 Replies

Access forbidden for CSS file using HTML helper!

HI the CSS file and directory are 755. <?php echo HTML::style('bootstrap_template/resume/template...

0 Likes
1 Replies

Route::controller and PATCH

Is there a reason that Route:controller doesn't automatically include a route from 'PATCH' to functi...

0 Likes
4 Replies
Solved

running multiple queries

hi, is there any method to do a multiple queries. From what I want is around like this in mysql quer...

0 Likes
2 Replies

Integrating Laravel 4 and uploadify jQuery plugin

Hi, I have a problem to set proper link to uploader setting: <script type="text/javascript&q...

0 Likes
2 Replies
Solved

Query inside switch returns null

I have a controller with a method for when the user wants to soft-delete his record (Character model...

0 Likes
2 Replies

Redirect After Setting Response

Hi guys! I have a problem with my Response. I am generating a .ics file setting the headers and cont...

0 Likes
0 Replies
posted 10 years ago

Tool manage Laravel code like github on localhost (windows 7)?

Dear All, I want to manage Laravel Code on local hosting link Github. What tool or software to do th...

0 Likes
12 Replies
Solved

Installing on Windows OS

I read about the Laravel framework and I really am interested and want to install it. However, when...

0 Likes
2 Replies

how to reset model deleteat_at to ''0000-00-00 00:00:00" ?

I notice that laravel use 0000-00-00 00:00:00 for deleted_at time ,So i change data deleted_at like...

0 Likes
5 Replies
Solved

SMTP mail sending doesn't work in live server.

I setup SMTP mail sending with MailGun in my local testing server (XAMPP), and it works fine. But wh...

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