I've started a new project in using Homestead on my Mac (Mavericks), and I'm using Forge to deploy t...
Hello, I have a view file which looks like this: <div id = "div-question-form"> <form id="q...
Would you like to discuss any ideas in this video? This is a great place to do so! Learn about utili...
I'm trying to create batched pdf invoices (using barryvdh/laravel-dompdf: https://github.com/barryvd...
Not sure where to put this these days - spend a few months away from the forums and then boom! - eve...
After i set a global view data using view::share() is there anyway to access what's inside it later...
Would you like to discuss any ideas in this video? This is a great place to do so! Decoupling the Mo...
Hi, I know that if I can set the value for the $primaryKey protected field in my model in order to t...
Hey guys, what do you think about the following: Route::get('/', Auth::check() ? 'Controller\Menu@sh...
I have a ManyToMany relation Users controller public function measurement() { return $th...
I have a form like below in a blade template file. {{Form::open(array('url' => 'http://b.xyz.app:...
Hi, In PHPStorm, I have as 'PHPUnit Library' the 'custom autoloader', which is 'vendor\autoload.php'...
I have a namespace like foo/bar I have added this line: use Illuminate\Routing\Route; but still get...
We have a historical database application written in MS Access. The key screen allows the user to up...
Hello! I'm quite new in the Laravel community. I didn't see any other of my fellow countrymen, so ju...
anyone else has had a problem with the find function of eloquentORM?
Hi there How I can cache Eager loading in laravel? suppose that we have this query : $today_posts =...
their is any example to react.js + laravel ?
From my model... public function getNumberDeletedAttribute($value) { return (bool)$value; } public...
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