so you have it but doesnt work?
ofcourse not, who has that right to do so?
so its not laravel right?
Hello everyone, how Can i deploye my app Laravel ?
So can any one help me?
Can anyone help me in this ?
Which is the best package for implementing paypal intergrations?
Ok bro
Just open laravel website. U ll find the link at there. Otherwise just search on google as composer. U ll get.
YEA I have it and i have been working on my skills lately but i dont have an idea on this that’s why i forwarded some inquiry from someone who has been through the same scenario and is willing to share some knowledge

Here it is
I guess you know how i can go about it…it would be nice learning something from you.. It means alot..
It’s depends on where you want to deploy it
Que hace este tutorial?
Te permite segmentar la informacion que puede ver cada usuario
Proteger tus rutas
Crear usuarios
Crear Roles
Asignar permisos a estos roles
Todo esto sin escribir una linea de codigo HTML, y sin crear ningun Modelo, quieres saber como ? Solo haz click para ver mi canal de youtube !!
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…
Despacito!!
That’s all I know in your language 😁
That’s all I know in your language 😁
hahahahahahahahaha
Who can help me
About this error .
Call to a member function ‘hasLockoutTime()’ on null in /app/Http/Middleware/AuthLock. Php
I mean i have api that getting info in 1st project and send it to public file in the 2 project 🤔🤔 so how can I do it
Config->filesystem->public->root
??
So can any one help me?
please give me some suggestions for biometric attendance system in laravel 6, how to implement.
using Hardware devices, with- without intermediate software.
it is possible or not .?
if yes how .
give me some reference links please.
Laravel 7 Multiple Authentication guardsHow to use multiple Authentication using guards in Laravel 7.0? How to use multiple Authentication using guards and y…
doc, localization
Start with Laracast.com, Bitfumes – YouTube, CodersTape – YouTube
please give me some suggestions for biometric attendance system in laravel 6, how to implement.
using Hardware devices, with- without intermediate software.
it is possible or not .?
if yes how .
give me some reference links please.
Possible. But there is a chance that you have to consume their API’s
I mean i have api that getting info in 1st project and send it to public file in the 2 project 🤔🤔 so how can I do it
Use REST API calls from non API project to your API project
I mean i have api that getting info in 1st project and send it to public file in the 2 project 🤔🤔 so how can I do it
Check Guzzle if your using laravel version below 7.
In Laravel7 check documentation for HTTP Client https://laravel.com/docs/7.x/http-client
It’s a wrapper around Guzzle
I mean i have api that getting info in 1st project and send it to public file in the 2 project 🤔🤔 so how can I do it
If you have multiple database to play around then check the following tutorial
If you’re trying to connect multiple database connections, multiple database migrations, relationships & querying then this article you should definitely read.