Git Product home page Git Product logo

mdbootstrap / adminlte-laravel Goto Github PK

View Code? Open in Web Editor NEW
1.8K 125.0 508.0 21.34 MB

A Laravel 5 package that switchs default Laravel scaffolding/boilerplate to AdminLTE template and Pratt Landing Page with Bootstrap 3.0

License: MIT License

PHP 69.48% JavaScript 1.24% CSS 0.98% Shell 0.24% Vue 4.61% Blade 23.45%
laravel laravel-5-package laravel-admin laravel-menu adminlte landing-page adminlte-template llum bootstrap theme

adminlte-laravel's People

Contributors

acacha avatar admont28 avatar amruthpillai avatar apisznasdin avatar aterbonus avatar clebersa avatar ctessier avatar dependabot[bot] avatar drowningelysium avatar fedeverdi avatar gdbhosale avatar hootlex avatar joaorobertopb avatar khogaeslam avatar manelgavalda avatar marcosmariondev avatar michaelachrisco avatar minhphuc429 avatar nieka avatar ontheroadjp avatar pjona avatar rogermelich avatar rtcoder avatar selabie68 avatar sheershoff avatar syahzul avatar uovidiu avatar vinlock avatar webkingashu avatar zubaer-ahammed avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

adminlte-laravel's Issues

Bug in commit f84bd1e

This commit: f84bd1e

Generate this error on Laravel 5.1:

