-
seems like there is not much happening here anymore, is there a later version for use in Laravel LTS version's ?
-
I use Ubuntu 16.04 and PHP 7.2.
I have installed the scaffold with Laravel 5.7.19
I'm trying to generate a new table, but it doesn't work. The table is not created and I can not migrate it.
Can you…
-
On example when I want to create a table named "bank_accounts" the Laravel model is expected to be named "_BankAccount.php_"
Declaration of $table field would not be required
-
php artisan nvd:crud person
[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "nvd" namespace.
i'm using Laravel 5.4
-
- Laravel Version: 10.15.0
- PHP Version: 8.2.4
- Laravel-admin: 1.8.17
### Description:
I am trying to do Cascading Select as given in the documentation. Data can be pulled correctly. However, …
-
**Describe the bug**
I have installed Laravel Orchid with guidelines from the link https://orchid.software/en/docs/installation/. Installation was done completely with no errors. I have created an a…
-
Hi,
I am developing my applications module wise, So each module have its own menu's, When I login to admin area I want to show all those menu's there, If I disabled or delete any module those menu's …
-
I've been using Entrust 1.5 on Laravel 5.1 and was working well. After installing a package and running composer update, every time I try to use Entrust::hasRole('admin') I get :
> call_user_func_arr…
-
Using `"zizaco/entrust": "5.2.x-dev"` with Laravel 5.2 I'm running into an issue using the route filters. It looks like they aren't yet designed for Laravel 5.2. The error I get when `clear-compiled…
bkuhl updated
5 years ago
-
I am using PHP 8.0.7 (cli) (built: Jun 4 2021 03:56:55) ( NTS ). And laravel V8.x
I use this library before with laravel 5.7. truly speaking it is a really great library and I love to use it in my …