Support the ongoing development of Laravel.io →

Laravel deploy to web server

I am new to Laravel and have created a trivial application in a wamp local pc. To deploy my applica...

0 Likes
5 Replies

Authentication with two different tables

Hi, I've got two sites - a cms and a front-end site. I've successfully implemented the login/authen...

0 Likes
3 Replies
Solved
posted 10 years ago

Artisan commands in my packages

Hello everyone! Yesterday I started developmement of my owm Package, which should have a custom Arti...

0 Likes
1 Replies

How to load model only for exact controller?

I have lots of models which is not needed in every controller. Is it possible to load only needed mo...

0 Likes
2 Replies
Solved

mac + supervisor + beanstalk

Hi there, I have the next setup: OS X 10.9.2 beanstalk (installed by brew) supervisor (installed by...

0 Likes
1 Replies
Solved
posted 10 years ago

scope with select

public function scopeGroupByMonth($query) { return $query->select(DB::raw('*, MONTH(display_da...

0 Likes
2 Replies
Solved
posted 10 years ago

Sharing a helpful Timezone Form Macro

I created this timezone form macro (http://laravel.io/bin/72j2) based on the WordPress timezone sele...

0 Likes
1 Replies

Issue with potential old/beta laravel 4 (NotFoundHttpException)

Hi guys, been using laravel for a while on a number of projects.. and usually these errors mean some...

0 Likes
3 Replies

How can I tell if a many-to-many sync() actually changed anything?

I need to have a way to tell if the many-to-many sync() process actually changed anything (as oppose...

0 Likes
2 Replies

Laravel in subfolder. Posting form on same page does not work.

Anyone knows how to make laravel work in a subfolder specifically when posting a form on the same pa...

0 Likes
4 Replies
Solved

Homestead MySQL Root Password

Does anyone know what the mysql root password is for Homestead? I've added a second site but (my) lo...

0 Likes
3 Replies
Solved
posted 10 years ago

Writing articles

Hey, guys! If I would write an article, where would I post it if I don't have a blog?

0 Likes
0 Replies

laravel packge development

How to handle the git repo's, should I commit the package that sits in my workbench to the parent pr...

0 Likes
0 Replies
posted 10 years ago

Undefined namespace Eloquent Sluggable

I have followed the installation guide from here: https://github.com/cviebrock/eloquent-sluggable#el...

0 Likes
4 Replies
Solved

Route / Model Binding for 300+ Tables

Loving Laravel so far! I want to create a huge REST API Web service that allows me to connect to pot...

0 Likes
4 Replies

What is the difference between share and bind in the IoC?

Friends, I'm a few confused with some terms about IoC. With facades declarations sometimes I saw the...

0 Likes
2 Replies
Solved

Saving data array using Eloquent ORM saves only one data row not multiple row

Hi i have a problem saving multiple data using array extracted from explode. heres the code The Arti...

0 Likes
2 Replies
Solved
0 Likes
1 Replies

Check if conversation exists

I'm creating an app where users can send messages to each other. These are my models and relationshi...

0 Likes
2 Replies
Solved

Session Database and javascript web app

I am using session database to authenticate API calls from javascript web app via https Does bellow...

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

© 2025 Laravel.io - All rights reserved.