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

Testing Laravel5 - Create a user

i am trying to do something very simple. Just create a user via an ajax post request UserController....

0 Likes
2 Replies
Solved

View not found

Hi, I started to develop with laravel a week ago, and i like it, is really easy to use, but I have a...

0 Likes
3 Replies
posted 10 years ago

Getting the same value in ID Column

I have two tables 1.Department 2.Subdepartment Department have many subdepartment. Subdepartment hav...

0 Likes
1 Replies

[Application] Sentinel Kickstart - bootstrap starter application

Sentinel Kickstart A Starter Application Powered By Sentinel on Laravel Package Story Package histor...

0 Likes
1 Replies

Where should a newb begin with laravel....:)

So I am starting out with Laravel because of the following....... I have a passion of building thin...

0 Likes
2 Replies

Eloquent set model integer value to 0, gives massive problems

Hey there, When i insert a row to the database ( scheme below ) //scheme Schema::create('result', fu...

0 Likes
1 Replies

Insert Array is not updating timestamps

I'm trying to insert an array of data into db using the below function. User::insert($array) It ins...

0 Likes
2 Replies
posted 10 years ago

How to override the default "from" email address in Laravel

I have implemented contact form in my laravel project using 'smtp.gmail.com' host. I have used this...

0 Likes
1 Replies

Remove polymorphic relationships

Hi, I've 3 models in my app, Document belongs to User or Group: class Document extends Eloquent {...

0 Likes
3 Replies
posted 10 years ago

belongsTo model method inconsistent behavior

So I have two tables users -id -name assets -id -name -user_id I want to say a user has many...

0 Likes
8 Replies
posted 10 years ago

Server in laravel test concurrency

Hi all, I am writing to recommend me that I can use to test concurrency Laravel a server, to test mi...

0 Likes
0 Replies
posted 10 years ago

Tutorial Request: Pjax

No documentation around on how to use pjax with Laravel. How to structure it in accordance with cont...

0 Likes
2 Replies
posted 10 years ago

how to make route for 404 page?

Help me please, how to make route for 404 page? may be, like this - Route::get('*', 'HomeController@...

0 Likes
4 Replies
Solved

Android app auth via Facebook using laravel

Hi all, I have mad an Android application with a Laravel backend API. So far I have made the login s...

0 Likes
0 Replies
posted 10 years ago

seeding large table

Hello all, I have large help table: for exmaple: cities table, which contain more than 100,000 recor...

0 Likes
4 Replies

Creating a good file uploader that only accepts specific files and add the path as a string.

Hello everyone reading this. Ive been into laravel for 3 months right now. Im right now a little stu...

0 Likes
1 Replies

Laravel sorting + pagination help

Use Case: Select from users table with certain parameters (group_id, maybe a search term, etc.)...

0 Likes
0 Replies

Continuously scraping backend - how best to achieve in laravel?

I've been completely rewriting my site from my original plain php spaghetti code in laravel to make...

0 Likes
1 Replies
posted 10 years ago

laravel forge with google computing engine

Hello every body. Did any body try to use forge with google computing engine, By custom VPS?? Is the...

0 Likes
2 Replies
posted 10 years ago

Query Builder in Laravel "condition"

Hi mates! I have condition in my query how can i do this in Laravel? Post::select('id, name'); if(is...

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.

© 2025 Laravel.io - All rights reserved.