Support the ongoing development of Laravel.io →

I need table to drag&drop&sort row plugin

hello I need table to drag&drop&sort row plugin and save the update tabe in database

0 Likes
1 Replies
posted 9 years ago

Loading info from nested relationships

Any thoughts on loading a "Type" for this $user->phones->type so the output of User...

0 Likes
1 Replies
Solved
posted 9 years ago

eloquent ordering left joined table and wanting to retrieve only the first row

Hi all, I have two table, Projects and Projectnotes where Project can have many Project notes. What...

0 Likes
0 Replies

From Drupal to Laravel

I want to thank the developers of Laravel for such an easy to use tool to build php apps in. Coming...

0 Likes
4 Replies
Solved
posted 9 years ago

Stripe integration and PCI complience

Hi Guy's, I am in the mids a of integrating stripe for laravel payment. I am aware of and have used...

0 Likes
2 Replies
Solved
posted 9 years ago

larave怎么编写可以在线安装的功能模块包?

想onethink那种,制作功能模块包,然后放一个目录中,就可以自动检索,然后点安装后就可以使用

0 Likes
1 Replies
posted 9 years ago

larave怎么编写可以在线安装的功能模块包?

想onethink那种,制作功能模块包,然后放一个目录中,就可以自动检索,然后点安装后就可以使用

0 Likes
1 Replies
posted 9 years ago

Route Problem - NotFoundHttpException

I have the following route: Route::get('foo-{name}-bar', function($name){ return $name; }); When i...

0 Likes
1 Replies
Solved

how to get a single input value in an array of input form using Input::get

i have a form input like this <input type="text" name="user[username]" /> <input type="text...

0 Likes
1 Replies
posted 9 years ago

How i can install laravel in ipage host

Hii. i'm new in laravel and i try to install laravel in my ipage host and i cant. anyone can help me...

0 Likes
0 Replies

Remember Me and Confide

Does anyone know how I can confirm the remember me functionality is working? When I login no remembe...

0 Likes
6 Replies

Redirect Loop on non-existent routes?

Hi guys, So i'm making an admin section and when I go to foo.com/admin it gives me a redirect loop....

0 Likes
1 Replies
posted 9 years ago

Admin Route ends up in Redirect error

when I navigate to http://mysite.com/admin, the browser returns the redirect error message. this is...

0 Likes
3 Replies

Questions about homestead

Hello! I feel like I have no idea what I'm doing right now... I have installed homestead. It seems t...

0 Likes
1 Replies
Solved

Database Session error

Hi. I got a very strange problem... I can't use database session for my website. In local everything...

0 Likes
2 Replies
Solved
posted 9 years ago

a Simple Porwerful CRUD Generator for Laravel

https://github.com/vahidstar/laravel-crud a simple powerful artisan command to create crud for larav...

0 Likes
0 Replies

$model->save() problem

Hello guys, At my routes.php, i have Route::post('-', array('uses' => 'UserController@saveUser'))...

0 Likes
0 Replies

Split up a controller into multiple files

Hi, I have an admin controller containing every method used in my administration panel. This file is...

0 Likes
2 Replies

attaching a property to a ManyToMany relation

Hi, is there a way to attach an extra field to a pivot table and somehow checking it when grabbing d...

0 Likes
1 Replies

Complicated database model - use view or "normal" way via Eloquent

Hi, I'm rather new to Laravel development and need some help regarding a little bit complex model/da...

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

© 2024 Laravel.io - All rights reserved.