Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Laravel Forum - Build a Forum with Laravel  2021 Vote_lcapLaravel Forum - Build a Forum with Laravel  2021 Voting_barLaravel Forum - Build a Forum with Laravel  2021 Vote_rcap 
ПΣӨƧӨFƬ
Laravel Forum - Build a Forum with Laravel  2021 Vote_lcapLaravel Forum - Build a Forum with Laravel  2021 Voting_barLaravel Forum - Build a Forum with Laravel  2021 Vote_rcap 
ℛeℙ@¢ᴋ€r
Laravel Forum - Build a Forum with Laravel  2021 Vote_lcapLaravel Forum - Build a Forum with Laravel  2021 Voting_barLaravel Forum - Build a Forum with Laravel  2021 Vote_rcap 
大†Shinegumi†大
Laravel Forum - Build a Forum with Laravel  2021 Vote_lcapLaravel Forum - Build a Forum with Laravel  2021 Voting_barLaravel Forum - Build a Forum with Laravel  2021 Vote_rcap 
missyou123
Laravel Forum - Build a Forum with Laravel  2021 Vote_lcapLaravel Forum - Build a Forum with Laravel  2021 Voting_barLaravel Forum - Build a Forum with Laravel  2021 Vote_rcap 
Engh3
Laravel Forum - Build a Forum with Laravel  2021 Vote_lcapLaravel Forum - Build a Forum with Laravel  2021 Voting_barLaravel Forum - Build a Forum with Laravel  2021 Vote_rcap 
ronaldinho424
Laravel Forum - Build a Forum with Laravel  2021 Vote_lcapLaravel Forum - Build a Forum with Laravel  2021 Voting_barLaravel Forum - Build a Forum with Laravel  2021 Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Cockos REAPER 7.18 (x86/x64)
Laravel Forum - Build a Forum with Laravel  2021 EmptyAyer a las 5:22 pm por ПΣӨƧӨFƬ

» OpenCloner Ripper 2024 7.20.131 (x64) Multilingual
Laravel Forum - Build a Forum with Laravel  2021 EmptyAyer a las 1:30 pm por ronaldinho424

» illustrate TuneFUSION R2024-06-28 Retail
Laravel Forum - Build a Forum with Laravel  2021 EmptyAyer a las 1:26 pm por ronaldinho424

» R-Studio 9.4 Build 191332 Technician |Network Multilingual
Laravel Forum - Build a Forum with Laravel  2021 EmptyAyer a las 1:22 pm por ronaldinho424

» AOMEI Partition Assistant 10.4.1 Multilingual+ WinPE
Laravel Forum - Build a Forum with Laravel  2021 EmptyAyer a las 1:18 pm por ronaldinho424

» Irix HDR Pro / Classic Pro 2.3.28
Laravel Forum - Build a Forum with Laravel  2021 EmptyAyer a las 4:27 am por missyou123

» Ashampoo AntiSpy Pro 1.6.0 Multilingual
Laravel Forum - Build a Forum with Laravel  2021 EmptyVie Jul 05, 2024 7:58 pm por 大†Shinegumi†大

» AnyMP4 Video Converter Ultimate 8.5.58 (x64) Multilingual
Laravel Forum - Build a Forum with Laravel  2021 EmptyVie Jul 05, 2024 7:51 pm por 大†Shinegumi†大

» ARES Commander 2025.1 Build 25.1.1.2142 (x64)
Laravel Forum - Build a Forum with Laravel  2021 EmptyVie Jul 05, 2024 7:43 pm por 大†Shinegumi†大

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Laravel Forum - Build a Forum with Laravel 2021

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70295
Fecha de inscripción : 20/08/2016

Laravel Forum - Build a Forum with Laravel  2021 Empty
MensajeTema: Laravel Forum - Build a Forum with Laravel 2021   Laravel Forum - Build a Forum with Laravel  2021 EmptyMiér Abr 21, 2021 6:12 am

Laravel Forum - Build a Forum with Laravel  2021 2daf7924aaef378d661e3ad3174afcbc
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 80 lectures (18h 3m) | Size: 6.94 GB
Create a forum with admin panel using Laravel PHP Framework and Telegram API

What you'll learn:
Laravel application structure
Laravel MVC
Laravel Notifications
Laravel Email sending
Laravel CRUD
Laravel - Telegram API Integration
Laravel Image Processing
Laravel Medium editor Integration
Laravel Cron jobs
Laravel Migrations
Laravel Eloquent
Laravel blade template
Laravel Image upload
Laravel commands
Laravel Notificatifiable

Requirements
Computer and PHP development environment setup At least PHP Version 7.4
Your favorite code editor
Patience for following this through this course.

