Support the ongoing development of Laravel.io →

Submitting form using ajax with laravel

I'm completely stuck trying to process a form submit using ajax instead of laravel to avoid page rel...

0 Likes
0 Replies

Accessing Session Data from a Model

Hey guys, Im only new to this, so sorry if its a stupid question. Background: I have 3 databases tha...

0 Likes
1 Replies

What are the advantage/disadvantage if I implement ViewModel concept as with ASP MVC in Laravel?

I was thinking to implement ViewModel concept of ASP MVC in Laravel. What are the advantage/disadva...

0 Likes
3 Replies
posted 10 years ago

DB Queries are outputting to View

Hi All. Having an issue when I run $result = DB::select in a Model it then outputs the $result array...

0 Likes
0 Replies

Can I make automatic binding of form data on my controller method parameter same like ASP MVC?

Is it possible to bind lets say I have class SearchForm with attributes filter1, filter2. and on my...

0 Likes
0 Replies

View [usr.login] not found.

Hi, I am new to laravel and I am happily deploying an RC version of my first app in a preproduction...

0 Likes
6 Replies

Direct user based on a role when logging in

I have a table of users with three roles.... (Staff, Manager and Director)... I'd like a user to log...

0 Likes
2 Replies
posted 10 years ago

laravel user messaging system

does somebody know about a good messaging system between users. something that may have: thread bet...

0 Likes
10 Replies

Optimize sql Query

Hi I have one scenrio. their is static content in database table. My table look like this. id ti...

0 Likes
1 Replies
Solved

Problem creating specific request with content-type

Hello, I'm creating a package for Laravel 4 and I want to make available to the community, but down...

0 Likes
2 Replies

SSL Route to Controller

I want to create a Route to a controller that only works with https. I tried this: Route::get('/logi...

0 Likes
0 Replies
posted 10 years ago

Pulling checkboxes from the database

I am trying to setup an edit form where the user can see what was checked. How do I pull this from t...

0 Likes
3 Replies
Solved

How to order the first table by a column in the second table

Hi, i have a little problem trying to order the first table based on the second table column. Table:...

0 Likes
2 Replies
Solved
posted 10 years ago

Why do not we use mailing list?

Why do not we use mailing list? Like other open source community? Forum is very good. However, when...

0 Likes
3 Replies

Advice about authentication

Hello, i have a website with 2 different cases login with facebook api and registration, login, forg...

0 Likes
2 Replies

Cookies to Database Field Comparison

I am setting up a store for my client. They use Shopify... So in order to get login working for cust...

0 Likes
1 Replies

Cannot catch DB exceptions inside seed class

For some reason, I cannot catch DB exceptions inside a seed class: the code never enters the catch b...

0 Likes
1 Replies

How to return a single value from a scope?

This is what I have done so far: public function scopeCityName($query) { return $query ->join...

0 Likes
1 Replies
Solved
posted 10 years ago

How can I make variables to this view?

Hi I wanna send a variable to master. How can I do it? Thanks class UserController extends BaseCont...

0 Likes
2 Replies
posted 10 years ago

Subdomain Routing Issues

I am having issues with sub domains, as they will not show different content then the actual domain....

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