Support the ongoing development of Laravel.io →

Darius Blaszyk

Joined 21 Aug 2019

Statistics

Threads 5
Replies 6
Solutions 2
Articles 0

Installing jetstream on fresh laravel 8x

On a fresh laravel project I would like to install jetstream as described by the documentation which...

0 Likes
0 Replies
posted 4 years ago

Translations in Laravel app

Setting up translations is extremely easy in Laravel. I have a JSON file that has all strings that n...

0 Likes
1 Replies
posted 4 years ago

Dropdown data from other table

I have the following tables; master - id - name - city_id cities - id - name In the edit page of...

0 Likes
1 Replies
Solved

How to create a query out of this!

Hi there, How can I convert this SQL into PHP? UPDATE cashbooks SET amount = amount - (SELECT amo...

0 Likes
2 Replies
posted 4 years ago

Add button with action

Hi, I would like to add a button to a page that invokes a database action. Let's call the action &qu...

0 Likes
4 Replies
Solved
replied 4 years ago

How to create a query out of this!

Thanks Taftse! I have made a note in my todo-list. Currently I do not have relations setup correctly...

0 Likes
replied 4 years ago

Dropdown data from other table

Hmm I guess not. This solution works for me...

0 Likes
Solved
replied 4 years ago

Insert in Database number of seats

Hi, you will need to provide more details to explain exactly what you are trying to achieve. A possi...

0 Likes
replied 4 years ago

Add button with action

Found it! I'm posting the solution here for anyone else struggling with this. I found the problem by...

0 Likes
Solved
replied 4 years ago

Add button with action

I'm completely lost I'm afraid. I added the following to web.php; Route::get('cashbooktransactions/a...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.