ReflectionException in Container.php line 741:
Class web does not exist
in Container.php line 741
at ReflectionClass->__construct('web') in Container.php line 741
at Container->build('web', array()) in Container.php line 631
at Container->make('web', array()) in Application.php line 674
at Application->make('web') in Pipeline.php line 123
at Pipeline->Illuminate\Pipeline{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 103
at Pipeline->then(object(Closure)) in Router.php line 710
at Router->runRouteWithinStack(object(Route), object(Request)) in Router.php line 675
at Router->dispatchToRoute(object(Request)) in Router.php line 635
at Router->dispatch(object(Request)) in Kernel.php line 236
at Kernel->Illuminate\Foundation\Http{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in Domains.php line 22
at Domains->handle(object(Request), object(Closure))
at call_user_func_array(array(object(Domains), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in VerifyCsrfToken.php line 50
at VerifyCsrfToken->handle(object(Request), object(Closure))
at call_user_func_array(array(object(VerifyCsrfToken), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in ShareErrorsFromSession.php line 49
at ShareErrorsFromSession->handle(object(Request), object(Closure))
at call_user_func_array(array(object(ShareErrorsFromSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in StartSession.php line 62
at StartSession->handle(object(Request), object(Closure))
at call_user_func_array(array(object(StartSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in AddQueuedCookiesToResponse.php line 37
at AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
at call_user_func_array(array(object(AddQueuedCookiesToResponse), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in EncryptCookies.php line 59
at EncryptCookies->handle(object(Request), object(Closure))
at call_user_func_array(array(object(EncryptCookies), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}(object(Request)) in CheckForMaintenanceMode.php line 44
at CheckForMaintenanceMode->handle(object(Request), object(Closure))
at call_user_func_array(array(object(CheckForMaintenanceMode), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 103
at Pipeline->then(object(Closure)) in Kernel.php line 122
at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 87
at Kernel->handle(object(Request)) in index.php line 54
at require_once('I:\Users\Kijam\Documents\BitBucket\couriers\web_client\public\index.php') in server.php line 21

Suggestion - Admin theme

AdminLTE is and admin theme, so why don't create and admin or backend folders in which save all the assets and the view?

Something like:

views/
    - backend/
        - home.blade.php

public/
    - backend/
         - js/
         - css/
         - img/

I think that this will create a cleaner project, what do you think?

Auth::guest() call infinite recursion

It issue may not be here, but this error i have only in adminlte template

Auth::guest() in the layouts.partials.mainheader template get

FatalErrorException in Container.php line 700:
Maximum function nesting level of '100' reached, aborting!
in Container.php line 700
at FatalErrorException->__construct() in HandleExceptions.php line 133
at HandleExceptions->fatalExceptionFromError() in HandleExceptions.php line 118
at HandleExceptions->handleShutdown() in HandleExceptions.php line 0
at Container->normalize() in Container.php line 179
at Container->bind() in Container.php line 271
at Container->singleton() in HashServiceProvider.php line 25
at HashServiceProvider->register() in Application.php line 531
at Application->register() in Application.php line 648
at Application->registerDeferredProvider() in Application.php line 628
at Application->loadDeferredProvider() in Application.php line 671
at Application->make() in Container.php line 1168
at Container->offsetGet() in CreatesUserProviders.php line 65
at AuthManager->createEloquentProvider() in CreatesUserProviders.php line 38
at AuthManager->createUserProvider() in AuthManager.php line 102
at AuthManager->createSessionDriver() in AuthManager.php line 77
at AuthManager->resolve() in AuthManager.php line 57
at AuthManager->guard() in AuthManager.php line 244
at AuthManager->__call() in Facade.php line 213
at AuthManager->guest() in Facade.php line 213
at Facade::__callStatic() in 60c8ae2359811f7b1c20852853c81855ce071f02.php line 111
at Auth::guest() in 60c8ae2359811f7b1c20852853c81855ce071f02.php line 111
in PhpEngine.php line 42
at PhpEngine->evaluatePath() in CompilerEngine.php line 59
at CompilerEngine->get() in View.php line 135
at View->getContents() in View.php line 106
at View->renderContents() in View.php line 80
at View->render() in a63f2c0dab43a8a5c8fd59dfb52f3f1b7618ef39.php line 39
in PhpEngine.php line 42
at PhpEngine->evaluatePath() in CompilerEngine.php line 59
at CompilerEngine->get() in View.php line 135
at View->getContents() in View.php line 106
at View->renderContents() in View.php line 80
at View->render() in dba1588c86a9c80051793296ff22c397d908a58a.php line 22
in PhpEngine.php line 42
at PhpEngine->evaluatePath() in CompilerEngine.php line 59
at CompilerEngine->get() in View.php line 135
at View->getContents() in View.php line 106
at View->renderContents() in View.php line 80
at View->render() in Response.php line 52
at Response->setContent() in Response.php line 197
at Response->__construct() in Router.php line 1030
at Router->prepareResponse() in ControllerDispatcher.php line 95
at ControllerDispatcher->Illuminate\Routing{closure}() in Pipeline.php line 52
at call_user_func:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:52}() in Pipeline.php line 52
at Pipeline->Illuminate\Routing{closure}() in Pipeline.php line 103
at call_user_func:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103}() in Pipeline.php line 103
at Pipeline->then() in ControllerDispatcher.php line 96
at ControllerDispatcher->callWithinStack() in ControllerDispatcher.php line 54
at ControllerDispatcher->dispatch() in Route.php line 174
at Route->runController() in Route.php line 140
at Route->run() in Router.php line 703
at Router->Illuminate\Routing{closure}() in Pipeline.php line 52
at call_user_func:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:52}() in Pipeline.php line 52
at Pipeline->Illuminate\Routing{closure}() in VerifyCsrfToken.php line 64
at VerifyCsrfToken->handle() in Pipeline.php line 124
at call_user_func_array:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124}() in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}() in Pipeline.php line 32
at call_user_func:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32}() in Pipeline.php line 32
at Pipeline->Illuminate\Routing{closure}() in ShareErrorsFromSession.php line 49
at ShareErrorsFromSession->handle() in Pipeline.php line 124
at call_user_func_array:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124}() in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}() in Pipeline.php line 32
at call_user_func:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32}() in Pipeline.php line 32
at Pipeline->Illuminate\Routing{closure}() in StartSession.php line 62
at StartSession->handle() in Pipeline.php line 124
at call_user_func_array:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124}() in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}() in Pipeline.php line 32
at call_user_func:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32}() in Pipeline.php line 32
at Pipeline->Illuminate\Routing{closure}() in AddQueuedCookiesToResponse.php line 37
at AddQueuedCookiesToResponse->handle() in Pipeline.php line 124
at call_user_func_array:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124}() in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}() in Pipeline.php line 32
at call_user_func:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32}() in Pipeline.php line 32
at Pipeline->Illuminate\Routing{closure}() in EncryptCookies.php line 59
at EncryptCookies->handle() in Pipeline.php line 124
at call_user_func_array:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124}() in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}() in Pipeline.php line 32
at call_user_func:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32}() in Pipeline.php line 32
at Pipeline->Illuminate\Routing{closure}() in Pipeline.php line 103
at call_user_func:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103}() in Pipeline.php line 103
at Pipeline->then() in Router.php line 705
at Router->runRouteWithinStack() in Router.php line 678
at Router->dispatchToRoute() in Router.php line 654
at Router->dispatch() in Kernel.php line 246
at Kernel->Illuminate\Foundation\Http{closure}() in Pipeline.php line 52
at call_user_func:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:52}() in Pipeline.php line 52
at Pipeline->Illuminate\Routing{closure}() in Debugbar.php line 49
at Debugbar->handle() in Pipeline.php line 124
at call_user_func_array:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124}() in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}() in Pipeline.php line 32
at call_user_func:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32}() in Pipeline.php line 32
at Pipeline->Illuminate\Routing{closure}() in CheckForMaintenanceMode.php line 44
at CheckForMaintenanceMode->handle() in Pipeline.php line 124
at call_user_func_array:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:124}() in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline{closure}() in Pipeline.php line 32
at call_user_func:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Routing/Pipeline.php:32}() in Pipeline.php line 32
at Pipeline->Illuminate\Routing{closure}() in Pipeline.php line 103
at call_user_func:{/home/localhost/is-crimea.ru/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103}() in Pipeline.php line 103
at Pipeline->then() in Kernel.php line 132
at Kernel->sendRequestThroughRouter() in Kernel.php line 99
at Kernel->handle() in index.php line 54
at {main}() in index.php line 0

