Skip to main content

Questions tagged [laravel]

Laravel is an open-source PHP web development framework created by Taylor Otwell. Laravel helps you create applications using simple, expressive syntax.

Filter by
Sorted by
Tagged with
2 votes
1 answer
116 views

I have made a Laravel 8 blogging application that supports themes. I had made a custom 404 template for every theme, the path to it being ...
Razvan Zamfir's user avatar
3 votes
2 answers
165 views

I’ve built a backend-only wallet service using Laravel 8, and it’s fully containerized with Docker. The project handles two user roles (Players and Backoffice Agents) and provides JWT-based ...
Şirin Berhuş's user avatar
5 votes
2 answers
244 views

I’m developing a Laravel app which acts as a client to consume a 3rd party Strava API. My app also functions as an API for a frontend SPA. The user (which is just me for the time being) will already ...
ah5's user avatar
  • 51
3 votes
1 answer
186 views

I have a master page, where I need to render data from multiple models. I have made a prototype of that page to show only the required conditions. What is the best approach for controller to retrieve ...
nischalinn's user avatar
4 votes
4 answers
279 views

I am working on a blogging application in Laravel 8. I have added "live validation" to the registration form with JavaScript. For password strength, I use Zxcvbn. The registration form ...
Razvan Zamfir's user avatar
3 votes
1 answer
236 views

I am working on a blogging application in Laravel 8. I have put together a way to preview and remove the main article image. In the ArticleController.php controller,...
Razvan Zamfir's user avatar
5 votes
1 answer
559 views

I got as task to build a simple Laravel API that should: 1 - Create User API 2 - Get Users API So I run the artisan command to ...
oderfla's user avatar
  • 235
4 votes
1 answer
241 views

