I have a query that counts rows in a table that equal 5. For some reason it is running multiple time...
Not sure what happened. Maybe a recent update? I push my code changes to my public environment from...
I have a view in (inbox/pagination.blade.php) Here is the contents @if($paginator->getLastPage()...
I am building a specific kind of messaging system. A user can message a user. A user can message a c...
( cross posted @laracasts too, just want you guys to check this out http://goo.gl/c0uc1S ) Just foun...
is there more than one "library"? why not use a named route. <a href="{{{ URL::rou...
your best bet (to optimize server resources) is to implement a timestamp column on the db record, an...
you can also look into this. https://github.com/JN-Jones/web-artisan It is a web based script that s...
create a php file and run the code. <?php exec("php artisan migrate"); something like...
What are you using to handle your emails for the domain? I use mailgun. You can set it to forward al...
The Laravel portal for problem solving, knowledge sharing and community building.