Latest commit mehrmoudi Remove the infamous repo Oct 20, 2018 8449dc3·Oct 20, 2018 History History
![Build Status](https://github.com/use-the-fork/laravel-synapse/actions/workflows/tests.yml/badge.svg) ![Downloads](https://img.shields.io/packagist/dm/use-the-fork/synapse) [Click here to read the documentation](https://use-the-fork.github.io/synapse/) Synapse allows you to seamlessly...
<x-dropdown-item href="/?{{ Arr::query(request()->except('category', 'page')) }}" :active="request()->routeIs('home')">All </x-dropdown-item> More in docs: https://laravel.com/docs/8.x/helpers#method-array-query 3 Level 1 Subscriber milesstyles Posted 2 years ago I'...
Combine two tables into one result set. merge/append/join I have an expenses and expense_splits table. I'd like to combine both into one result set. Every expense_splits should have added attributes from the expense it belongs to. It seems like there is a lot of ways to go about thi...
Laravel includes built-in middleware to make this process a breeze. Implementing this feature will require you to define two routes: one route to display a view asking the user to confirm their password and another route to confirm that the password is valid and redirect the user to their ...
"laravelcollective/html": "^5.4", "league/commonmark": "0.15.*", "league/csv": "8.*", "php-coveralls/php-coveralls": "^1.0", "pragmarx/google2fa": "1.*", "rcrowe/twigbridge": "0.9.*", "rmccue/requests": "1.*", Expand All @@ -73,7 +72,8 @@ "mockery/mockery": "0.9...
The UNION operator is used to combine the [result-set] of two or more SELECT statements. So, The right way is to filter them separately like : public function sourceTransactions($id = null) { return $this->hasMany(Transaction::class,'source_wallet_id') ->when($id,fn($query,$id)=>...
What if I usefullUrlWithQuery()method?https://laravel.com/docs/8.x/requests#retrieving-the-request-url Reply Level 4 tvbz Posted 3 years ago The active category in category-dropdown component has been lost somewhere in previous lessons. Here is my fix. ...