To run one laravel project we only need to type "php artisan serve". and it will be available on port 8000. But sometimes we need to run multiple projects at t
My goal is log in to Swagger API to get access to endpoints. With auth token in future. I tryed to put Devise line in ApplicationController: before_action :au
I am querying a table that has a datetime column and the value is in the format time stamp with time zone. I've tried doing a select hour(timestamp,-5) as NTim
I wanted to add price/value on each day, the data fetched from the backend. It similar like Flight Datepicker on any websites, could Vuetify do that? or is ther
Good day, I am tiring to create an invoice with a custom module, the below code gives me an error. ....... invoice = self.with_context(pricelist_context).creat
What is the correct way to count English words in a document using regular expression? I tried with: words=re.findall('\w+', open('text.txt').read().lower())
I have setup a run configuration in eclipse but it's running in localhost:8080 but I want it to run in localhost:8080/demo/ but it's not working. I have attache