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

laravel POST request to root url

MY root url contains a form and it submits to itself ..i made two route and two method one for get a...

0 Likes
4 Replies

mongodb not working

The documentation for https://github.com/jenssegers/laravel-mongodb doesn't go into much detail abou...

0 Likes
1 Replies

Upload json file to mongo db

Hello there, Is there any to map the json file and upload its content to mongodb? Any suggestions fo...

0 Likes
2 Replies
posted 8 years ago

Unique Session ID error

Hello, I am using laravel 5.1.31 Currently I am trying to set my session driver file to database, ac...

0 Likes
0 Replies

php artisan key:generate KEY not validating

Using Laravel 5 After using the command php artisan key:generate I get the following KEY base64:DBY4...

0 Likes
0 Replies

How to handle "release jobs"

In my code i often use database values. So for every release i have to store some records in the dat...

0 Likes
1 Replies

Too Much Spam

Hi everyone! I just want to start out by saying that I love Laravel and how awesome it is to use!!!...

0 Likes
3 Replies

Laravel homestead suddenly stopped using 8000 port suffix when submitting forms

I have a form that looks like this: <form method="POST" action="{{ route('flyers.s...

0 Likes
0 Replies

Managing dynamically added form inputs

I have two models Service and Toppings. Each Service hasMany Toppings, Toppings belongsTo Service. B...

0 Likes
2 Replies
Solved

Do i need some plugin, library, dependency to connect Laravel 5.x with MS sql server

Hi everybody Im new in the Laravel's world and let me tell you it looks very interesting and fresh f...

0 Likes
1 Replies

Problem with smtp on Laravel 4.2

Hello, i have a problem with sending mails from laravel. Laravel should use the smtp service from my...

0 Likes
0 Replies

Redirecting from inside a custom class

In the constructor method of my controllers I have a line similar to the following; AdminHelper::use...

0 Likes
3 Replies

how to redirect users after loging in back to the url they have come from in laravel's default authentication system

I am using laravel 5.2 and i have made authentication system by using laravel's "make:auth"...

0 Likes
0 Replies
posted 9 years ago

Jade templating?

Is there actually a Jade templating engine for Laravel 5? I've tried rvanasperen/laravel-jade but it...

0 Likes
2 Replies

Laravel 5.2 json response

So I've been struggling with this problem for the past few days. I want to return $name as a json re...

0 Likes
7 Replies

Data doesn't exist when php artisan migrate

I migrated my local laravel 5 project onto my AWS ec2 lamp Ubuntu server. http://realtoraxe.com/real...

0 Likes
0 Replies
posted 8 years ago

Sentinel Kickstart laravel 5.2?

Hello, Is it possible to use Sentinel Kickstart on laravel 5.2? How can I do this job? Anyone done t...

0 Likes
0 Replies

Laravel request $data array

Can I do the following by passing both $request and $data in the same line? I have looked over the l...

0 Likes
3 Replies

[PDOException] could not find driver on ubuntu lamp (mysql) ?

I am new install laravel in Ubuntu (mysql). I use Bitnami Lamp server. I get message when i run comm...

0 Likes
11 Replies
posted 8 years ago

Composite key

I have the following tables: Table: clients Schema::create('clients', function(Blueprint $table) {...

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.