Description
In this course, I don't cover much of the introduction to Laravel, that is why I recommend some knowledge in Laravel before subscribing to this course. In this course, we build a Laravel forum from scratch. For the students who subscribe to the course, I provide the theme we are going to use plus other materials that we use in this course.

What We're going to build:

Forum Members

In this course, we build a forum. The forum has Categories and each category has forums. Each forum has discussions or topics the unauthenticated users can view the forums categories and the forums but they have to log in in order to start a discussion in any forum. Each discussion has replies. Replies have the like and dislike button displayed if the logged-in user is not the author of the reply. The number of likes and dislikes affects the user's rank. Likes increase the user's rank while dislikes reduce the user's rank. When the user is logged in, he is redirected to the profile page where he/she can update their profile information. The forum displays all the logged-in users as well as the page for all the forum members.

Admin

Admin has total control of the forum. Admin has CRUD(CREATE, READ, UPDATE and DELETE) permissions on the Categories, Forums, Discussions, Users, and Replies.

Admin has access to user's Profiles and Can Update them.

Notifications

Users are notified upon someone replying on the discussion they started or When someone likes the reply. Admin is notified when a new user joins the Forum.

Telegram API

We link the application with a telegram group so that notifications are sent to the group by the telegram bot upon new user registration, the new discussion started, and a new reply to the discussion.

Categories Search

On the forum homepage, we have a search form where users can search specific keywords, and then they will be shown the categories with those keywords if they exist

Access Control

We implement access control where normal users can't access the admin panel whether they know the URL to the admin panel or not. For this, we use admin middleware to redirect the non-admin users back to their profile page if at all they get the admin route and try to access it.

Users can also not edit other user's profiles.

The Laravel topics we're going to cover are: Laravel application structure, Laravel MVC, Laravel Controllers, Laravel Models, Laravel Mailable, Laravel Migrations, Laravel views, Laravel Observers, Laravel commands, Laravel Notificatifiable, Laravel Routes, Laravel Named Routes, Laravel Eloquent, Laravel Database, Laravel blade template

Who this course is for
This Course is not for complete beginners. But having in mind that some students who are complete beginners in Laravel maybe interested in following this course, I try as much as possible to explain everything that I do throughout this course.
Any student who has a basic understanding of Laravel Project structure, Migrations, routes, models and controllers can follow through this course.

Laravel Forum - Build a Forum with Laravel  2021 86d72f2b6a44a8f0245ab55ddf3bfffa

DOWNLOAD:
Citación :

https://rapidgator.net/file/14cdc9c3f427ee4f7550826e69375255/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part01.rar.html
https://rapidgator.net/file/c5e00fd8a1190c2873a89e686acc50e6/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part02.rar.html
https://rapidgator.net/file/1c7e812f9db3173bcc7ee916d464e32b/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part03.rar.html
https://rapidgator.net/file/ac2f1e08b32b05c2bb994497e25cbc5c/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part04.rar.html
https://rapidgator.net/file/505a567b7943bbd6974fc7c5b79b27cd/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part05.rar.html
https://rapidgator.net/file/5483da0f4b18d4ab6862a54fdd7078ef/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part06.rar.html
https://rapidgator.net/file/09fb9365be35d5a6d67e406a53418c1b/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part07.rar.html


https://uploadgig.com/file/download/Da0be04B65A1a27B/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part01.rar
https://uploadgig.com/file/download/a643eC7da2506dd5/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part02.rar
https://uploadgig.com/file/download/4406A8768fb98b50/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part03.rar
https://uploadgig.com/file/download/83FCcD9c02A64276/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part04.rar
https://uploadgig.com/file/download/F2312c49817a8722/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part05.rar
https://uploadgig.com/file/download/78d5b24d0E1F88c6/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part06.rar
https://uploadgig.com/file/download/D2a28faD31a913DF/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part07.rar


https://nitroflare.com/view/A4DBD697862FF63/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part01.rar
https://nitroflare.com/view/DD991C175DD3136/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part02.rar
https://nitroflare.com/view/92A411D14510084/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part03.rar
https://nitroflare.com/view/1C13AD0F47464A7/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part04.rar
https://nitroflare.com/view/9AF77C63D0257D1/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part05.rar
https://nitroflare.com/view/C8A61A28A676485/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part06.rar
https://nitroflare.com/view/4EA30C5B38A0160/425xl.Laravel.Forum..Build.a.Forum.with.Laravel.2021.part07.rar

Volver arriba Ir abajo
 

Laravel Forum - Build a Forum with Laravel 2021

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Build a Complete Portfolio Website using Laravel 8 in (2021)
» CodeCourse - Build a Blog with Laravel and Vue (Updated 08/2021)
» Build a news portal with Laravel and Bootstrap 2021
» Laravel From A to Z 2021
» Building RESTful APIs in Laravel (2021)

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-