-
I started the server with: php -S localhost:8080 -t public/
and these errors are coming
PHP 5.6.23-1+deprecated+dontuse+deb.sury.org~trusty+1 Development Server started at Tue Aug 23 16:10:37 2016
L…
-
When enable:
```
easyadmin:
resource: .
type: easyadmin.routes
```
I have 2 Folders that I always use. different Dashboard, different actions.
in:
>App\Controller\Admin`
I have:
>A…
-
# Bug report
### What I did
In migration file
```php
Schema::create('lessons', function (Blueprint $table) {
...
$table->foreignId('course_id')
->nullable()
->c…
-
php artisan make:crud --all generates exception in console
Steps to reproduce the behavior:
1. Start a fresh Laravel 8 project using composer and open it in VSCode
2. Connect to a db with a t…
-
I am getting an error when trying to generate migration from DB.
vendor\digitaldream\laracrud\src\lara-crud\Crud\MigrationCrud.php:222
218| * @throws \Exception
219| */
22…
-
I was poking at one of my companies internal website and saw that changing the `Referer: ` header redirected me to the location of the URL in it. After talking to the dev we fixed changing the line 10…
-
Hi all,
I have set up crud admin for a database. It loads the home page fine, but as soon as i click on a database table and select either list or create, the server throws a 404 error saying that t…
-
I run the command
$ php artisan la:crud Clusters
First Issue: Then I can not find the controllers => where should it be located for editing?
Second Issue:
I have to run the following in order …
-
Make code for a basic crud operation in php
-
Looking at what is printed the urls in the admin ui:
https://github.com/mevdschee/php-crud-admin/blob/60b6d05b914407098de25d77474151aa1db061b1/templates/column/list.html#L2
But the readme doesn'…
Mte90 updated
2 years ago