Support the ongoing development of Laravel.io →

Laravel Authentication & User Management "starter packages"

Hi everyone, I am new to Laravel and have been learning a ton over the past couple of days (so far a...

0 Likes
0 Replies
posted 11 years ago

Best way to call method on every page load

i have this code in the view, and all pages include this view ..... <? $number = Friend::Frie...

0 Likes
2 Replies
Solved

Get more knowledge about how Laravel implements Design Patterns

I'm trying to understand better how Laravel implements the basic design patterns (creational, struct...

0 Likes
0 Replies

Environment variables are not being detected by Laravel Application

I'm trying to deploy my app on google cloud but having some trouble. In my app.yaml i have env_v...

0 Likes
5 Replies

How to put design on laravel 4

Im new in using php frameworks, I chose laravel 4 im able to install and run Laravel on my localhost...

0 Likes
11 Replies
posted 11 years ago

Requesting /customer/index.php, but server is executing /index.php, doesn't happen on live server

I am requesting localhost/customer/index.php, but laravel executes / route, thinking i am requesting...

0 Likes
0 Replies
posted 11 years ago

Access Sub-Domain on Ubuntu

Hello, I'm new user to Ubuntu and I have a app in Laravel. I can access my app with virtual host wit...

0 Likes
0 Replies

getDates() and getDateFormat() conflict

I am saving created_at and updated_at as Unix timestamp in DB. I have overridden my getDateFormat()...

0 Likes
0 Replies

validate form

Hi, I have form: <form action="{{ url('users') }}" method="POST"> <tabl...

0 Likes
1 Replies
posted 11 years ago

Database model

This is possibly not a real Laravel-question but I'm developing my new site in Laravel. This is the...

0 Likes
5 Replies
posted 11 years ago

How to render view from string with blade template format?

How to render view from string with blade template format? like this: $str = "{{ $abc }}";...

0 Likes
2 Replies
posted 11 years ago

is there any ide supports blade syntax

Hi i try many IDEs no one supports blade autocomplete im new to laravel and i need autocomplete and...

0 Likes
5 Replies

Combining Eloquent libraries

Hey guys, I'm having a small problem regarding the combination of multiple eloquent based libraries....

0 Likes
0 Replies

Many to Many Polymorphic relationship catch-all method?

Ok so I have a certifications table which can have many employees or materials. Also the employees a...

0 Likes
3 Replies

migration files from existing tables?

Is there a way to create migration files for existing tables quickly?

0 Likes
1 Replies

Custom Macro can't populate input in form

Hi, i have these macros https://gist.github.com/brwnll/10927191 Works great, but in mi form can't pu...

0 Likes
1 Replies
Solved
posted 11 years ago

Check if row exists

Should this work to see if a row does or doesn't exist? $exists = DB::table('roles')->where('nam...

0 Likes
3 Replies
Solved

Get an user who has specific relationships

Hi. I have a user with countries relationship. (hasMany) user_id 1 country_id 1 user_id 1 country_i...

0 Likes
2 Replies
Solved

Confide vs Auth

I am just starting an app and wondering if I should try to handle user authentication with a package...

0 Likes
2 Replies
posted 11 years ago

Call to undefined method User::save()

Hello everyone. I have a mistake when I run the routes.php with a notice error: Call to undefined me...

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