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

Example for Ajax post to laravel

Hello, I was looking to integrate with Ajax using POST Feature I need a simple form submission examp...

0 Likes
1 Replies

User LockIn on Logging in

Please help I want to prevent multiple users using same user ID simultaneously. Meaning, say a demo@...

0 Likes
3 Replies
Solved

Creating a CMS-style Poll

I am working on creating a CRUD for polls to use during an event. Pretty easy concept - on a scale o...

0 Likes
1 Replies

File based routing

First off, I love the structure of Laravel. I've used it in a project management system, and the way...

0 Likes
2 Replies

Preventing users from logingin from more than one clients

Is there anybody who already implemented, preventing one user from logging into the service while he...

0 Likes
2 Replies
Solved

Admin filter question

Hello :) I'm making an admin filter to use in the routes. filters.php Route::filter('auth.admin', fu...

0 Likes
1 Replies
Solved

File permissions for Laravel 4

In your opinion what is the best (or good) setup for file permissions on Laravel 4 applicatoin. Shou...

0 Likes
0 Replies
posted 9 years ago

Creating a model called "Event" that extends Eloquents gives me an error. Help?

I have a database table called "events" that holds wedding/exhibition events. I'm using El...

0 Likes
2 Replies
Solved

Redirect unauthenticate user

Hi.. i have insert Auth::check() is the constructor of BasicController. it is suppose to redirect al...

0 Likes
0 Replies

Printable page in Laravel

Hi, Can any one suggest me how to make the printable page in laravel. For example in E-Commerce proj...

0 Likes
2 Replies
Solved

Input::old() don't work with array?

//form {{ Form::open(array('route' => 'performances.store')) }} @for($i=1; $i<=5; $i++) Inicio...

0 Likes
2 Replies

laravel pagination with ajax call will returns links which dumps all the raw data when clicked on the links.

I have editors = User::with(['editor.credentials','editor.specialties','editor.ratings']);...

0 Likes
1 Replies

Unable to save builder in session to append to queries later

I am terrible at explaining so I will do my best in point form: Each page queries a list of data Us...

0 Likes
0 Replies

Log output going to both storage/log and PHP error_log

My Laravel application is logging to both storage/logs/laravel.log and the PHP error_log (/var/log/h...

0 Likes
1 Replies

How can I add new methods on a basic controllers?

When I create controllers whit artisan... artisan controller:make NameController Artisan creates a f...

0 Likes
2 Replies

Route no defined

I have this on my routes.php Route::any('admin/productos/showbynombre', 'Admin_ProductosController@s...

0 Likes
3 Replies
Solved

Where do I install Laravel?

Hello, I've been looking at the installation documentation to get my first Laravel app working and I...

0 Likes
3 Replies

OneToMany - Not Showing the data but the full object

Hey there, I am stumped on why my query is sending me back the full object when I do $date->exhib...

0 Likes
5 Replies
Solved

Using HTML Template codes with subdomains

I have a subdomain idp.whoisdoma.com setup, When I use the following code, the style and javascript...

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