Hi, As the subject, I'm running Laravel 4.1 on a Linux web server that I need to connect to a Window...
Hi! I'm using Laravel 5.1 on my project, it's a website migration from ASP Classic to PHP. The thing...
Hi, I m looking for an example or a module i can use that will give me a page with a list of records...
Hi I'm very new to the Laravel framework and the community. I installed it, and as I come to underst...
I'm using homestead, and would like to set up my server to be exactly like homestead. I already have...
The new stable release 2016.04 for Laravel is now available! A new message queue infrastructure has...
Hi I need to retrieve a total of credits. When I put this in the browser it works and gives only a t...
Hello All! I'm going to use Larave 5. My task is to build something like "Role Based Access Con...
I am trying to validate a CSV file using below code. $this->validate($request, [ 'productccsv' =&...
Hello I have been hitting an issue maybe some one has encountered. I have a fresh and shiny new ins...
I am trying to reset from form available at http://localhost/myprokect/public/password/reset/dynamic...
Hello, How can I access a Model's properties in a Controller in Laravel? In my User model I have thi...
Hello everyone, I was wandering if it is possible to create a custom config file. Reason why I want...
Hi, how can I transcribe this sql select with Eloquent? SELECT * FROM player WHERE concat(YEAR(CURDA...
Obviously red the documentaion om Blade Templates but doesn't really get it. I succeded in calling t...
if I had variable declared in view like this //in index.blade.php <?php $var = Model::find(1)...
How does one add a line break to the plain text version of an email message when using a blade templ...
In my routes.php I have: <?php Route::get('/post/new', [ 'uses' => 'BlogController@newPost',...
I am trying to integrate sentry with my 5.0.16 laravel app but I'm getting this error when trying to...
Been a giant fan of Sublime Text for the past couple years, have used nothing else. However, I have...
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.