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...
Hi, I would like to know if is it possible to create a new project with Laravel 5.4 yet ? Or how lon...
these are my controller model and form which has checkbox array which i am trying to save to a singl...
Hello So today i moved my laravel (5.3) project to another Directory in my computer and a problem oc...
Homestead tutorial series for absolute beginners https://tutorials.kode-blog.com/homestead-laravel
Hi, I need a little help... I'm trying to run a Lumen project where composer install/update hasn't d...
hey guys have any of you guys ever use laravel for production and had to migrate all the files from...
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