01 - Installing Admin LTE to Laravel 5 5 CRUD project

preview_player
Показать описание
Learn to add Admin LTE to Laravel 5.5. This is the first video of creating CRUD with Laravel 5.5 video series. In this series you will learn how you can create a complete single page crud application with Laravel in Admin LTE.

Here is the project in Github:
Рекомендации по теме
Комментарии
Автор

Fantastic video and so easy to follow. Thank you!

NeilMaree
Автор

I am getting errors and skin folder is not found in css folder....please help me

ranafaisaljoyia
Автор

Sir, it show me the following error when i tried to run the npm in laravel 5.7.
please help where i have done mistake

deutigurung
Автор

Missing alt, skin and AdminLTE.css folder/file in node module/admin-lte/dist/css. I am stuck at 13:11. I am new to laravel and adminLTE. Please help.

gopalkisi
Автор

Sir.. I cant import @import It doesn't cleared. How can sir?

HappyHappy-zxfl
Автор

Ohh bro it works for me you so much and i will add more subscriber to your channel including me.

bushramustofa
Автор

js didn't load..how to config for it?

marcellasmith
Автор

hi..I have a problem with css, the page opens and function but the problem all the icons on the left like the icon of notification etc does not appear any more

danieleddyramiandrisoaniai
Автор

It's work, but icons( envelop, bell, flag ) couldn't show correctly . Others is fine and work .
Thank you .

hninsuhlaing
Автор

i have followed until 14:48 and ('require admin-lte'); doesn't make the menu work, adminlte sidebar-toggle is not working for me, please help

ivanyutubful
Автор

what's name of this database, sir?

jungkookie
Автор

I have followed the steps till 12:23 but I am currently missing all the icons such as the birthday cake, bell, mail and flag.

SirAliphatic
Автор

I think everything is not working as well as it should be in admin-lte dashboard bcos when I integrated original dashboard of admin lte than some of the elements where not styled properly and also if you noticed the font size of the page has increased than the original admin-lte. What css and js are we meaning for complete cover up admin lte templete in laravel ? And yes I also appreciate your work, it really helped a lot. Thanks !

khushalnayani
Автор

Sir I am having a lot of issues with javascript and css.
How can I resolve it.

HaroonKhan-nxwl
Автор

I am unable to add the require(admin-lte) in the bootstrap.js

DeezAngalo
Автор

the navbar toggle button not appearing and does not work same with side nav link

arsalanjibran
Автор

Where from did you get the admin-lte name inside the bootstrap.js ?

nooraghanazari
Автор

Between the last video and this one it appears there are no steps for getting the tooling installed.

sparkfire
Автор

Hello Thank you for this video, i like the way you made it simple but I have issue after following all steps accordingly it didn't work for me. I'm using laravel 5.4. I don't know what the issue could be. I got everything right until 12.16 minute where you said it was not looking too fine because we have not added the css& js file. I added this thereafter some way you did but still didn't work. pls advise.

shigoakin
Автор

Will be better make mention of resources separation, like in official docs:

mix.sass('resources/sass/app.sass', 'public/css')
.sass('resources/sass/admin.sass', 'public/css/admin');

Same for js. I know there are simplified lessons (w/o validation and etc), but couple additional lines in webpack.min.js - and you don't drug admin resources to all you public pages.

CJIueHb