Hello, I have a question regarding Laravel on a large scale environment. We have a hosting company...
open page from routes not run css files whatis the problem? Route::get('/', function(){ return Vi...
Hello In the past I use laravel.phar (on /usr/local/bin) and I think it's better than path method So...
Hi, someone knows how to use Eloquent Method each? I mean, I'm using it but, I can just return value...
Hi there, I new there and with laravel. I try make users Authentication but have all time have this...
In most of the code I write, 90% of the time I declare the data variable at a global scope. Is this...
Hello I have following structure Table categories Table posts Table category_post Table users Table...
SCENARIO I have built a party booking engine with Laravel, which requires a Down payment to reserve...
I am trying to use usort and sortby to basically after the code below is 1. sort $featureLists by 'f...
Hello, I try to make a financial app. Now I have this problem. I have customers which are put into a...
Going through the QuickStart tutorial, here ( http://laravel.com/docs/quick ), I found the added rou...
How do you solve the following: I'm working on a subpackage to my main project. Using the Workbench...
I am using DB::raw how can i format a date field in the database 'DATE_FORMAT(created_at,"%m %j...
Hi, is there an easy way, to trace the changes in a database using eloquent? I am using a mySQL data...
I can validate numeric using Ardent this way in my model: public static $rules = array( 'featid'...
Hi all, I have a generic template for my website, called "dashboard.blade.php". If i need...
Can someone give me a pointer in the right direction? :-) Below a very simple test. User is on a pos...
Hi all, I would like to switch from YII to Laravel but I am not sure I can generate views with forms...
Hi, i just enter the github.com/laravel/framework to search for someone with a problem like mine and...
I'm trying to figure out how to get the last 10 submitted posts in each category (by name) and order...
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.