-
Hello,
i don't like snake writing for the views, this is why i changed the stubs, replacing
`$VIEW_PREFIX$$MODEL_NAME_PLURAL_SNAKE$` with `$VIEW_PREFIX$$MODEL_NAME_PLURAL_CAMEL$`
The only thin…
-
How can I encrypt password form in another blade view (ex: Admin) so that it can be verified by login page by default ?
-
Currently there is only 1 search box. how can we search data for 2 column at a time.
For example "name" and "city" ( John , Newyork ) in data table list generated by scaffold generator.
-
Is it possible to have search box implemented below each column ?
-
```
ReflectionException in Container.php line 749:
Class Caup\Http\Controllers\Admin\TagController does not exist
```
because the controller is defined in the namespace `App` which is wrong …
-
Hello,
Using fromTable option with a table with no _at fileds cause issues when adding, removing items with the api.
Maybe i miss something in the configuration.
Is it possible to add a generator…
-
It output this into the model:
```
$SOFT_DELETE_IMPORT$
$DOCS$
class Location extends Model
{
$SOFT_DELETE$
public $table = 'locations';
$SOFT_DELETE_DATES$
```
-
php artisan infyom:api_scaffold monitores
Specify fields for the model (skip id & timestamp fields, we will add it automatically)
Enter "exit" to finish
Field: (field_name:field_database_type) []:
…
-
Hi, i'm currently working on laravel 5.3, because taylor said that coding part is done only the documentation part is left. becuase laravel 5.3 is so cool and even more better then 5.2 i'm creating my…
-
Greetings,
I'm using the 5.3 command-line interface to generate a migration for a line_items table. I've got a few fields for which I'd like to add database defaults. This is something Laravel suppor…