When logged in home.blade.php not showing

Hi,

First of all, thanks for the great work you put together!

I did a basic install for Laravel 5.2 as described.
The php file home.blade.php is NOT showing it's content.

From app.blade.php I see: @yield('main-content')
So changed @section('content') to @section('main-content') en it works.

Thanks,
Ray.

Nothing happen after php artisan vendor:publish ...

Hi,

I am having with the installation of this package in laravel 5.1. I followed the instructions step by step. I also added Acacha\AdminLTETemplateLaravel\app\Providers\AdminLTETemplateServiceProvider::class, in config/app.php file but I still getting "Nothing to publish for tag[]" when I try to publish it

Can anyone help me please?

Thank in advance

Trying to get property of non-object

Hi!
The installation is done but when I access home, the browser show me this:

ErrorException in 01a5c44060f2b0cd2ee959ab8629faa0 line 118: 
Trying to get property of non-object (View: ...\resources\views\partials\mainheader.blade.php) (View: ...\resources\views\partials\mainheader.blade.php) (View: ...\resources\views\partials\mainheader.blade.php)

My routes:

Route::get('/', function () {
    return view('home');
});

Thanks a lot.

NetworkError: 500 Internal Server Error css and js files

Hi,
I'm using this great package, last version.

On my local environment (WampServer Version 2.5), it's working perfectly, but on my production site I have this error (module FireBug, browser Firefox) for views with DataTables component:

"NetworkError: 500 Internal Server Error - .../public/plugins/datatables/css/datatables.bootstrap.css"

"NetworkError: 500 Internal Server Error - ../public/plugins/datatables/js/datatables.bootstrap.js"

Can you help me with this error? Is it related to my hosting provider settings?

Trouble installing: Class 'Acacha\AdminLTETemplateLaravel...' not found

Hi,

