Skip to content
Advertisement

Tag: laravel

Multiple selects in laravel 6.0

0, I have this code that works perfectly $data = DB::table(‘incidencias’) ->join(‘clientes_incid’, ‘clientes_incid.rif’, ‘=’, ‘incidencias.rif’) ->select(DB::raw(‘count(*) as gold, …

Laravel 6 user auth page not working properly

Today I installed laravel 6.x version for a new project. I have PHP 7.3 in my system so laravel 6 was successfully installed. Then I run this command to set the Auth UI for VueJS. along with this command: But when I checked my login page, it was just an html skeleton. I checked over the internet and found a

Advertisement