Skip to main content

All Questions

Tagged with
0 votes
0 answers
14 views

injecting the laravel debugbar into a VueJS app served via vue-cli-service

My team develops an app with an API using the Laravel framework and the front-end is developed with VueJS. Locally vue-cli-service serve (a wrapper around Webpack) ...
Sᴀᴍ Onᴇᴌᴀ's user avatar
3 votes
1 answer
182 views

Sending only modified data from a table to the backend as form data

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

Laravel 8 registration and login with user profiles

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
197 views

Displaying filtered user data using Ajax and PHP

I want to get my code cleaner and more efficient. This code gets variables form a PHP file and filters it to show the selected user name, all available usergroups on a list box and the groups he is ...
davidsi02's user avatar
  • 231
2 votes
2 answers
135 views

Structuring code logic for events on laravel controller

The code below will store a base64 image on another website and create an event to display the image on a Vue page in real time. It works fine and all. My question is, is this a good way of doing it ...
Grey's user avatar
  • 21
4 votes
2 answers
128 views

Filtering from a file to show information

I want to get my code cleanner and more efficient. This code gets variables form a PHP file and filters it to show the selected user name, all available usergroups on a list box and the groups he is ...
davidsi02's user avatar
  • 231
5 votes
2 answers
1k views

Implementing Laravel old data in Vuejs

Users input their pin-code which is checked against the database and returned with the locality, district and state associated with that pin-code. Multiple localities may be returned so the options ...
Arjun's user avatar
  • 171
2 votes
0 answers
92 views

Ecommerce site shipping data

I have REST API written on laravel and front end on vue.js. It is a dashboard for an ecommerce store where you can connect to post shipment service API to upload order shipment data and get tracking ...
Roman Shevchenko's user avatar
1 vote
1 answer
77 views

How to splits blade files that contain javascript? [closed]

I have these scripts ...
code-8's user avatar
  • 159
4 votes
1 answer
119 views

manage projects with Scrumpoker

I wrote a page with Laravel to manage projects with Scrumpoker through blade syntax with controllers, models and Vue.js. My problem is that I wrote the actual Scrumpoker in a single file.php file and ...
lafllamme's user avatar
0 votes
2 answers
2k views

Asynchronous query to load products from laravel controller

The following code works fine. When a user clicks on an element, an AJAX request is made, which will return the query result. The results are being displayed in a view. I read many articles where ...
Abdullah Faraz's user avatar
2 votes
1 answer
110 views

My code get data from database using AJAX and return to view

My code get data from database using AJAX the problem is i want to filter data by month year and quarter and the code that does that is: ...
user194899's user avatar
2 votes
1 answer
318 views

Laravel Single Page Application Using Angular Js

I have created a Laravel Single Page Application using Angular Js 1.3.14 by learning tutorials in the websites. index.php: ...
Kannan K's user avatar
  • 123
2 votes
1 answer
244 views

Populating a form with filtered hierarchical place names

My server performs a query to get all country data with Eloquent relationships: ...
Heng Sopheak's user avatar
7 votes
2 answers
2k views

Simple inbox functionality using JavaScript and Ajax

I've been developing a simple CMS both for practical use and learning about Laravel, and I decided to implement a simple service that makes it possible for the administrators to send messages to one ...
Ashkan Pourghasem's user avatar

15 30 50 per page