Giter Club home page Giter Club logo

ladmin's People

Contributors

amirsadeghi1 avatar dependabot[bot] avatar flabib avatar hairuljr avatar hexters 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

ladmin's Issues

Notification related error

I was using the admin panel, it was working fine. I update the composer and now it gives me this error

lluminate\Database\QueryException
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'notifications.notifiable_id' in 'where clause' (SQL: select * from notifications where notifications.notifiable_id = 1 and notifications.notifiable_id is not null and notifications.notifiable_type = App\Models\User and read_at is null order by created_at desc, created_at desc limit 10) (View: views\layouts\app.blade.php)

Menu is not visible

Tried the last version (V3) but the menu on the left side barre does not appear like in you example

Feature: Support Tailwind CSS

Can you add tailwind support? I mean switching the frontend framework between Tailwind and Bootstrap from the config file.

Custom Login With LDAP

Hi @hexters ,

I wanna say thank you so much for your great works and efforts.
Another question is, is it possible if we will login using LDAP? if yes, which php file that we should change into?

Thanks

Error when accessing log

Nice repo.
But, I have error when accessing log

http://localhost:8000/administrator/system/log

image

Any advice?

Thanks

Route [index] not defined.

I don't know why but there is a lot of problems with routes first able. After clean laravel installation Datatables do not exist, routes not defined.

Ladmin halaman utama

Bang, mau nanya caranya biar vendor ladmin ini jadi tampilan utama di route / gimana ya? Jadi gk perlu localhost:8080/administrator lagi. Langsung localhost:8080/

Laravel 9 || syntax error, unexpected ':', expecting ')' || vendor/hexters/ladmin/src/Helpers/Ladmin.php

Nothing to install, update or remove 6 package suggestions were added by new dependencies, use composer suggest` to see details.
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
Generating optimized autoload files

Illuminate\Foundation\ComposerScripts::postAutoloadDump
@php artisan package:discover --ansi

ParseError

syntax error, unexpected ':', expecting ')'

at vendor/hexters/ladmin/src/Helpers/Ladmin.php:92
88▕ * @return void
89▕ /
90▕ public function view($blade, $data = [])
91▕ {
➜ 92▕ return view($this->view_path(blade: $blade), $data);
93▕ }
94▕
95▕ /
*
96▕ * Load ladmin template

  +1 vendor frames 

2 [internal]:0
Composer\Autoload\ClassLoader::loadClass()

  +9 vendor frames 

12 [internal]:0
Illuminate\Foundation\Application::Illuminate\Foundation{closure}()
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
`

if i do install this packages show this error

Error on composer require hexters/ladmin

new laravel.
laravel breeze install
php artisan migrate
new user created and loggedin.

then run command composer require hexters/ladmin and getting this error.

Generating optimized autoload files

Illuminate\Foundation\ComposerScripts::postAutoloadDump
@php artisan package:discover --ansi

Illuminate\Database\QueryException

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'adminpanel.ladmin_options' doesn't exist (SQL: select * from ladmin_options where option_name = menu-sidebar limit 1)

Error on Publishing

:: after doing migration on laravel fresh install ::

when running

php artisan ladmin:install --and=ladmin:setup

it throw this error

In Application.php line 827:
  Class "Modules\Ladmin\Providers\LadminServiceProvider" not found

:: Laravel 10.10 fresh install on PHP 8.1.6 ::

Missing bcrypt('password') In UserFactory

$this->faker->name(), 'email' => $this->faker->unique()->safeEmail(), 'email_verified_at' => now(), 'password' => bcrypt('password'), // password 'remember_token' => Str::random(10), ]; } /** * Indicate that the model's email address should be unverified. * * @return \Illuminate\Database\Eloquent\Factories\Factory */ public function unverified() { return $this->state(function (array $attributes) { return [ 'email_verified_at' => null, ]; }); } }

Edit Component

image
How i can edit component ladmin without edit from vendor folder but in my project folder ?

i use: version 1.8.3

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.