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...
Thanks Taftse! I have made a note in my todo-list. Currently I do not have relations setup correctly...
Hi, you will need to provide more details to explain exactly what you are trying to achieve. A possi...
Found it! I'm posting the solution here for anyone else struggling with this. I found the problem by...
I'm completely lost I'm afraid. I added the following to web.php; Route::get('cashbooktransactions/a...
The Laravel portal for problem solving, knowledge sharing and community building.
The community