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

artisan dump-autoload in L5 ?

L4 had artisan dump-autoload. It wasn't exactly the same thing with composer dump-autoload, it did o...

0 Likes
1 Replies
Solved

Route doesn't work for POST method

Hi, Here is relevant chunk of code from routes.php Route::post('testPost', function(){ echo &quo...

0 Likes
4 Replies

Larvel5 Global $config var - fetched form db?

I have a config table which holds lots of configuration values How can I create a static helper/clas...

0 Likes
0 Replies

Join table multiple connection

how do a query to do join between table-contact db1 with table-client db2. db1 db2...

0 Likes
5 Replies

Protect register url

I've to protect the auth/register url, how can i do it? i've just my ACL mechanism implemented. In m...

0 Likes
1 Replies
Solved
posted 10 years ago

How to use View::addLocation for themes, and where to put this code?

I want to create a directory that contains themes (so alternative views, css, js etc). I'm using the...

0 Likes
0 Replies

getgrav.org flat-file CMS integration with Laravel?

hi guys, I have been building some app-sites with Laravel and find myself repeatedly in the situatio...

0 Likes
4 Replies

Dynamic Validation Errors

I am trying to implement an auth driver for authentification over an API to another pre-existing sys...

0 Likes
0 Replies

php/javaBridge in laravel

Hello everyone, I would like to know how can I create a php/javaBridge in laravel. I have my website...

0 Likes
0 Replies

Changing Auth route to '/' breaks password routes

If I make my auth route '/' /login and /register work fine but /password/email and /password/reset t...

0 Likes
1 Replies
Solved

usr.Lastly - L5 package

I made a small package that tracks when your users were last on your site. the package let's you cho...

0 Likes
0 Replies
posted 10 years ago

What can i do whit Laravel PHP framework?

Hello, i am new in the PHP world. My question about Laravel is what can i do and create with Laravel...

0 Likes
2 Replies

Do i have to "implements Middleware" when I create a middleware class, if not whats the difference?

I found that some middleware class implements the base Middleware class and some don't, whats the di...

0 Likes
0 Replies
posted 10 years ago

Add JS to package

Hey guys, I have a package and i would like to add some jQuery to the package. Does someone have a g...

0 Likes
0 Replies

Bulk uploading images to Amazon s3 in L5

I have a simple app I am building that allows users to create post that allow up to 4 images attache...

0 Likes
0 Replies

HTTP Basic Auth always fails on iPage

I'm running Laravel 4.1 on a shared-hosting site called iPage. It seems to meet all the requirement...

0 Likes
5 Replies
Solved
posted 10 years ago

Some image loads cause 404 errors

I am in the process of cleaning up some very dense code, and I am suddenly getting 404 errors on som...

0 Likes
1 Replies
posted 10 years ago

My collection doesn't works!

I create a collection from result of a external webservice for calculate ships: $tipos = ['2' =>...

0 Likes
8 Replies

auto number '#' in pagination table

I tried using @foreach ($product as $index => $pro) <td>{{$index+1}} </td> @endforeac...

0 Likes
3 Replies

Uninitialized string offset: 0 ErrorException in ClassLoader.php line 317.

i am getting Error in Auth::attempt($auth). i have been tried almost everything. anyone has idea how...

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.