+ All Categories
Transcript
Page 3: Bootstrap Laravel Admin Panel - JOSH

Laravel Laravel is the favourite PHP framework of many

professionals for the development of custom software. This framework makes it easy for the user to implement authentication and provides a clean and user-friendly API

Page 4: Bootstrap Laravel Admin Panel - JOSH

Installing Laravel

In Linux Apache, MySQL PHP can be installed through terminal

apt-get install php5-common libapache2-mod-php5 php5-cli php5-mysql php5-curl

Page 5: Bootstrap Laravel Admin Panel - JOSH

Create Laravel App

To Create Laravel Application through terminal

composer create-project laravel/laravel name-of-the-app

Page 6: Bootstrap Laravel Admin Panel - JOSH

Laravel directory structure

Let us discuss the directory structure in brief It comes as no surprise that all Laravel projects

have essentially the same directory structure - one in which every file has its designated place. By gently forcing this directory structure upon developers, Laravel ensures that your work is semi-automatically organized the Laravel way.

As you can see, this standard directory structure consists of quite a few subdirectories. This wealth of subdirectories can be overwhelming at first, but well explore them one by one. Most of your work will happen in the app/ folder, but heres a basic rundown on the function of each of the files and folders

Page 7: Bootstrap Laravel Admin Panel - JOSH

Josh- An Example Laravel App

Want to be more familiar with Laravel ? You can go for Josh which is an excellent admin

template for Laravel framework. This template made with rich features Responsive clean design User friendly Laravel HTML5 CSS3 Bootstrap 4

Page 8: Bootstrap Laravel Admin Panel - JOSH

Laravel Starter Kit

Josh Admin Template comes with more than 100 pages. For an instance if the project requires only few pages to add in the application, we came up with a concept

Called starter kit where we include minimum required pages like Login, Register

Forgot Password and User Management.

Page 9: Bootstrap Laravel Admin Panel - JOSH

Laravel Starter Kit

Page 10: Bootstrap Laravel Admin Panel - JOSH

Laravel GUI CRUD BUILDER

As a developer, we spend lot of time doing mundane tasks like CRUD operations but with Josh, You can have a working CRUD Module just in 5 Minutes, Just select your model name and all the fields you want then it will create model, Controller , Data base schema and all other files automatically

Page 11: Bootstrap Laravel Admin Panel - JOSH

CRUD BUILDER -JOSH

Page 12: Bootstrap Laravel Admin Panel - JOSH

Log Viewer

All the Laravel errors raised in the project can be shown in the Log viewer, such that errors can be identified easily, It also shows the Alerts and Critical warning that occurred in the project.

Page 13: Bootstrap Laravel Admin Panel - JOSH

Log Viewer

Page 14: Bootstrap Laravel Admin Panel - JOSH

Dynamic Charts -JOSH

Charts give the pictorial representation of data that makes data analysis easy with different types of Charts. New dynamic charts are also added by using dynamic charts.

Page 15: Bootstrap Laravel Admin Panel - JOSH

Dynamic Charts - JOSH

Page 16: Bootstrap Laravel Admin Panel - JOSH

Why you should buy Josh ?

Comes with bootstrap HTML & Laravel Versions includedGUI CRUD builder which saves your time on repetitive CRUD tasksContinuous UpdatesBackend & Frontend pages in blade format with master layoutsAuthentication and AuthorizationLogin, Register functionalityAdd/edit/delete users from admin panelAdd/edit/delete user groups (roles) from admin panelBlog module with comments – Backend & FrontendAjax DataTables example

Page 18: Bootstrap Laravel Admin Panel - JOSH

www.Joshadmin.com


Top Related