And the system is working?
how can i access to name of category and name of course in one elequent or rilation?
anybody can help me donwload that course ?
Have you written a book?
How can I change bcrypt hash to other type hash everywhere in Laravel 6 ?
how to get number of checkbox checked in laravel controller?
What is your query?
its empty

Hello, In this video, I talking about GitHub is now free for teams GitHub announces that GitHub is now free for teams. So watch the video for more details. C…
job table
with course_id and category_id
and i use in where user_id to show all jobs that user create
how can i access to name of category and name of course in one elequent or rilation??
job table
with course_id and category_id
and i use in where user_id to show all jobs that user create
how can i access to name of category and name of course in one elequent or rilation??
Can you reframe the doubt
I need help on this
I have two Guards
Admin
User
Also i have created controllers where user can manage his own data and admin can also manage user data. So i created two Controllers
Controllers
Admin
job table
with course_id and category_id
and i use in where user_id to show all jobs that user create
how can i access to name of category and name of course in one elequent or rilation??
$data = Job::where(‘user_id’,$request->user_id)->with(‘category’)->with(‘coirse’)->get();
Define function
Public function category(){
category_id = I’d;
}
Public function course(){
Course_id = I’d;
}
For more information ping me solo
BINARY INVESTMENT PLAN
✳TRADE $200 EARN $1,000
✳TRADE $300 EARN $1,500
✳TRADE $500 EARN $2,500
✳TRADE $1000 EARN $5,000
✳TRADE $2000 EARN $10,000
✳TRADE $3000 EARN $15,000
✳TRADE $4000 EARN $20,000
✳TRADE $5000 EARN $25,000
✳TRADE $10000 EARN $50,000
✳TRADE $20,000 EARN $100,000
PROFIT IS RECEIVED IN 24HOURS
VIP BINARY PLAN
✳TRADE $1000 EARN $7,500
✳TRADE $2000 EARN $15,000
✳TRADE $3000 EARN $22,500
✳TRADE $4000 GET $30,000
✳TRADE $5000 GET $37,500
✳TRADE $10,000 GET $75,000
✳TRADE $20,000 GET $150,000
PROFIT IS RECEIVED IN 24HOURS
INVESTMENT IS AVAILABLE
THROUGH
🌐BITCOIN
START YOUR TRADE TODAY
SEND A MESSAGE
☀☀☀☀☀☀☀
@Click_subscribe
@Click_subscribe
Buy Bitcoin from
Https://www.blockchain.com
Blockchain.com is the world’s most popular way to buy bitcoin, ethereum and more with trust. Securely store, swap, trade and buy the top cryptocurrencies.
Hola, estoy comenzando un curso de Laravel 7 para principiantes, puede servir para toda la comunidad, especialmente para los hispano-hablantes
En este video instalamos Apache, MySQL, PHP, Composer y por último realizamos la instalación limpia de Laravel 7. Todo esto en Ubuntu, una distribución de Li…

#ask hello guys, how to fix this error?
Someone should come and give us a real solution I am also having the same problem
Hola Jóvenes, hoy les traigo un video sobre como funcionan los roles y permisos en una aplicacion de Laravel !!
Este video lo hice a pedido de nuestro amigo Gabriel Lopez Cruz, ahí te va bro, muchas gracias por el apoyo.
El código de este proyecto lo pueden encontrar en mi github
https://github.com/franzbascope/Laravel-Roles-Permissions
No se olviden los pasos para correr el proyecto
1.- Clona el proyecto
-git clone https://github.com/franzbascope/Laravel-Roles-Permissions.
2.- Configura el archivo .env con tu conexion a base de datos.
3.- Corre los comandos:
-php artisan migrate
(Genera las tablas en tu base de datos)
– php artisan db:seed
(Llena las tablas con informacion basica para que tu app funcione)
4.- No te olvides de correr
– php artisan key:generate
(Genera tu clave de seguridad para tu aplicacion)
5.- Corre el proyecto
-php artisan serve
6.- Abre tu navegador en el puerto 8000 y disfruta del proyecto
Los paquetes que utilize para este proyecto son
* Spatie Laravel : https://github.com/franzbascope/Laravel…
https://laracasts.com/series/how-to-accept-payments-with-stripe
No longer do we require brick and mortar shops to sell our products. Have you written a book? Great! You can set up a webpage to sell it in a matter of minutes. It’s that easy at this point, as long as you have a touch of programming knowledge. In this series, we’ll review the ins and outs of accepting payments and subscriptions through Stripe.
Bitdefender Endpoint Security Tools blocked this page
The page you are trying to access contains a malicious attack attempt.
Detected attack: PrivacyThreat.PasswordStealer.HTTP
Access from your browser has been blocked.
how to refresh the changes in .env ? i already run this command php artisan list config:clear, cache:clear, or optimize:clear still not working
how to refresh the changes in .env ? i already run this command php artisan list config:clear, cache:clear, or optimize:clear still not working
If you are using the built in PHP server with artisan. Restart it
(I am a bigger)
(I am a bigger)
Security
(I am a bigger)
Correct responses on each point
+1
Okk
found😁☺️

this requests come from form, when i want to store it in database , show this error:
Array to string conversion
Array to string conversion
For your user_id, attendence_status, class_id. You have to run loop and store value in variable. You can not store them directly into database.
how can do i?
Use for loop or foreach loop.
foreach($arr[‘user_id’] as $key => $value)
Let me try it