Since I made the Laravel 7.30 .4 update, when I make an eloquent BelongsToMany request, the results...
I need to make a function witch can be called in a foreach loop such has : foreach($users as $user){...
Hello, I wrote the following code to standardize the images of my photo gallery (so that they all ha...
Hello, Each change I made on blade files, I must clear the cache manually. (php artisan view:clear)...
Hello, I made a website that allow users to post pictures. Each user's page propore pulique his phot...
Hi, I found a solution but is not very elegant : public function hasdata(){ $pages = $this->pages...
Hello, the only way in found is to make like this : $users = User::select('users.firstname', 'users....
The Laravel portal for problem solving, knowledge sharing and community building.
The community