I have following the instructions on installing adminlte-laravel but am getting an error on the last step.
php artisan vendor:publish --force --provider="Acacha\AdminLTETemplateLaravel\app\Providers\AdminLTETemplateServiceProvider"

Is throwing the following error.
PHP Fatal error: Class 'Acacha\AdminLTETemplateLaravel\app\Providers\AdminLTETemplateServiceProvider' not found in /var/www/project/laravel/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php on line 146

I'm running this on Ubuntu with Apache 2, and PHP 5.6.
Thank you for any assistance.

Published files and elixir versions.

Hello!
One issue I faced is with published files when using the version feature of elixir.
Elixir creates a /public/build path and puts versioned css and js files in there.
But this breaks the relative paths that these files have for calling other files.

Using tabletools

I'm trying to use tabletools, I added some code to the scripts.blade.php to include:

<script src="{{ asset('/plugins/datatables/jquery.dataTables.min.js') }}" type="text/javascript"></script>
<script src="{{ asset('/plugins/datatables/dataTables.bootstrap.min.js') }}" type="text/javascript"></script>
<script src="{{ asset('/plugins/datatables/extensions/TableTools/dataTables.tableTools.js') }}" type="text/javascript"></script>

<script>
  $(function () {
    $("#example2").DataTable();
    $('#example1').DataTable({
      "paging": true,
      "lengthChange": false,
      "searching": true,
      "ordering": true,
      "info": true,
      "autoWidth": false,
      "dom": 'T<"clear">lfrtip',
        "tableTools": {
            "sSwfPath": "/plugins/datatables/extensions/TableTools/swf/copy_csv_xls.swf"}
    });
  });
</script>

And added to the htmlheader.blade.php:

<link href="{{ asset('/plugins/datatables/dataTables.bootstrap.css') }}" rel="stylesheet" type="text/css" />
    <link href="{{ asset('/plugins/datatables/jquery.dataTables.css') }}" rel="stylesheet" type="text/css" />

But I don't see the button to export. What am I missing?

how do i log in?

In order to log in, you have to create a DB, edit the .env file to match your DB, and do an "php artisan migrate", then register a new user.

Please add that to the readme, took me a while to figure it out

Can't find package

Composer can't find the package:

The requested package acacha/admin-lte-template-laravel could not be found in any version, there may be a typo in the package name

RTL

hi please make rtl version of adminlte laravel

Error converting exising Laravel project

I tried to install adminlte to an existing 5.2 laravel project

Command:
adminlte-laravel install

Result:

Running llum package AdminLTE...
Running composer require acacha/admin-lte-template-laravel
Using version ^2.0 for acacha/admin-lte-template-laravel
./composer.json has been updated
> php artisan clear-compiled
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing acacha/admin-lte-template-laravel (2.0.7)
    Downloading: 100%         

Writing lock file
Generating autoload files
> php artisan optimize
Generating optimized class loader
sed: 1: "/]/{=;q};": extra characters at the end of q command
sed: stdout: Broken pipe
sed: 1: "/Users/some.user/OM ...": invalid command code f
sed: 1: "/]/{=;q};": extra characters at the end of q command
sed: 1: "/Users/some.user/OM ...": invalid command code f
File /Users/some.user/OMG/openfuse/config/app.php updated correctly
sed: 1: "/Users/some.user/OM ...": invalid command code f
File /Users/some.user/OMG/openfuse/config/services.php updated correctly
Adding Acacha\AdminLTETemplateLaravel\Providers\AdminLTETemplateServiceProvider::class to Laravel config app.php file
sed: 1: "/Users/some.user/OM ...": invalid command code f
Adding Acacha\AdminLTETemplateLaravel\Facades\AdminLTE::class to Laravel config app.php file
sed: 1: "/Users/some.user/OM ...": invalid command code f
Nothing to publish for tag [adminlte].

Problems with installation

Hi!

Sorry, I'm new in Laravel... I already did these steps (using vagrant):

  • laravel new laravel.app
  • composer require "acacha/admin-lte-template-laravel:0.*"
  • Added to config.php:
