Hi all, Im relatively new to laravel, but have been doing PHP for the last year with MySql, Im curre...
I want to queue and send mails with database based queue driver. I can send emails with that: Mail::...
Having some issues with a new virtual host: "No input file specified." when all of my path...
I'm re-building an old site of mine and learning Laravel as I go but I have a problem which might ju...
I'm using laravel 5.4 to make a custom form validation. But why is the custom error message isn't di...
Hi, I developped a main app, and then I refactor a part into a plugin. In my plugin, I copied the mo...
I'am new in laravel. I have query builder like this : $menu = DB::select("SELECT menu_id, menu_...
Hello everyone, is it possible to accept auth-token OR jwt-auth token in middleware on new request?...
Hi, I'm building a website for a music association, and only want users to be able to login when the...
Hi, I want to throw exception in my controller. I use this code: abort(404, 'user not found') I wan...
I have a method Assets. It has this this relation: public function fields() { return $this->...
So i've upgraded a project i'm working on to 5.4 version and wants to take advantage of webpack. so...
Hi! I'm a new Laravel user, coming from cakephp. I've created an aplication with an initial login fo...
I'm working on a project that imports data from the Riot API (League of Legends). I'm currently usin...
i have a \App\Polices\CustomPolicy with a method public function view(User $user, CustomModel $model...
$users = DB::table('products')->orderBy($sortbysql, $sortbysqltype) -> where('product_name', '...
How can I have a unique validation rule on 2 fields? a. The application should not allow two people...
with reference to http://stackoverflow.com/questions/42100798/format-formrequest-validation-error-re...
When I use the new Markdown Mail feature I get valid HTML emails, but the plain text email counterpa...
Normally with a session_set_save_handler you would also register a shutdown handler with session_reg...
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