The frontend has a table with hundreds of rows. Each row consists of different inputs (text, file, ...
pileup's user avatar
  • 461
3 votes
4 answers
784 views

In my case I am saving a URL into my database via Eloquent Model: ...
Dimitrios Desyllas's user avatar
2 votes
0 answers
209 views

I've got an open-source project that I've been working on for a while, and I'm looking for advice on handling large classes. It's a Laravel 10+ package for building forms, and everything works fine, ...
Second2None's user avatar
2 votes
1 answer
109 views

I am currently working on integrating PayPal with my Laravel application, and it's my first time incorporating PayPal for production use. I have written the following code and would greatly appreciate ...
titac projets's user avatar
3 votes
1 answer
125 views

This is my Laravel seeder for two database tables. I need to make this seeder more efficient and optimized. How can this be achieved? I would appreciate some tips. ...
Tarikul's user avatar
  • 31
2 votes
1 answer
200 views

I need to insert or update a row that has created_at and last_update timestamps. created_at ...
pileup's user avatar
  • 461
2 votes
1 answer
147 views

I wrote a script that uses an uploaded excel file to import data to the database. It checks for the image first if it can be downloaded without any error then insert the rest of the data. With ten or ...
Benjji's user avatar
  • 21
5 votes
1 answer
872 views

Background This is for an API and I'd like to use this Upsert action to take data from a request and only update the requested fields. I.e. These are partial updates and I will not update every field ...
Taintedmedialtd's user avatar
1 vote
1 answer
434 views

I'm building a Laravel app (with Vue3 and InertiaJS), and I'm attempting to create relationships between three models: User Area WorkHours where WorkHours is the ...
wonder95's user avatar
  • 121
3 votes
2 answers
277 views

So I am currently writing a function in laravel that handles URL parameter filters. How the code works: So we have the following two URL parameters: timeframe and <...
Nifty Matrix's user avatar
1 vote
1 answer
151 views

So I have the following relationship in my Model: Events Model: ...
Nifty Matrix's user avatar
1 vote
1 answer
155 views

I am working on a blogging application in Laravel 8. The application supports themes. In a nutshell, theme support works like this: In the views directory, I have ...
Razvan Zamfir's user avatar
2 votes
2 answers
519 views

I am working on a blogging application in Laravel 8. The application assigns users roles and permissions. There is a many-to-many relationship between roles and permissions. I have created a custom ...
Razvan Zamfir's user avatar
5 votes
1 answer
2k views

I have a filter component that lets a user filter for events on a website. The user needs to see which category is currently selected in the filter. For this there is a URL with parameters. e.g. ...
user avatar
3 votes
1 answer
305 views

I have a problem. In my project the user can copy a menu for a specific day or for a specific week. The value that will be sent to the back-end will be something like: ...
A. Vreeswijk's user avatar
4 votes
0 answers
76 views

I have a Laravel 8 project hosted at xxx/laravel/ on an Apache server, where xxx is the domain. I want to serve the contents of <...
Ichi's user avatar
  • 93
2 votes
2 answers
202 views

I'm new at Laravel and I got an assessment task from company where they want me to create a mini-blog with Users and Posts. I was using following methods: index, create, show, store, edit and destroy ...
mhdev's user avatar
  • 23
1 vote
1 answer
290 views

I'm working with ACF in WP which provides a get_field() function. The function can return an array of values, null or false. ...
mrmadhat's user avatar
  • 168
1 vote
2 answers
303 views

I am working on a blogging application in Laravel 8. In the FrontendController controller I have: ...
Razvan Zamfir's user avatar
1 vote
2 answers
109 views

I have this function in my code, this way I validate if a new movie session can be inserted, it works, but I wanted to find a better way to do it. ...
Drezio's user avatar
  • 11
2 votes
1 answer
433 views

I wrote a middleware for laravel that grabs the current metadata for the specific URL you visit. How it works: we use the $request and compare the current URL: <...
user avatar
1 vote
1 answer
89 views

I am trying to learn to improve my coding on a daily basis and this is one of the first times I am posting on here, so bear with me. I have two models, a Payment and an Expense model. A ...
Hardist's user avatar
  • 397
2 votes
1 answer
280 views

I have a pivot table called invite_riskarea which is designed as follows: This table stores the permissions that have a specific user (through an invite id) to ...
sfarzoso's user avatar
  • 117
3 votes
1 answer
76 views

I've stored a set of theme related configuration in a config file. config/theme.php ...
shrayder's user avatar
1 vote
1 answer
129 views

I have the following Laravel controller that searches through two models - Manufacturer and SearchTerm (which contains models of manufacturers, synonyms of models as well as common misspellings) using ...
Hashim Aziz's user avatar
1 vote
4 answers
657 views

This is a function that reads a setting data from DB. ...
flow Stack's user avatar
1 vote
1 answer
559 views

I have 3 tables: regional with Regional Model (id,kode) status_kontrak with StatusKontrak Model (id,status,user_id,...,...) users with User Model (id, regional_id). My purpose is to get a collection ...
Matius Nugroho Aryanto's user avatar
5 votes
2 answers
528 views

I am trying to build a website that shows events. And I use the following controller. Please note that the urls ($view and ...
user avatar
2 votes
2 answers
122 views

I have this controller method to add a course and it works fine but I really don't like this code because I think it's too large and a little bit ugly I was trying to do it cleaner and a little bit ...
user avatar
1 vote
1 answer
213 views

In my app users can create and soft-delete payment gateways something like Paypal. Users of a website can connect to the gateway and make payments. I've written the logic in a transaction also locking ...
Jacqueline's user avatar
1 vote
1 answer
131 views

I've built this complex form or at least what I would consider a complex form and it feels really dirty. It felt dirty while I was programming it but I wanted to get it working and then go back and ...
Jonathon's user avatar
  • 111
0 votes
1 answer
678 views

is there a more elegant way to do what the code below does without use "foreach"? I am trying to load answers from questions but only the answers that contains a direct relation with an ...
Vinicius.Silva's user avatar
3 votes
1 answer
302 views

Here is my starting point for a laravel CRUD controller. I would appreciate it if someone could do a review and show me how an experienced developer would approach this. I do not want to progress with ...
Jake Feeley's user avatar
2 votes
1 answer
105 views

I'm working on creating code with a nice balance between concise and readable. How would you improve this Laravel code block to make it more compact and readable? ...
Lisandro's user avatar
2 votes
2 answers
261 views

I'm currently reading about "Lean controllers"/"Business logic on services" and trying to refactor some legacy code. However I am struggling to apply what is taught in the ...
Marco Aurelio's user avatar
1 vote
1 answer
1k views

I want some opinions about my code that implements store and update for a Laravel 8 form request. The make function is for storing the data and the ...
Zikri Munandar's user avatar
3 votes
1 answer
576 views

I have an order model and a client model. A client has many orders, an order belongs to a single client. In the client model I keep track of how much money a client paid (...
Bogdan Ta's user avatar
1 vote
1 answer
179 views

I want to make the code below prettier but I don't know what to change and how to change. I know that the controller should be easy, delegating actions related to models or to services or something ...
skoryi-romb's user avatar
2 votes
3 answers
2k views

I'm using PHP/Laravel and I have two controllers. Controllers/PaymentController Controllers/PaymentExpressControler They both create an request which is exactly the same, but it has some differences....
hamon's user avatar
  • 55
4 votes
2 answers
5k views

I am working on a Laravel application (Github repo) that requires user registration and login. After registration, the users can change their registration details (except password, for which there is ...
Razvan Zamfir's user avatar
1 vote
2 answers
5k views

I'm using Laravel and this PHP method is in a controller. It's the back-end for a edit profile page. The user can change the profile picture, reset the password, the username, and so on. I'm new in ...
Gass's user avatar
  • 203
4 votes
1 answer
136 views

I want to ask question about a better way for implementing single endpoint REST. I want to build a rest API but I want it to only have single endpoint like: graphql,...
ucup's user avatar
  • 143
2 votes
1 answer
145 views

I have created a test, also the interfaces to be implemented for each test case based on user's role because I think it would make it easier to understand what the test case will and should do, also ...
Yura's user avatar
  • 121

1
2 3 4 5 6