Support the ongoing development of Laravel.io →

how to ensure sequence of integers

I have a table with categories: string: label integer: order I wish for order to be a continuous lis...

0 Likes
0 Replies
posted 9 years ago

Syntax error or access violation: 1064

Hello, I get an issue on my DB::insert query. Can anyone please advise what is wrong. The error here...

0 Likes
0 Replies

Model::create SQL Insert Error

Hi, when i try to create/insert a new Model instance with $maintenance = Maintenance::create(array(...

0 Likes
0 Replies
posted 9 years ago

How can I further my career as a PHP developer?

I have been developing for about two years now, and I am still going to a two year college trying to...

0 Likes
2 Replies
posted 9 years ago

Getting validation to work

I'm busy trying to get validation to work, but when I test it out no error gets displayed. I'm not s...

0 Likes
2 Replies
posted 9 years ago

Form with morph relationship

Hello! I have a doubt about how to use forms with morph relationship. For example: I have this table...

0 Likes
2 Replies

Random log out on specific route

So here's a problem I've encountered now. I have some page to view stats for different kinds of cont...

0 Likes
0 Replies
posted 9 years ago

A week of Laravel (24 April-01 May 2016)

laravel/framework master d261581: fix comment @taylorotwell 990b281: [5.2] Return null instead of 0...

0 Likes
0 Replies

Elixir does not output CSS

Hi, When try to run Gulp, the console shows me the next: [02:23:29] Using gulpfile D:\[apps]\allgame...

0 Likes
0 Replies

Laravel 5 shared hosting challenge

Hello, please, I am trying to host Laravel 5 on a shared hosting. When I access www.example.com/my_a...

0 Likes
1 Replies
posted 9 years ago

Laravel serving up pages from invalid route

I have the following route: Route::resource('users', 'ProfileController'); When I go to example.com/...

0 Likes
0 Replies
posted 9 years ago

Dynamically handle multiple domains

the idea is simple: Our SaaS Administration panel can be reached by "adminDomain.com" Of c...

0 Likes
0 Replies

Laravel 5.2 Auth not working/Session not persisting

In regards to this same issue: https://github.com/laravel/framework/issues/12076 Basically, I've bee...

0 Likes
2 Replies
posted 9 years ago

How do I get the last inserted id (PDO::lastInsertId)?

public function createComment(Request $request) { $comment = new Comment();...

0 Likes
2 Replies
Solved

how to put routing and pages together in Laravel

hi there , I am pretty new to Laravel, I am so confused on how to start this. but basically I have a...

0 Likes
2 Replies
posted 9 years ago

After moving to Homestead server laravel cant find view files

I recently switched from Mac OSX local apache and mysql to Laravel/Homestead server. When i try run...

0 Likes
1 Replies

Class 'App\Http\Controllers\Auth' not found

I'm trying to add a post to my posts table. public function createPost(Request $request) {...

0 Likes
2 Replies

best shared hosting for laravel 5.1

what is the best and cheep shared hosting I can deploy laravel 5.x and use artisan and composer. I h...

0 Likes
0 Replies

map method on RouteServiceProvider.

How map method being invoke in RouteServiceProvider behind the scenes? I'm trying to dig in the &quo...

0 Likes
0 Replies

Elixir and mixing different styles into one

Hi there, I'm trying to mix sass file with css file via elixir to give me output of one combined fil...

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