Ayushi2020 2021-02-20 08:27:59
No, we are looking to hire full-time employees.
But for Dot Net, we can consider freelancers.
But for Dot Net, we can consider freelancers.
Prem Soni 2021-02-20 08:29:37
Ayushi2020 2021-02-20 08:27:59
No, we are looking to hire full-time employees.
But for Dot Net, we can consider freelancers.
But for Dot Net, we can consider freelancers.
sorry I have a laravel developer full-time work from home
Ayushi2020 2021-02-20 08:33:56
Okay, thank you.
Prem Soni 2021-02-20 08:41:13
Ayushi2020 2021-02-20 08:33:56
Okay, thank you.
if you want then dm me
simon_an 2021-02-20 09:16:13
https://stackoverflow.com/questions/66288601/count-parameter-must-be-an-array-or-an-object-that-implements-countable-on-la
count(): Parameter must be an array or an object that implements Countable on Laravel relationship – Stack Overflow
I have forums table, topics table and posts table. the relationship between the posts and topics to forums in one to many. I have implemented the relationship but when I try to access the topics co…
I have forums table, topics table and posts table. the relationship between the posts and topics to forums in one to many. I have implemented the relationship but when I try to access the topics co…
simon_an 2021-02-20 09:16:25
Help answer that
Harr 2021-02-20 09:49:04
Ayushi2020 2021-02-20 08:27:59
No, we are looking to hire full-time employees.
But for Dot Net, we can consider freelancers.
But for Dot Net, we can consider freelancers.
i am available if i can work remotelty
Maranmani_dev 2021-02-20 11:31:12
Ayushi2020 2021-02-20 08:20:58
https://www.linkedin.com/posts/ayushi-goel-066818152_novostack-laraveldevelopers-pythondevelopers-activity-6768759077179838464-xXA9
I am experienced laravel developer but I able to work part time
2021-02-20 12:29:07
Is it any cache control in laravel
sbruder 2021-02-20 12:45:21
Yes
deveops 2021-02-20 13:07:00
Anyone have an e-commerce app developed in laravel
deveops 2021-02-20 13:07:19
Please guide me
Aeonfox 2021-02-20 13:41:28
Hello guys . Please iam building a crypto wallet, please recommend APIs I can use to fetch rates and also prices
Jomitz 2021-02-20 14:19:00
rachidloukili 2021-02-20 03:30:27
Hello everybody, what practices should i add to secure laravel website,thanks in advance
Middlewares,validations on front end and backend for every user inputs and request variables,guards
nazmulpcc 2021-02-20 14:33:08
Aeonfox 2021-02-20 13:41:28
Hello guys . Please iam building a crypto wallet, please recommend APIs I can use to fetch rates and also prices
better ask that in a crypto group
AddTwo 2021-02-20 16:10:28
If you want course software like Udemy, you can knock me in the inbox. I’ll make your learning software inshallah
rachidloukili 2021-02-20 16:41:40
Jomitz 2021-02-20 14:19:00
Middlewares,validations on front end and backend for every user inputs and request variables,guards
Thank you so much Jo
saboorhamedi 2021-02-20 18:30:10
Hello everyone, is it possible to migrate new table and don’t lose the data in the current table which is exists in our database
mouradelcadi 2021-02-20 18:57:25
So you wanna seed data right
mouradelcadi 2021-02-20 18:57:54
Php artisan db:seed –class=……..
2021-02-20 20:34:14
guys what the country that a has the biggest number of laravel hosting sites??
artyomzp 2021-02-20 20:40:48
saboorhamedi 2021-02-20 18:30:10
Hello everyone, is it possible to migrate new table and don’t lose the data in the current table which is exists in our database
If you need new table, use only php artisan migrate without fresh. If need replace table, create new table, select data from old and insert in new
pranavsense 2021-02-20 23:14:42
I need to check if email exist in table with millions of rows
1. Im using raw select query with db instance is it good way or any better way available
2. Currently using mariadb planning to switch on postgres will it be beneficial for my particular use
1. Im using raw select query with db instance is it good way or any better way available
2. Currently using mariadb planning to switch on postgres will it be beneficial for my particular use
sbruder 2021-02-20 23:21:21
1- index and 2- cache and you will be good.
pranavsense 2021-02-20 23:24:04
I have added index to email column and you suggesting to cache every query, there will be lots of queries none of them will be similar so is that feasible
sbruder 2021-02-20 23:27:25
Cache every query (with its own cache). If it’s feasible refactor your code around a single cache HasIt or something like that and rewrite your queries “around” that fact
nazmulpcc 2021-02-20 23:29:34
Indexing will make the main difference, whether you use pdo or raw query or eloquent won’t make much difference. You can cache the result if in your use case you expect the same query multiple times within a short period of time.
nazmulpcc 2021-02-20 23:31:52
One other thing you can do is, create md5 hashes of emails, and then create a directory structure based on that.
nazmulpcc 2021-02-20 23:33:22
For example, if an MD5 hash is abcdefghrestofthehash, you create an empty file at /emails/ab/cd/ef/ghrestofthehash
nazmulpcc 2021-02-20 23:33:42
That way, your checks will be really fast
nazmulpcc 2021-02-20 23:34:12
but you’ll have to maintain the file list(make sure it’s synced with db)
nazmulpcc 2021-02-20 23:34:50
nazmulpcc 2021-02-20 23:33:42
That way, your checks will be really fast
as you only check if the file exists, it will be faster than Laravels caching implementation
The_mr_ashish 2021-02-20 23:43:17
How to single api use to auth user and guest user in laravel
Manoj Mehta 2021-02-21 00:15:59
https://tinyurl.com/yal7jbuz
Manoj Mehta 2021-02-21 00:16:48
Manoj Mehta 2021-02-21 00:15:59
https://tinyurl.com/yal7jbuz
how i can get data like this data array