L4 had artisan dump-autoload. It wasn't exactly the same thing with composer dump-autoload, it did o...
Hi, Here is relevant chunk of code from routes.php Route::post('testPost', function(){ echo &quo...
I have a config table which holds lots of configuration values How can I create a static helper/clas...
how do a query to do join between table-contact db1 with table-client db2. db1 db2...
I've to protect the auth/register url, how can i do it? i've just my ACL mechanism implemented. In m...
I want to create a directory that contains themes (so alternative views, css, js etc). I'm using the...
hi guys, I have been building some app-sites with Laravel and find myself repeatedly in the situatio...
I am trying to implement an auth driver for authentification over an API to another pre-existing sys...
Hello everyone, I would like to know how can I create a php/javaBridge in laravel. I have my website...
If I make my auth route '/' /login and /register work fine but /password/email and /password/reset t...
I made a small package that tracks when your users were last on your site. the package let's you cho...
Hello, i am new in the PHP world. My question about Laravel is what can i do and create with Laravel...
I found that some middleware class implements the base Middleware class and some don't, whats the di...
Hey guys, I have a package and i would like to add some jQuery to the package. Does someone have a g...
I have a simple app I am building that allows users to create post that allow up to 4 images attache...
I'm running Laravel 4.1 on a shared-hosting site called iPage. It seems to meet all the requirement...
I am in the process of cleaning up some very dense code, and I am suddenly getting 404 errors on som...
I create a collection from result of a external webservice for calculate ships: $tipos = ['2' =>...
I tried using @foreach ($product as $index => $pro) <td>{{$index+1}} </td> @endforeac...
i am getting Error in Auth::attempt($auth). i have been tried almost everything. anyone has idea how...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community