laravel-admin icon indicating copy to clipboard operation
laravel-admin copied to clipboard

Laravel Admin Panel

Results 10 laravel-admin issues
Sort by recently updated
recently updated
newest added

Laravel 9 has been out for a few months now we could do with making this compatible with laravel 9.

Hello, I have PHP8, when i try to run composer update, i get this : Problem 1 - illuminate/support[v5.6.0, ..., v5.8.36] require php ^7.1.3 -> your php version (8.0.8) does...

I have project that has already had a lot of work done to it and the auth scaffolding has already been installed and modified. Also using the adminlte laravel package....

Changes in this PR: * Changed instances of `url() . '/some/path'` to `route('named.route')` instead. (Allows for us to change the routes of the package incase there are conflicts with pre-existing...

Hello, All of the views that this package publishes on install include hard coded URL's rather than using named routes, whilst trying to change some of the routes around this...

Can this project adapt easily to use with themes?

How i can delete my Modules after create?

enhancement

When I try to use the Settings functionality in a laravel 8 project, I get an error "Error Class 'App\Setting' not found" in vendor/appzcoder/laravel-admin/src/Setting.php:39 The problem is that in the...

Laravel 10 has been released. Can we make this package compatible with laravel 10?