On a fresh laravel project I would like to install jetstream as described by the documentation which...
Setting up translations is extremely easy in Laravel. I have a JSON file that has all strings that n...
I have the following tables; master - id - name - city_id cities - id - name In the edit page of...
Hi there, How can I convert this SQL into PHP? UPDATE cashbooks SET amount = amount - (SELECT amo...
Hi, I would like to add a button to a page that invokes a database action. Let's call the action &qu...
I'm confused here. I already have the following route defined in web.php; Route::resource('cashbookt...
The Laravel portal for problem solving, knowledge sharing and community building.