python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Problem with Laravel spatie/laravel-permissions ( HasRole in Model User )
I have a problem with the spatie/laravel-permissions library.
Previously I had it implemented in my system but after doing composer update it stopped working...
The problem is when I add the HasRole i...
Hachhe
Votes: 0
Answers: 2
NOT_AUTHORIZED PAYEE_NOT_CONSENTED in paypal
I am new to PayPal and I am trying to create an app like Fiverr and Upwork where users can sell services and get paid but before they start to sell services they need to connect their PayPal accounts ...
sohail ahmad
Votes: 0
Answers: 1
In Laravel Eloquent, how do you UPDATE a model with a cast encrypted field in a table with a composite primary key?
I finally found out how to update data in a table with a composite primary key in Laravel. This is how. (Let's say the Vehicles table has a composite primary key of "make" and "model&q...
Magmatic
Votes: 0
Answers: 2
How can i use Laraval Lang with JS confirm model?
<script type="text/javascript">
$('.ask').on('click', function () {
var message = "{{ __('so.fields.are-you-sure') }}";
confirm(message);
}
</script>
I want to sh...
bayaz
Votes: 0
Answers: 1