// AdminLTE template provider         
Acacha\AdminLTETemplateLaravel\app\Providers\AdminLTETemplateServiceProvider::class,
  • php artisan vendor:publish --force --provider="Acacha\AdminLTETemplateLaravel\app\Providers\AdminLTETemplateServiceProvider"
  • My /home/vagrant/Code/ folder mapped to C:\projects\Laravels\. This app lines:
map: laravel.app
to: /home/vagrant/Code/laravel.app/public
  • I go to http://laravel.app and see message Laravel 5 with AdminLTE.

But what next? How to see AdminLTE login form?
I tried to add routes in routes.php, but url http://laravel.app/home give me error:

ErrorException in 645ddd92044e80ef67faf70852c9c41a line 118:
Trying to get property of non-object (View: /home/vagrant/Code/laravel.app/resources/views/partials/mainheader.blade.php) (View: /home/vagrant/Code/laravel.app/resources/views/partials/mainheader.blade.php) (View: /home/vagrant/Code/laravel.app/resources/views/partials/mainheader.blade.php)

make adminLTE theme default for entire site

Hi, I am new to Laravel, and adminLTE. How do I setup/install adminLTE-laravel theme such that I see all parts of adminLTE without logging in. I want to create an app with adminLTE theme, if user logs in few features and enabled, and private information is visible.

Hope this makes sense

Thanks for your help

Metronic Admin Theme

Is there any way I can adapt this package to work on my Metronic Admin Theme, it would help me so much.

Redirect to login

Hi,

How to redirect to login page?

I was trying with this code in my routes.php file, but not working (Pratt Landing page showing).

`
Route::get('/', function () {
    return view('auth.login');
});

Route::group(['middleware' => ['web']], function () { ...
`




Problems working in tandem with Laravel 5.2 new "auth" stuff

Hello,

Just tried to spin up a new project with adminlte-laravel and the latest Laravel 5.2.

Seems like there might be some problems with the way that this package registers its routes as with the 5.2 the new web middleware is used it inject the needed classes such as \Illuminate\View\Middleware\ShareErrorsFromSession::class (see app/Http/Kernel.php).

Login... I know...

I'm not new to PHP but I'm new to laravel, and man I can't figure out how to login to save my life! haha.

/auth does nothing...

Can't find docs to save my life on this. Help?

Cannot get this to work?

Really i cannot get this to work. I follow step by step however whenever i run the php artisan serve command it just displays the standard "Laravel with AdminLTE" page and not the AdminLTE template page? Any ideas?

AdminLTE boostrap less doesn't not "compile"

Error:

{ [Error: '../bootstrap-less/mixins.less' wasn't found. Tried - /home/sergi/Code/AdminLTE/acacha/adminlte-laravel-test/resources/assets/less/bootstrap-less/mixins.less,../bootstrap-less/mixins.less in file /home/sergi/Code/AdminLTE/acacha/adminlte-laravel-test/resources/assets/less/admin-lte/AdminLTE.less line no. 13]

Elixir - less task issue

Hello,

On a brand new install of laravel 5.1 with acacha/adminlte-laravel loaded. Elixir complains during the "less" task about mssing mixins.less file.

[20:07:55] gulp-notify: [Laravel Elixir] Less Compilation Failed: '../bootstrap-less/mixins.less' wasn't found. Tried - /home/riad/htdocs/acasha/resources/assets/less/bootstrap-less/mixins.less,../bootstrap-less/mixins.less in file /home/riad/htdocs/acasha/resources/assets/less/admin-lte/AdminLTE.less line no. 15
{ [Error: '../bootstrap-less/mixins.less' wasn't found. Tried - /home/riad/htdocs/acasha/resources/assets/less/bootstrap-less/mixins.less,../bootstrap-less/mixins.less in file /home/riad/htdocs/acasha/resources/assets/less/admin-lte/AdminLTE.less line no. 15]
  type: 'File',
  filename: '/home/riad/htdocs/acasha/resources/assets/less/admin-lte/AdminLTE.less',
  index: 490,
  line: 15,
  callLine: NaN,
  callExtract: undefined,
  column: 0,
  extract: 
   [ '//are included only for reference.',
     '@import (reference) "../bootstrap-less/mixins.less";',
     '@import (reference) "../bootstrap-less/variables.less";' ],
  message: '\'../bootstrap-less/mixins.less\' wasn\'t found. Tried - /home/riad/htdocs/acasha/resources/assets/less/bootstrap-less/mixins.less,../bootstrap-less/mixins.less in file /home/riad/htdocs/acasha/resources/assets/less/admin-lte/AdminLTE.less line no. 15',
  stack: undefined,
  lineNumber: 15,
  fileName: '/home/riad/htdocs/acasha/resources/assets/less/admin-lte/AdminLTE.less',
  name: 'Error',
  showStack: false,
  showProperties: true,
  plugin: 'gulp-less',
  __safety: { toString: [Function: bound ] } }
[20:07:55] Finished 'less' after 133 ms
[20:07:55] Starting 'less'...

New installation problem

Hello,

I created a brand new laravel 5.1.11 project which doesn't come with pre-built authentication pages. I found this product through packagist.

I followed the instructions and have adminlte installed. When I attempt to register a user I get the following error : TokenMismatchException in VerifyCsrfToken.php line 53

If I view the source of the registration page I see the "token" so I'm not sure what's happening.

I have a brand new CentOS 7 box with Apache 2.4.6, MariaDB 5.5.44, and PHP 5.6.15.

Login page does not load Jquery

Change login pages into

<!-- jQuery 2.1.4 -->
<script src="{{ asset('/plugins/jQuery/jQuery-2.1.4.min.js') }}"></script>
<!-- Bootstrap 3.3.2 JS -->
<script src="{{ asset('/js/bootstrap.min.js') }}" type="text/javascript"></script>
<!-- iCheck -->
<script src="{{ asset('/plugins/iCheck/icheck.min.js') }}" type="text/javascript"></script>

How to use?

I am not sure if I got this right. adminlte-laravel offers "just" the boilerplate, doesn't it?

The installation worked fine, but I miss some generators or templates for form, tables etc.
I am not sure how to proceed now. Where is the documentation for the views etc.?

Thanks

Routes not working

in my own routes.php file i have

Route::group(['middleware' => 'web'], function () {
    Route::auth();
    Route::get('/', 'IndexController@index');
});

But it keeps going to the Pratt Landing Page

Implement ACL

Hi I'm trying to implement ACL.

I followed this tutorial some time ago and got it to work.
But this uses different auth then yours.

How can I implement acl to AdminLTE.

I hope you can define the steps required.

Upgrade to latest adminLTE version and use select2

I would like to upgrade adminLTE to it's latest version. It has support for select2 that I would like to use. I updated/added all the less files in the resource directory and rebuilded my assets with gulp. Unfortunately when I enable select2 with javascript all the styling of those dropdown are to small. When I disable select2 the styling is good but officiously the inputs are just regular dropdowns then.

Is there an easy way to update to the latest version or to avoid the styling problem that I have after running $(".classname").select2();?

Incorrect Paths to assets - css and js

Hi,
As described, after installing this package, it does not load the css and js files correctly, instead console in chrome gives errors -

Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/css/AdminLTE.css Failed to load resource: the server responded with a status of 404 (Not Found) http://localhos

As you can see, it is loading trying to get the assets from localhost/css which isn't the valid location

Instead it should access the files from localhost/myapppname/public/ directory right??

Please help

php artisan vendor:publish --> Nothing to Publish

Hello Acacha, I use your package but after I write in windows command : php artisan vendor:publish --force --provider="Acacha/AdminLTETemplateLaravel/Providers/AdminLTETemplateServiceProvider" the result is Nothing to Publish...

I Follow your instruction but it always like that..
Can you help me???

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.